Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/cgroup/
Dtest_core.c81 ret = KSFT_PASS; in test_cgcore_populated()
139 ret = KSFT_PASS; in test_cgcore_invalid_domain()
181 ret = KSFT_PASS; in test_cgcore_parent_becomes_threaded()
232 ret = KSFT_PASS; in test_cgcore_no_internal_process_constraint_on_threads()
269 ret = KSFT_PASS; in test_cgcore_top_down_constraint_enable()
310 ret = KSFT_PASS; in test_cgcore_top_down_constraint_disable()
348 ret = KSFT_PASS; in test_cgcore_internal_process_constraint()
398 ret = KSFT_PASS; in test_cgcore_proc_migration()
485 ret = KSFT_PASS; in test_cgcore_thread_migration()
532 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 …]
/external/linux-kselftest/tools/testing/selftests/net/
Dudpgso_bench.sh11 readonly KSFT_PASS=0
22 if [[ ${exitcode} -eq ${KSFT_PASS} ]]; then
45 exit ${KSFT_PASS}
/external/linux-kselftest/tools/testing/selftests/
Dkselftest.h20 #define KSFT_PASS 0 macro
154 exit(KSFT_PASS); in ksft_exit_pass()
/external/linux-kselftest/tools/testing/selftests/arm64/signal/
Dtest_signals_utils.c66 td->result = KSFT_PASS; in default_result()