Home
last modified time | relevance | path

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

/Linux-v6.1/lib/
Ddebugobjects.c1163 check_results(void *addr, enum debug_obj_state state, int fixups, int warnings) in check_results() function
1225 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest()
1228 if (check_results(&obj, ODEBUG_STATE_ACTIVE, fixups, warnings)) in debug_objects_selftest()
1231 if (check_results(&obj, ODEBUG_STATE_ACTIVE, ++fixups, ++warnings)) in debug_objects_selftest()
1234 if (check_results(&obj, ODEBUG_STATE_INACTIVE, fixups, warnings)) in debug_objects_selftest()
1237 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, warnings)) in debug_objects_selftest()
1240 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, ++warnings)) in debug_objects_selftest()
1243 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, ++warnings)) in debug_objects_selftest()
1246 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, ++warnings)) in debug_objects_selftest()
1249 if (check_results(&obj, ODEBUG_STATE_NONE, fixups, warnings)) in debug_objects_selftest()
[all …]
/Linux-v6.1/tools/testing/selftests/resctrl/
Dcmt_test.c42 static int check_results(struct resctrl_val_param *param, int no_of_bits) in check_results() function
138 ret = check_results(&param, n); in cmt_resctrl_val()
Dmbm_test.c50 static int check_results(int span) in check_results() function
138 ret = check_results(span); in mbm_bw_change()
Dmba_test.c102 static int check_results(void) in check_results() function
165 ret = check_results(); in mba_schemata_change()
Dcat_test.c55 static int check_results(struct resctrl_val_param *param) in check_results() function
191 ret = check_results(&param); in cat_perf_miss_val()
/Linux-v6.1/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.1/tools/testing/selftests/net/
Dipsec.c2228 static int check_results(void) in check_results() function
2335 ret = check_results(); in main()