Home
last modified time | relevance | path

Searched full:fixture (Results 1 – 25 of 64) sorted by relevance

123

/linux-6.12.1/kernel/trace/
Dtrace_selftest.c778 struct fgraph_fixture *fixture = container_of(gops, struct fgraph_fixture, gops); in store_entry() local
779 const char *type = fixture->store_type_name; in store_entry()
780 int size = fixture->store_size; in store_entry()
785 snprintf(fixture->error_str_buf, ERRSTR_BUFLEN, in store_entry()
811 struct fgraph_fixture *fixture = container_of(gops, struct fgraph_fixture, gops); in store_return() local
812 const char *type = fixture->store_type_name; in store_return()
820 snprintf(fixture->error_str_buf, ERRSTR_BUFLEN, in store_return()
824 if (fixture->store_size > size) { in store_return()
825 snprintf(fixture->error_str_buf, ERRSTR_BUFLEN, in store_return()
827 size, (int)fixture->store_size); in store_return()
[all …]
/linux-6.12.1/tools/testing/selftests/
Dkselftest_harness.h32 * FIXTURE(my_fixture) {
187 .fixture = &_fixture_global, \
207 * Almost always, you want just FIXTURE() instead (see below).
208 * This call may be used when the type of the fixture data
215 * FIXTURE() - Called once per fixture to setup the data and
218 * @fixture_name: fixture name
222 * FIXTURE(fixture_name) {
230 #define FIXTURE(fixture_name) \ macro
242 * FIXTURE_SETUP() - Prepares the setup function for the fixture.
245 * @fixture_name: fixture name
[all …]
/linux-6.12.1/tools/testing/selftests/hid/tests/
Dtest_usb_crash.py75 # conftest.py is generating the following fixture:
77 # @pytest.fixture(params=[('modulename', 1, 2)])
81 @pytest.fixture()
100 The test is empty as the fixture `check_taint` is doing the job (and
Dconftest.py19 @pytest.fixture(autouse=True, scope="session")
25 @pytest.fixture(autouse=True, scope="session")
30 @pytest.fixture(autouse=True, scope="session")
Dbase.py233 @pytest.fixture()
297 @pytest.fixture()
305 @pytest.fixture(autouse=True)
336 @pytest.fixture(autouse=True)
/linux-6.12.1/drivers/usb/misc/
DKconfig225 tristate "USB EHSET Test Fixture driver"
227 Say Y here if you want to support the special test fixture device
230 When the test fixture is connected, it can enumerate as one of several
232 the downstream port to which the test fixture is attached.
/linux-6.12.1/tools/testing/selftests/pidfd/
Dpidfd_getfd_test.c61 * The fixture setup is completed at this point. The tests will run. in __child()
66 * side has closed the sk. This occurs during fixture teardown time, in __child()
117 FIXTURE(child) in FIXTURE() function
/linux-6.12.1/tools/testing/selftests/exec/
Dnon-regular.c36 FIXTURE(file) { in FIXTURE() function
170 FIXTURE(sock) in FIXTURE() function
/linux-6.12.1/tools/testing/selftests/kvm/include/
Dkvm_test_harness.h14 FIXTURE(name) { \
/linux-6.12.1/tools/testing/selftests/landlock/
Dscoped_signal_test.c26 FIXTURE(scoping_signals) {}; in FIXTURE() function
154 FIXTURE(scoped_domains) {}; in FIXTURE() function
326 FIXTURE(fown) {}; in FIXTURE() function
Dnet_test.c256 FIXTURE(protocol) in FIXTURE() function
830 FIXTURE(ipv4) in FIXTURE() function
944 FIXTURE(tcp_layers) in FIXTURE() function
1190 FIXTURE(mini) {}; in FIXTURE() function
1432 FIXTURE(ipv4_tcp) in FIXTURE() function
1555 FIXTURE(port_specific) in FIXTURE() function
Dscoped_abstract_unix_test.c47 FIXTURE(scoped_domains) in FIXTURE() function
270 FIXTURE(scoped_vs_unscoped) in FIXTURE() function
470 FIXTURE(outside_socket) in FIXTURE() function
628 FIXTURE(various_address_sockets) {}; in FIXTURE() function
/linux-6.12.1/tools/testing/selftests/hid/
Dhidraw.c11 FIXTURE(hidraw) { in FIXTURE() function
63 * A simple test to see if the fixture is working fine.
/linux-6.12.1/net/wireless/tests/
Dutil.c3 * KUnit fixture to have a (configurable) wiphy
/linux-6.12.1/Documentation/devicetree/bindings/arm/
Darm,integrator.yaml29 special metal fixture called Integrator/PP2, see ARM DUI 0169A.
/linux-6.12.1/tools/testing/selftests/mm/
Dmdwe_test.c47 FIXTURE(consecutive_prctl_flags) {}; in FIXTURE() function
125 FIXTURE(mdwe) in FIXTURE() function
/linux-6.12.1/tools/testing/selftests/ring-buffer/
Dmap_test.c120 FIXTURE(map) { in FIXTURE() function
257 FIXTURE(snapshot) { in FIXTURE() function
/linux-6.12.1/tools/testing/selftests/drivers/s390x/uvdevice/
Dtest_uvdevice.c21 FIXTURE(uvio_fixture) { in FIXTURE() function
152 FIXTURE(attest_fixture) { in FIXTURE() function
/linux-6.12.1/scripts/kconfig/tests/
Dconftest.py9 This provides fixture functions commonly used from test files.
296 @pytest.fixture(scope="module")
/linux-6.12.1/tools/testing/selftests/net/
Depoll_busy_poll.c44 FIXTURE(invalid_fd) in FIXTURE() function
92 FIXTURE(epoll_busy_poll) in FIXTURE() function
Dbind_timewait.c9 FIXTURE(bind_timewait) in FIXTURE() function
/linux-6.12.1/tools/testing/selftests/net/af_unix/
Dunix_connect.c15 FIXTURE(unix_connect) in FIXTURE() function
Ddiag_uid.c19 FIXTURE(diag_uid) in FIXTURE() function
/linux-6.12.1/tools/testing/selftests/prctl/
Dset-anon-vma-name-test.c74 FIXTURE(vma) { in FIXTURE() function
/linux-6.12.1/tools/testing/selftests/alsa/
Dutimer-test.c36 FIXTURE(timer_f) { in FIXTURE() function

123