Home
last modified time | relevance | path

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

/Linux-v5.10/lib/
Ddebugobjects.c1161 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/
Dmbm_test.c47 static int check_results(int span) in check_results() function
138 ret = check_results(span); in mbm_bw_change()
Dmba_test.c98 static int check_results(void) in check_results() function
164 ret = check_results(); in mba_schemata_change()
Dcqm_test.c74 static int check_results(struct resctrl_val_param *param, int no_of_bits) in check_results() function
169 ret = check_results(&param, n); in cqm_resctrl_val()
Dcat_test.c76 static int check_results(struct resctrl_val_param *param) in check_results() function
212 ret = check_results(&param); in cat_perf_miss_val()
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/
Dselect_reuseport.c342 static void check_results(void) in check_results() function
425 check_results(); in do_test()
/Linux-v5.10/tools/testing/selftests/net/
Dipsec.c2082 static int check_results(void) in check_results() function
2189 ret = check_results(); in main()