Home
last modified time | relevance | path

Searched refs:KSFT_FAIL (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/tools/testing/selftests/cgroup/
Dtest_core.c24 int ret = KSFT_FAIL; in test_cgcore_populated()
106 int ret = KSFT_FAIL; in test_cgcore_invalid_domain()
158 int ret = KSFT_FAIL; in test_cgcore_parent_becomes_threaded()
197 int ret = KSFT_FAIL; in test_cgcore_no_internal_process_constraint_on_threads()
249 int ret = KSFT_FAIL; in test_cgcore_top_down_constraint_enable()
284 int ret = KSFT_FAIL; in test_cgcore_top_down_constraint_disable()
325 int ret = KSFT_FAIL; in test_cgcore_internal_process_constraint()
Dtest_freezer.c194 int ret = KSFT_FAIL; in test_cgfreezer_simple()
247 int ret = KSFT_FAIL; in test_cgfreezer_tree()
418 int ret = KSFT_FAIL; in test_cgfreezer_forkbomb()
457 int ret = KSFT_FAIL; in test_cgfreezer_mkdir()
511 int ret = KSFT_FAIL; in test_cgfreezer_rmdir()
566 int ret = KSFT_FAIL; in test_cgfreezer_migrate()
641 int ret = KSFT_FAIL; in test_cgfreezer_ptrace()
723 int pid, ret = KSFT_FAIL; in test_cgfreezer_stopped()
767 int pid, ret = KSFT_FAIL; in test_cgfreezer_ptraced()
836 int ret = KSFT_FAIL; in test_cgfreezer_vfork()
Dtest_memcontrol.c30 int ret = KSFT_FAIL; in test_memcg_subtree_control()
159 int ret = KSFT_FAIL; in test_memcg_current()
266 int ret = KSFT_FAIL; in test_memcg_min()
422 int ret = KSFT_FAIL; in test_memcg_low()
589 int ret = KSFT_FAIL; in test_memcg_high()
638 int ret = KSFT_FAIL; in test_memcg_max()
715 int ret = KSFT_FAIL; in test_memcg_swap_max()
779 int ret = KSFT_FAIL; in test_memcg_oom_events()
899 ret = KSFT_FAIL; in tcp_client()
939 int bind_retries = 5, ret = KSFT_FAIL, pid, err; in test_memcg_sock()
[all …]
/Linux-v5.4/tools/testing/selftests/
Dkselftest.h21 #define KSFT_FAIL 1 macro
161 exit(KSFT_FAIL); in ksft_exit_fail()
176 exit(KSFT_FAIL); in ksft_exit_fail_msg()
/Linux-v5.4/tools/testing/selftests/net/
Dudpgso_bench.sh12 readonly KSFT_FAIL=1
36 exit ${KSFT_FAIL}
/Linux-v5.4/tools/testing/selftests/vDSO/
Dvdso_test.c64 return KSFT_FAIL; in main()
/Linux-v5.4/tools/testing/selftests/uevent/
Duevent_filtering.c366 _exit(KSFT_FAIL); in TEST()