Searched refs:TEST (Results 51 - 75 of 112) sorted by relevance

12345

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsk_assign.c209 #define TEST(NAME, FAMILY, TYPE, REWRITE) \ macro
225 TEST("ipv4 tcp port redir", AF_INET, SOCK_STREAM, false),
226 TEST("ipv4 tcp addr redir", AF_INET, SOCK_STREAM, true),
227 TEST("ipv6 tcp port redir", AF_INET6, SOCK_STREAM, false),
228 TEST("ipv6 tcp addr redir", AF_INET6, SOCK_STREAM, true),
229 TEST("ipv4 udp port redir", AF_INET, SOCK_DGRAM, false),
230 TEST("ipv4 udp addr redir", AF_INET, SOCK_DGRAM, true),
231 TEST("ipv6 udp port redir", AF_INET6, SOCK_DGRAM, false),
232 TEST("ipv6 udp addr redir", AF_INET6, SOCK_DGRAM, true),
H A Dsockmap_listen.c1221 #define TEST(fn, ...) \ macro
1296 TEST(test_insert_invalid),
1297 TEST(test_insert_opened),
1298 TEST(test_insert_bound, SOCK_STREAM),
1299 TEST(test_insert),
1301 TEST(test_delete_after_insert),
1302 TEST(test_delete_after_close),
1304 TEST(test_lookup_after_insert),
1305 TEST(test_lookup_after_delete),
1306 TEST(test_lookup_32_bit_valu
[all...]
/linux-master/tools/testing/ktest/examples/
H A Dtest.conf21 # The include files will set up the type of test to run. Just set TEST to
28 TEST := patchcheck
H A Dkvm.conf21 # The include files will set up the type of test to run. Just set TEST to
28 TEST := patchcheck
H A Dvmware.conf66 # The include files will set up the type of test to run. Just set TEST to
73 TEST := patchcheck
/linux-master/arch/um/os-Linux/
H A Dexecvp.c29 #ifndef TEST
133 #ifdef TEST
/linux-master/tools/testing/selftests/riscv/sigreturn/
H A Dsigreturn.c64 TEST(vector_restore) function
73 TEST(vector_restore_signal_handler_override) function
/linux-master/tools/testing/selftests/filesystems/eventfd/
H A Deventfd_test.c43 TEST(eventfd01) function
57 TEST(eventfd02) function
71 TEST(eventfd03) function
86 TEST(eventfd04) function
164 TEST(eventfd05) function
/linux-master/tools/testing/selftests/powerpc/alignment/
H A Dalignment_handler.c84 #define TEST(name, ld_op, st_op, form, ld_reg, st_reg) \ macro
106 #define LOAD_VSX_XFORM_TEST(op) TEST(op, op, stxvd2x, XFORM, 32, 32)
107 #define STORE_VSX_XFORM_TEST(op) TEST(op, lxvd2x, op, XFORM, 32, 32)
108 #define LOAD_VSX_DFORM_TEST(op) TEST(op, op, stxv, DFORM, 32, 32)
109 #define STORE_VSX_DFORM_TEST(op) TEST(op, lxv, op, DFORM, 32, 32)
110 #define LOAD_VMX_XFORM_TEST(op) TEST(op, op, stxvd2x, XFORM, 0, 32)
111 #define STORE_VMX_XFORM_TEST(op) TEST(op, lxvd2x, op, XFORM, 32, 0)
112 #define LOAD_VMX_DFORM_TEST(op) TEST(op, op, stxv, DFORM, 0, 32)
113 #define STORE_VMX_DFORM_TEST(op) TEST(op, lxv, op, DFORM, 32, 0)
115 #define LOAD_XFORM_TEST(op) TEST(o
[all...]
/linux-master/tools/testing/selftests/ptrace/
H A Dvmaccess.c24 TEST(vmaccess) function
46 TEST(attach) function
/linux-master/tools/testing/selftests/powerpc/pmu/
H A DMakefile41 for TEST in $(TEST_GEN_PROGS); do \
42 BASENAME_TEST=`basename $$TEST`; \
/linux-master/tools/testing/selftests/lsm/
H A Dlsm_get_self_attr_test.c27 TEST(size_null_lsm_get_self_attr) function
40 TEST(ctx_null_lsm_get_self_attr) function
56 TEST(size_too_small_lsm_get_self_attr) function
75 TEST(flags_zero_lsm_get_self_attr) function
116 TEST(flags_overset_lsm_get_self_attr) function
140 TEST(basic_lsm_get_self_attr) function
/linux-master/tools/testing/selftests/arm64/pauth/
H A Dpac.c196 TEST(corrupt_pac) function
218 TEST(pac_instructions_not_nop) function
240 TEST(pac_instructions_not_nop_generic) function
252 TEST(single_thread_different_keys) function
294 TEST(exec_changed_keys) function
327 TEST(context_switch_keep_keys) function
350 TEST(context_switch_keep_keys_generic) function
/linux-master/tools/testing/selftests/landlock/
H A Dbase_test.c24 TEST(inconsistent_attr) function
73 TEST(abi_version) function
101 TEST(create_ruleset_checks_ordering) function
144 TEST(add_rule_checks_ordering) function
191 TEST(restrict_self_checks_ordering) function
235 TEST(ruleset_fd_io) function
257 TEST(ruleset_fd_transfer) function
/linux-master/tools/testing/selftests/mincore/
H A Dmincore_selftest.c30 TEST(basic_interface) function
83 TEST(check_anonymous_locked_pages) function
139 TEST(check_huge_pages) function
187 TEST(check_file_mmap) function
292 TEST(check_tmpfs_mmap) function
/linux-master/tools/testing/selftests/net/
H A Dreuseaddr_ports_exhausted.c81 TEST(reuseaddr_ports_exhausted_unreusable) function
101 TEST(reuseaddr_ports_exhausted_reusable_same_euid) function
126 TEST(reuseaddr_ports_exhausted_reusable_different_euid) function
/linux-master/tools/testing/selftests/bpf/
H A Dtest_xsk.sh101 t) TEST=${OPTARG};;
186 if [ -n "$TEST" ]; then
187 ARGS+="-t ${TEST} "
/linux-master/tools/testing/ktest/examples/include/
H A Ddefaults.conf54 TEST = ${SSH} run-test
/linux-master/samples/bpf/
H A Dtest_cgrp2_sock2.sh6 TEST=$MY_DIR/test_cgrp2_sock2
42 $TEST /tmp/cgroupv2/foo $BPF_PROG $1
/linux-master/arch/x86/tools/
H A DMakefile19 quiet_cmd_posttest = TEST $@
22 quiet_cmd_sanitytest = TEST $@
/linux-master/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c163 TEST(epoll1) function
194 TEST(epoll2) function
225 TEST(epoll3) function
263 TEST(epoll4) function
301 TEST(epoll5) function
340 TEST(epoll6) function
380 TEST(epoll7) function
426 TEST(epoll8) function
472 TEST(epoll9) function
515 TEST(epoll1 function
558 TEST(epoll11) function
607 TEST(epoll12) function
656 TEST(epoll13) function
699 TEST(epoll14) function
742 TEST(epoll15) function
791 TEST(epoll16) function
842 TEST(epoll17) function
882 TEST(epoll18) function
922 TEST(epoll19) function
962 TEST(epoll20) function
1002 TEST(epoll21) function
1050 TEST(epoll22) function
1098 TEST(epoll23) function
1146 TEST(epoll24) function
1194 TEST(epoll25) function
1246 TEST(epoll26) function
1298 TEST(epoll27) function
1350 TEST(epoll28) function
1402 TEST(epoll29) function
1453 TEST(epoll30) function
1504 TEST(epoll31) function
1555 TEST(epoll32) function
1606 TEST(epoll33) function
1658 TEST(epoll34) function
1710 TEST(epoll35) function
1762 TEST(epoll36) function
1814 TEST(epoll37) function
1871 TEST(epoll38) function
1928 TEST(epoll39) function
1985 TEST(epoll40) function
2042 TEST(epoll41) function
2094 TEST(epoll42) function
2146 TEST(epoll43) function
2198 TEST(epoll44) function
2250 TEST(epoll45) function
2307 TEST(epoll46) function
2359 TEST(epoll47) function
2416 TEST(epoll48) function
2468 TEST(epoll49) function
2522 TEST(epoll50) function
2576 TEST(epoll51) function
2638 TEST(epoll52) function
2700 TEST(epoll53) function
2765 TEST(epoll54) function
2830 TEST(epoll55) function
2895 TEST(epoll56) function
2960 TEST(epoll57) function
3030 TEST(epoll58) function
3118 TEST(epoll59) function
3229 TEST(epoll60) function
3343 TEST(epoll61) function
3396 TEST(epoll62) function
3421 TEST(epoll63) function
3459 TEST(epoll64) function
[all...]
/linux-master/tools/testing/selftests/prctl/
H A Dset-process-name.c80 TEST(rename_process) { function
/linux-master/tools/testing/selftests/syscall_user_dispatch/
H A Dsud_test.c82 TEST(bad_prctl_param) function
177 TEST(dispatch_and_return) function
275 TEST(disable_dispatch) function
303 TEST(direct_dispatch_range) function
/linux-master/arch/arm/probes/kprobes/
H A Dtest-arm.c78 TEST( op s " r4, pc" ", #0x00005a00")
114 TEST( op s "vs r7, pc, lsl #3") \
115 TEST( op s "vs r7, sp, lsr #4") \
122 TEST( op s "eq r0, #0xf5") \
123 TEST( op s "ne r11, #0xf5000000") \
124 TEST( op s " r7, #0x000af000") \
125 TEST( op s " r4, #0x00005a00")
148 TEST("mov ip, sp") /* This has special case emulation code */
176 TEST("add sp, sp, #16")
177 TEST("su
[all...]
/linux-master/tools/testing/selftests/tdx/
H A Dtdx_guest_test.c131 TEST(verify_report) function

Completed in 517 milliseconds

12345