Searched refs:check_results (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/lib/ |
D | debugobjects.c | 1161 check_results(void *addr, enum debug_obj_state state, int fixups, int warnings) in check_results() function 1223 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest() 1226 if (check_results(&obj, ODEBUG_STATE_ACTIVE, fixups, warnings)) in debug_objects_selftest() 1229 if (check_results(&obj, ODEBUG_STATE_ACTIVE, ++fixups, ++warnings)) in debug_objects_selftest() 1232 if (check_results(&obj, ODEBUG_STATE_INACTIVE, fixups, warnings)) in debug_objects_selftest() 1235 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, warnings)) in debug_objects_selftest() 1238 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, ++warnings)) in debug_objects_selftest() 1241 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, ++warnings)) in debug_objects_selftest() 1244 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, ++warnings)) in debug_objects_selftest() 1247 if (check_results(&obj, ODEBUG_STATE_NONE, fixups, warnings)) in debug_objects_selftest() [all …]
|
/Linux-v5.10/tools/testing/selftests/resctrl/ |
D | mbm_test.c | 47 static int check_results(int span) in check_results() function 138 ret = check_results(span); in mbm_bw_change()
|
D | mba_test.c | 98 static int check_results(void) in check_results() function 164 ret = check_results(); in mba_schemata_change()
|
D | cqm_test.c | 74 static int check_results(struct resctrl_val_param *param, int no_of_bits) in check_results() function 169 ret = check_results(¶m, n); in cqm_resctrl_val()
|
D | cat_test.c | 76 static int check_results(struct resctrl_val_param *param) in check_results() function 212 ret = check_results(¶m); in cat_perf_miss_val()
|
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/ |
D | select_reuseport.c | 342 static void check_results(void) in check_results() function 425 check_results(); in do_test()
|
/Linux-v5.10/tools/testing/selftests/net/ |
D | ipsec.c | 2082 static int check_results(void) in check_results() function 2189 ret = check_results(); in main()
|