/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | test_hmm.sh | 12 TEST_NAME="test_hmm" 78 echo "./${TEST_NAME}.sh" 81 echo "./${TEST_NAME}.sh smoke" 84 echo "./${TEST_NAME}.sh smoke <spm_addr_dev0> <spm_addr_dev1>"
|
H A D | test_vmalloc.sh | 12 TEST_NAME="vmalloc" 13 DRIVER="test_${TEST_NAME}"
|
/kernel/linux/linux-5.10/tools/testing/selftests/kmod/ |
H A D | kmod.sh | 41 TEST_NAME="kmod" 42 TEST_DRIVER="test_${TEST_NAME}" 555 echo "${TEST_NAME}.sh -- executes all tests" 556 echo "${TEST_NAME}.sh -t 0008 -- Executes test ID 0008 number of times is recommended" 557 echo "${TEST_NAME}.sh -w 0008 -- Watch test ID 0008 run until an error occurs" 558 echo "${TEST_NAME}.sh -s 0008 -- Run test ID 0008 once" 559 echo "${TEST_NAME}.sh -c 0008 3 -- Run test ID 0008 three times" 621 watch_log $i ${TEST_NAME}_test_$1 622 ${TEST_NAME}_test_$1 641 watch_log $i ${TEST_NAME}_test [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/kmod/ |
H A D | kmod.sh | 30 TEST_NAME="kmod" 31 TEST_DRIVER="test_${TEST_NAME}" 544 echo "${TEST_NAME}.sh -- executes all tests" 545 echo "${TEST_NAME}.sh -t 0008 -- Executes test ID 0008 number of times is recommended" 546 echo "${TEST_NAME}.sh -w 0008 -- Watch test ID 0008 run until an error occurs" 547 echo "${TEST_NAME}.sh -s 0008 -- Run test ID 0008 once" 548 echo "${TEST_NAME}.sh -c 0008 3 -- Run test ID 0008 three times" 610 watch_log $i ${TEST_NAME}_test_$1 611 ${TEST_NAME}_test_$1 630 watch_log $i ${TEST_NAME}_test [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_xsk.sh | 90 TEST_NAME="PREREQUISITES" 145 test_status $retval "${TEST_NAME}" 157 test_status $retval "${TEST_NAME}" 163 TEST_NAME="XSK_SELFTESTS_${VETH0}_SOFTIRQ" 178 TEST_NAME="XSK_SELFTESTS_${VETH0}_BUSY_POLL"
|
H A D | xsk_prereqs.sh | 88 test_status $retval "${TEST_NAME}" 90 nameList+=(${TEST_NAME})
|
/kernel/linux/linux-5.10/tools/testing/selftests/vm/ |
H A D | test_hmm.sh | 12 TEST_NAME="test_hmm" 73 echo "./${TEST_NAME}.sh" 76 echo "./${TEST_NAME}.sh smoke"
|
H A D | test_vmalloc.sh | 12 TEST_NAME="vmalloc" 13 DRIVER="test_${TEST_NAME}"
|
/kernel/linux/linux-5.10/tools/testing/selftests/sysctl/ |
H A D | sysctl.sh | 20 TEST_NAME="sysctl" 21 TEST_DRIVER="test_${TEST_NAME}" 830 echo "$TEST_NAME.sh -- executes all tests" 831 echo "$TEST_NAME.sh -t 0002 -- Executes test ID 0002 number of times is recomended" 832 echo "$TEST_NAME.sh -w 0002 -- Watch test ID 0002 run until an error occurs" 833 echo "$TEST_NAME.sh -s 0002 -- Run test ID 0002 once" 834 echo "$TEST_NAME.sh -c 0002 3 -- Run test ID 0002 three times" 901 watch_log $i ${TEST_NAME}_test_$1 902 ${TEST_NAME}_test_$1 923 watch_log $i ${TEST_NAME}_test [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/sysctl/ |
H A D | sysctl.sh | 10 TEST_NAME="sysctl" 11 TEST_DRIVER="test_${TEST_NAME}" 876 echo "$TEST_NAME.sh -- executes all tests" 877 echo "$TEST_NAME.sh -t 0002 -- Executes test ID 0002 number of times is recomended" 878 echo "$TEST_NAME.sh -w 0002 -- Watch test ID 0002 run until an error occurs" 879 echo "$TEST_NAME.sh -s 0002 -- Run test ID 0002 once" 880 echo "$TEST_NAME.sh -c 0002 3 -- Run test ID 0002 three times" 974 watch_log $i ${TEST_NAME}_test_$1 975 ${TEST_NAME}_test_$1 997 watch_log $i ${TEST_NAME}_test [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/futex/functional/ |
H A D | futex_wait_private_mapped_file.c | 33 #define TEST_NAME "futex-wait-private-mapped-file" macro 60 print_result(TEST_NAME, RET_ERROR); in thr_futex_wait() 123 print_result(TEST_NAME, ret); in main()
|
H A D | futex_wait_timeout.c | 26 #define TEST_NAME "futex-wait-timeout" macro 84 print_result(TEST_NAME, ret); in main()
|
H A D | futex_wait_wouldblock.c | 27 #define TEST_NAME "futex-wait-wouldblock" macro 76 print_result(TEST_NAME, ret); in main()
|
H A D | futex_wait_uninitialized_heap.c | 35 #define TEST_NAME "futex-wait-uninitialized-heap" macro 121 print_result(TEST_NAME, ret); in main()
|
H A D | futex_requeue_pi_mismatched_ops.c | 29 #define TEST_NAME "futex-requeue-pi-mismatched-ops" macro 133 print_result(TEST_NAME, ret); in main()
|
H A D | futex_requeue_pi_signal_restart.c | 31 #define TEST_NAME "futex-requeue-pi-signal-restart" macro 220 print_result(TEST_NAME, ret); in main()
|
H A D | futex_requeue_pi.c | 31 #define TEST_NAME "futex-requeue-pi" macro 407 print_result(TEST_NAME, ret); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/futex/functional/ |
H A D | futex_wait_private_mapped_file.c | 33 #define TEST_NAME "futex-wait-private-mapped-file" macro 60 print_result(TEST_NAME, RET_ERROR); in thr_futex_wait() 123 print_result(TEST_NAME, ret); in main()
|
H A D | futex_wait_uninitialized_heap.c | 35 #define TEST_NAME "futex-wait-uninitialized-heap" macro 121 print_result(TEST_NAME, ret); in main()
|
H A D | futex_requeue_pi_mismatched_ops.c | 29 #define TEST_NAME "futex-requeue-pi-mismatched-ops" macro 133 print_result(TEST_NAME, ret); in main()
|
H A D | futex_requeue_pi_signal_restart.c | 31 #define TEST_NAME "futex-requeue-pi-signal-restart" macro 220 print_result(TEST_NAME, ret); in main()
|
H A D | futex_requeue.c | 13 #define TEST_NAME "futex-requeue" macro
|
H A D | futex_wait_wouldblock.c | 28 #define TEST_NAME "futex-wait-wouldblock" macro
|
/kernel/linux/linux-5.10/tools/testing/selftests/rseq/ |
H A D | run_param_test.sh | 21 TEST_NAME=( 41 echo "Running test ${TEST_NAME[$i]}" 43 echo "Running compare-twice test ${TEST_NAME[$i]}"
|
/kernel/linux/linux-6.6/tools/testing/selftests/rseq/ |
H A D | run_param_test.sh | 21 TEST_NAME=( 41 echo "Running test ${TEST_NAME[$i]}" 43 echo "Running compare-twice test ${TEST_NAME[$i]}" 46 echo "Running mm_cid test ${TEST_NAME[$i]}" 48 echo "Running mm_cid compare-twice test ${TEST_NAME[$i]}"
|