Home
last modified time | relevance | path

Searched refs:KSFT_PASS (Results 1 – 5 of 5) sorted by relevance

/tools/testing/selftests/net/
Dudpgso_bench.sh12 readonly KSFT_PASS=0
23 if [[ ${exitcode} -eq ${KSFT_PASS} ]]; then
46 exit ${KSFT_PASS}
/tools/testing/selftests/cgroup/
Dtest_core.c83 ret = KSFT_PASS; in test_cgcore_populated()
141 ret = KSFT_PASS; in test_cgcore_invalid_domain()
183 ret = KSFT_PASS; in test_cgcore_parent_becomes_threaded()
234 ret = KSFT_PASS; in test_cgcore_no_internal_process_constraint_on_threads()
271 ret = KSFT_PASS; in test_cgcore_top_down_constraint_enable()
312 ret = KSFT_PASS; in test_cgcore_top_down_constraint_disable()
350 ret = KSFT_PASS; in test_cgcore_internal_process_constraint()
412 ret = KSFT_PASS; in test_cgcore_lesser_euid_open()
505 ret = KSFT_PASS; in test_cgcore_lesser_ns_open()
553 case KSFT_PASS: in main()
Dtest_freezer.c221 ret = KSFT_PASS; in test_cgfreezer_simple()
383 ret = KSFT_PASS; in test_cgfreezer_tree()
442 ret = KSFT_PASS; in test_cgfreezer_forkbomb()
492 ret = KSFT_PASS; in test_cgfreezer_mkdir()
544 ret = KSFT_PASS; in test_cgfreezer_rmdir()
625 ret = KSFT_PASS; in test_cgfreezer_migrate()
688 ret = KSFT_PASS; in test_cgfreezer_ptrace()
754 ret = KSFT_PASS; in test_cgfreezer_stopped()
811 ret = KSFT_PASS; in test_cgfreezer_ptraced()
855 ret = KSFT_PASS; in test_cgfreezer_vfork()
[all …]
Dtest_memcontrol.c69 ret = KSFT_PASS; in test_memcg_subtree_control()
180 ret = KSFT_PASS; in test_memcg_current()
375 ret = KSFT_PASS; in test_memcg_min()
534 ret = KSFT_PASS; in test_memcg_low()
622 ret = KSFT_PASS; in test_memcg_high()
673 ret = KSFT_PASS; in test_memcg_max()
763 ret = KSFT_PASS; in test_memcg_swap_max()
807 ret = KSFT_PASS; in test_memcg_oom_events()
917 ret = KSFT_PASS; in tcp_client()
980 if (tcp_client(memcg, port) != KSFT_PASS) in test_memcg_sock()
[all …]
/tools/testing/selftests/
Dkselftest.h20 #define KSFT_PASS 0 macro
154 exit(KSFT_PASS); in ksft_exit_pass()