/linux-6.14.4/kernel/trace/ |
D | trace_selftest.c | 780 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/ |
D | kselftest_harness.h | 32 * 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/ |
D | test_usb_crash.py | 75 # 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
|
D | conftest.py | 19 @pytest.fixture(autouse=True, scope="session") 25 @pytest.fixture(autouse=True, scope="session") 30 @pytest.fixture(autouse=True, scope="session")
|
D | base.py | 233 @pytest.fixture() 297 @pytest.fixture() 305 @pytest.fixture(autouse=True) 336 @pytest.fixture(autouse=True)
|
/linux-6.14.4/tools/testing/selftests/pci_endpoint/ |
D | pci_endpoint_test.c | 34 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/ |
D | Kconfig | 225 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/ |
D | pidfd_getfd_test.c | 61 * 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/ |
D | non-regular.c | 36 FIXTURE(file) { in FIXTURE() function 170 FIXTURE(sock) in FIXTURE() function
|
/linux-6.14.4/tools/testing/selftests/kvm/include/ |
D | kvm_test_harness.h | 14 FIXTURE(name) { \
|
/linux-6.14.4/tools/testing/selftests/hid/ |
D | hidraw.c | 11 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/ |
D | libc-gcs.c | 131 * 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/ |
D | util.c | 3 * KUnit fixture to have a (configurable) wiphy
|
/linux-6.14.4/Documentation/devicetree/bindings/arm/ |
D | arm,integrator.yaml | 29 special metal fixture called Integrator/PP2, see ARM DUI 0169A.
|
/linux-6.14.4/tools/testing/selftests/drivers/s390x/uvdevice/ |
D | test_uvdevice.c | 21 FIXTURE(uvio_fixture) { in FIXTURE() function 152 FIXTURE(attest_fixture) { in FIXTURE() function
|
/linux-6.14.4/tools/testing/selftests/mm/ |
D | mdwe_test.c | 47 FIXTURE(consecutive_prctl_flags) {}; in FIXTURE() function 125 FIXTURE(mdwe) in FIXTURE() function
|
/linux-6.14.4/tools/testing/selftests/landlock/ |
D | scoped_signal_test.c | 26 FIXTURE(scoping_signals) {}; in FIXTURE() function 154 FIXTURE(scoped_domains) {}; in FIXTURE() function 404 FIXTURE(fown) {}; in FIXTURE() function
|
D | net_test.c | 256 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/ |
D | epoll_busy_poll.c | 44 FIXTURE(invalid_fd) in FIXTURE() function 92 FIXTURE(epoll_busy_poll) in FIXTURE() function
|
D | bind_timewait.c | 9 FIXTURE(bind_timewait) in FIXTURE() function
|
/linux-6.14.4/scripts/kconfig/tests/ |
D | conftest.py | 9 This provides fixture functions commonly used from test files. 296 @pytest.fixture(scope="module")
|
/linux-6.14.4/tools/testing/selftests/ring-buffer/ |
D | map_test.c | 120 FIXTURE(map) { in FIXTURE() function 263 FIXTURE(snapshot) { in FIXTURE() function
|
/linux-6.14.4/tools/testing/selftests/prctl/ |
D | set-anon-vma-name-test.c | 74 FIXTURE(vma) { in FIXTURE() function
|
/linux-6.14.4/tools/testing/selftests/net/af_unix/ |
D | unix_connect.c | 15 FIXTURE(unix_connect) in FIXTURE() function
|
/linux-6.14.4/tools/testing/selftests/coredump/ |
D | stackdump_test.c | 35 FIXTURE(coredump) in FIXTURE() function
|