Home
last modified time | relevance | path

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

/linux-6.15/lib/
H A Ddebugobjects.c1344 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()
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()
1368 if (check_results(&obj, ODEBUG_STATE_NONE, fixups, warnings)) in debug_objects_selftest()
1373 if (check_results(&obj, ODEBUG_STATE_ACTIVE, fixups, warnings)) in debug_objects_selftest()
1376 if (check_results(&obj, ODEBUG_STATE_INIT, ++fixups, ++warnings)) in debug_objects_selftest()
1379 if (check_results(&obj, ODEBUG_STATE_NONE, fixups, warnings)) in debug_objects_selftest()
1384 if (check_results(&obj, ODEBUG_STATE_INIT, fixups, warnings)) in debug_objects_selftest()
1387 if (check_results(&obj, ODEBUG_STATE_ACTIVE, fixups, warnings)) in debug_objects_selftest()
[all …]
/linux-6.15/tools/testing/selftests/resctrl/
H A Dcmt_test.c77 static int check_results(struct resctrl_val_param *param, size_t span, int no_of_bits) in check_results() function
171 ret = check_results(&param, span, n); in cmt_run_test()
H A Dmbm_test.c47 static int check_results(size_t span) in check_results() function
162 ret = check_results(param.fill_buf ? param.fill_buf->buf_size : 0); in mbm_run_test()
H A Dmba_test.c128 static int check_results(void) in check_results() function
203 ret = check_results(); in mba_run_test()
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-6.15/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()
/linux-6.15/tools/testing/selftests/net/
H A Dipsec.c2229 static int check_results(void) in check_results() function
2336 ret = check_results(); in main()