Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/edac/
De752x_edac.c379 u32 sec1_add, u16 sec1_syndrome, int *error_found, in process_ce() argument
382 *error_found = 1; in process_ce()
437 u32 ded_add, u32 scrb_add, int *error_found, in process_ue() argument
440 *error_found = 1; in process_ue()
447 int *error_found, int handle_error) in process_ue_no_info_wr() argument
449 *error_found = 1; in process_ue_no_info_wr()
480 u32 retry_add, int *error_found, in process_ded_retry() argument
483 *error_found = 1; in process_ded_retry()
490 int *error_found, int handle_error) in process_threshold_ce() argument
492 *error_found = 1; in process_threshold_ce()
[all …]
Damd76x_edac.c134 int error_found; in amd76x_process_error_info() local
137 error_found = 0; in amd76x_process_error_info()
143 error_found = 1; in amd76x_process_error_info()
158 error_found = 1; in amd76x_process_error_info()
169 return error_found; in amd76x_process_error_info()
Dr82600_edac.c162 int error_found; in r82600_process_error_info() local
166 error_found = 0; in r82600_process_error_info()
178 error_found = 1; in r82600_process_error_info()
189 error_found = 1; in r82600_process_error_info()
200 return error_found; in r82600_process_error_info()
De7xxx_edac.c288 int error_found; in e7xxx_process_error_info() local
290 error_found = 0; in e7xxx_process_error_info()
294 error_found = 1; in e7xxx_process_error_info()
301 error_found = 1; in e7xxx_process_error_info()
308 error_found = 1; in e7xxx_process_error_info()
319 error_found = 1; in e7xxx_process_error_info()
329 return error_found; in e7xxx_process_error_info()
Di82443bxgx_edac.c145 int error_found = 0; in i82443bxgx_edacmc_process_error_info() local
155 error_found = 1; in i82443bxgx_edacmc_process_error_info()
164 error_found = 1; in i82443bxgx_edacmc_process_error_info()
172 return error_found; in i82443bxgx_edacmc_process_error_info()
/linux-5.19.10/block/partitions/
Defi.c483 int error_found = 0; in compare_gpts() local
491 error_found++; in compare_gpts()
498 error_found++; in compare_gpts()
506 error_found++; in compare_gpts()
514 error_found++; in compare_gpts()
518 error_found++; in compare_gpts()
526 error_found++; in compare_gpts()
534 error_found++; in compare_gpts()
542 error_found++; in compare_gpts()
549 error_found++; in compare_gpts()
[all …]
/linux-5.19.10/tools/testing/selftests/timers/
Dleap-a-day.c57 int error_found; variable
140 error_found = 1; in sigalarm()
149 error_found = 1; in sigalarm()
171 error_found = 1; in test_hrtimer_failure()
366 if (error_found) { in main()