Home
last modified time | relevance | path

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

/linux/lib/
H A Ddebugobjects.c1282 check_results(void *addr, enum debug_obj_state state, int fixups, int warnings) in check_results() function
1344 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest()
1347 if (check_results(&obj, ODEBUG_STATE_ACTIVE, fixups, warnings)) in debug_objects_selftest()
1350 if (check_results(&obj, ODEBUG_STATE_ACTIVE, ++fixups, ++warnings)) in debug_objects_selftest()
1353 if (check_results(&obj, ODEBUG_STATE_INACTIVE, fixups, warnings)) in debug_objects_selftest()
1356 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, warnings)) in debug_objects_selftest()
1359 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, ++warnings)) in debug_objects_selftest()
1362 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, ++warnings)) in debug_objects_selftest()
1365 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, ++warnings)) in debug_objects_selftest()
1368 if (check_results(&obj, ODEBUG_STATE_NONE, fixups, warnings)) in debug_objects_selftest()
[all …]
/linux/tools/testing/selftests/resctrl/
H A Dcat_test.c67 static int check_results(struct resctrl_val_param *param, const char *cache_type, in check_results() function
286 ret = check_results(&param, test->resource, in cat_run_test()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dselect_reuseport.c323 static void check_results(void) in check_results() function
406 check_results(); in do_test()