Home
last modified time | relevance | path

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

/Linux-v6.6/lib/
Ddebugobjects.c1206 check_results(void *addr, enum debug_obj_state state, int fixups, int warnings) in check_results() function
1268 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest()
1271 if (check_results(&obj, ODEBUG_STATE_ACTIVE, fixups, warnings)) in debug_objects_selftest()
1274 if (check_results(&obj, ODEBUG_STATE_ACTIVE, ++fixups, ++warnings)) in debug_objects_selftest()
1277 if (check_results(&obj, ODEBUG_STATE_INACTIVE, fixups, warnings)) in debug_objects_selftest()
1280 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, warnings)) in debug_objects_selftest()
1283 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, ++warnings)) in debug_objects_selftest()
1286 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, ++warnings)) in debug_objects_selftest()
1289 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, ++warnings)) in debug_objects_selftest()
1292 if (check_results(&obj, ODEBUG_STATE_NONE, fixups, warnings)) in debug_objects_selftest()
[all …]
/Linux-v6.6/tools/testing/selftests/resctrl/
Dcmt_test.c30 static int check_results(struct resctrl_val_param *param, int no_of_bits) in check_results() function
122 ret = check_results(&param, n); in cmt_resctrl_val()
Dmbm_test.c50 static int check_results(size_t span) in check_results() function
132 ret = check_results(span); in mbm_bw_change()
Dmba_test.c103 static int check_results(void) in check_results() function
163 ret = check_results(); in mba_schemata_change()
Dcat_test.c44 static int check_results(struct resctrl_val_param *param) in check_results() function
181 ret = check_results(&param); in cat_perf_miss_val()
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dselect_reuseport.c333 static void check_results(void) in check_results() function
416 check_results(); in do_test()
/Linux-v6.6/tools/testing/selftests/net/
Dipsec.c2228 static int check_results(void) in check_results() function
2335 ret = check_results(); in main()