Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/cgroup/
Dtest_core.c78 ret = KSFT_PASS; in test_cgcore_populated()
136 ret = KSFT_PASS; in test_cgcore_invalid_domain()
178 ret = KSFT_PASS; in test_cgcore_parent_becomes_threaded()
229 ret = KSFT_PASS; in test_cgcore_no_internal_process_constraint_on_threads()
266 ret = KSFT_PASS; in test_cgcore_top_down_constraint_enable()
307 ret = KSFT_PASS; in test_cgcore_top_down_constraint_disable()
345 ret = KSFT_PASS; in test_cgcore_internal_process_constraint()
386 case KSFT_PASS: in main()
Dtest_freezer.c220 ret = KSFT_PASS; in test_cgfreezer_simple()
382 ret = KSFT_PASS; in test_cgfreezer_tree()
441 ret = KSFT_PASS; in test_cgfreezer_forkbomb()
491 ret = KSFT_PASS; in test_cgfreezer_mkdir()
543 ret = KSFT_PASS; in test_cgfreezer_rmdir()
624 ret = KSFT_PASS; in test_cgfreezer_migrate()
687 ret = KSFT_PASS; in test_cgfreezer_ptrace()
753 ret = KSFT_PASS; in test_cgfreezer_stopped()
810 ret = KSFT_PASS; in test_cgfreezer_ptraced()
854 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 …]
/Linux-v5.4/tools/testing/selftests/net/
Dudpgso_bench.sh11 readonly KSFT_PASS=0
22 if [[ ${exitcode} -eq ${KSFT_PASS} ]]; then
45 exit ${KSFT_PASS}
/Linux-v5.4/tools/testing/selftests/
Dkselftest.h20 #define KSFT_PASS 0 macro
154 exit(KSFT_PASS); in ksft_exit_pass()