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

/linux-master/tools/testing/selftests/resctrl/
H A Dmbm_test.c50 static int check_results(size_t span) function
131 ret = check_results(DEFAULT_SPAN);
H A Dmba_test.c104 static int check_results(void) function
163 ret = check_results();
H A Dcmt_test.c59 static int check_results(struct resctrl_val_param *param, size_t span, int no_of_bits) function
159 ret = check_results(&param, span, n);
H A Dcat_test.c67 static int check_results(struct resctrl_val_param *param, const char *cache_type, function
145 * impact on cache misses (the result analysis is done in check_results()
289 ret = check_results(&param, test->resource,
/linux-master/lib/
H A Ddebugobjects.c1162 check_results(void *addr, enum debug_obj_state state, int fixups, int warnings) function
1224 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings))
1227 if (check_results(&obj, ODEBUG_STATE_ACTIVE, fixups, warnings))
1230 if (check_results(&obj, ODEBUG_STATE_ACTIVE, ++fixups, ++warnings))
1233 if (check_results(&obj, ODEBUG_STATE_INACTIVE, fixups, warnings))
1236 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, warnings))
1239 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, ++warnings))
1242 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, ++warnings))
1245 if (check_results(&obj, ODEBUG_STATE_DESTROYED, fixups, ++warnings))
1248 if (check_results(
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dselect_reuseport.c333 static void check_results(void) function
416 check_results();
/linux-master/tools/testing/selftests/net/
H A Dipsec.c2228 static int check_results(void) function
2335 ret = check_results();

Completed in 119 milliseconds