Home
last modified time | relevance | path

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

/external/linux-kselftest/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()
381 case KSFT_PASS: in main()
Dtest_memcontrol.c69 ret = KSFT_PASS; in test_memcg_subtree_control()
176 ret = KSFT_PASS; in test_memcg_current()
371 ret = KSFT_PASS; in test_memcg_min()
530 ret = KSFT_PASS; in test_memcg_low()
618 ret = KSFT_PASS; in test_memcg_high()
669 ret = KSFT_PASS; in test_memcg_max()
759 ret = KSFT_PASS; in test_memcg_swap_max()
803 ret = KSFT_PASS; in test_memcg_oom_events()
913 ret = KSFT_PASS; in tcp_client()
976 if (tcp_client(memcg, port) != KSFT_PASS) in test_memcg_sock()
[all …]
/external/linux-kselftest/tools/testing/selftests/
Dkselftest.h18 #define KSFT_PASS 0 macro
133 exit(KSFT_PASS); in ksft_exit_pass()