Home
last modified time | relevance | path

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

123

/linux-6.14.4/kernel/trace/
Dtrace_selftest.c780 struct fgraph_fixture *fixture = container_of(gops, struct fgraph_fixture, gops); in store_entry() local
781 const char *type = fixture->store_type_name; in store_entry()
782 int size = fixture->store_size; in store_entry()
787 snprintf(fixture->error_str_buf, ERRSTR_BUFLEN, in store_entry()
814 struct fgraph_fixture *fixture = container_of(gops, struct fgraph_fixture, gops); in store_return() local
815 const char *type = fixture->store_type_name; in store_return()
823 snprintf(fixture->error_str_buf, ERRSTR_BUFLEN, in store_return()
827 if (fixture->store_size > size) { in store_return()
828 snprintf(fixture->error_str_buf, ERRSTR_BUFLEN, in store_return()
830 size, (int)fixture->store_size); in store_return()
[all …]
/linux-6.14.4/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.14.4/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.14.4/tools/testing/selftests/pci_endpoint/
Dpci_endpoint_test.c34 FIXTURE(pci_ep_bar) in FIXTURE() function
71 FIXTURE(pci_ep_basic) in FIXTURE() function
133 FIXTURE(pci_ep_data_transfer) in FIXTURE() function
/linux-6.14.4/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.14.4/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.14.4/tools/testing/selftests/exec/
Dnon-regular.c36 FIXTURE(file) { in FIXTURE() function
170 FIXTURE(sock) in FIXTURE() function
/linux-6.14.4/tools/testing/selftests/kvm/include/
Dkvm_test_harness.h14 FIXTURE(name) { \
/linux-6.14.4/tools/testing/selftests/hid/
Dhidraw.c11 FIXTURE(hidraw) { in FIXTURE() function
47 * A simple test to see if the fixture is working fine.
/linux-6.14.4/tools/testing/selftests/arm64/gcs/
Dlibc-gcs.c131 * This could usefully have a fixture but note that each test is
301 FIXTURE(map_gcs) in FIXTURE() function
599 FIXTURE(map_invalid_gcs) in FIXTURE() function
642 FIXTURE(invalid_mprotect) in FIXTURE() function
/linux-6.14.4/net/wireless/tests/
Dutil.c3 * KUnit fixture to have a (configurable) wiphy
/linux-6.14.4/Documentation/devicetree/bindings/arm/
Darm,integrator.yaml29 special metal fixture called Integrator/PP2, see ARM DUI 0169A.
/linux-6.14.4/tools/testing/selftests/drivers/s390x/uvdevice/
Dtest_uvdevice.c21 FIXTURE(uvio_fixture) { in FIXTURE() function
152 FIXTURE(attest_fixture) { in FIXTURE() function
/linux-6.14.4/tools/testing/selftests/mm/
Dmdwe_test.c47 FIXTURE(consecutive_prctl_flags) {}; in FIXTURE() function
125 FIXTURE(mdwe) in FIXTURE() function
/linux-6.14.4/tools/testing/selftests/landlock/
Dscoped_signal_test.c26 FIXTURE(scoping_signals) {}; in FIXTURE() function
154 FIXTURE(scoped_domains) {}; in FIXTURE() function
404 FIXTURE(fown) {}; in FIXTURE() function
Dnet_test.c256 FIXTURE(protocol) in FIXTURE() function
926 FIXTURE(ipv4) in FIXTURE() function
1040 FIXTURE(tcp_layers) in FIXTURE() function
1286 FIXTURE(mini) {}; in FIXTURE() function
1528 FIXTURE(ipv4_tcp) in FIXTURE() function
1651 FIXTURE(port_specific) in FIXTURE() function
/linux-6.14.4/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.14.4/scripts/kconfig/tests/
Dconftest.py9 This provides fixture functions commonly used from test files.
296 @pytest.fixture(scope="module")
/linux-6.14.4/tools/testing/selftests/ring-buffer/
Dmap_test.c120 FIXTURE(map) { in FIXTURE() function
263 FIXTURE(snapshot) { in FIXTURE() function
/linux-6.14.4/tools/testing/selftests/prctl/
Dset-anon-vma-name-test.c74 FIXTURE(vma) { in FIXTURE() function
/linux-6.14.4/tools/testing/selftests/net/af_unix/
Dunix_connect.c15 FIXTURE(unix_connect) in FIXTURE() function
/linux-6.14.4/tools/testing/selftests/coredump/
Dstackdump_test.c35 FIXTURE(coredump) in FIXTURE() function

123