Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A 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 …]
/openbmc/u-boot/test/trace/
H A Dtest-trace.sh30 check_results() { function
62 check_results ${tmp}
/openbmc/linux/tools/testing/selftests/resctrl/
H A Dmbm_test.c50 static int check_results(size_t span) in check_results() function
131 ret = check_results(DEFAULT_SPAN); in mbm_bw_change()
H A Dcmt_test.c30 static int check_results(struct resctrl_val_param *param, size_t span, int no_of_bits) in check_results() function
134 ret = check_results(&param, span, n); in cmt_resctrl_val()
H A Dmba_test.c103 static int check_results(void) in check_results() function
163 ret = check_results(); in mba_schemata_change()
H A Dcat_test.c44 static int check_results(struct resctrl_val_param *param, size_t span) in check_results() function
176 ret = check_results(&param, span); in cat_perf_miss_val()
/openbmc/u-boot/test/fs/
H A Dfs-test.sh458 function check_results() { function
555 check_results ${OUT_FILE}_clean $MD5_FILE_FS $SMALL_FILE \
609 check_results $OUT_FILE $MD5_FILE_FS $SMALL_FILE $BIG_FILE
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dselect_reuseport.c333 static void check_results(void) in check_results() function
416 check_results(); in do_test()
/openbmc/linux/tools/testing/selftests/net/
H A Dipsec.c2228 static int check_results(void) in check_results() function
2335 ret = check_results(); in main()