Searched refs:error_found (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/edac/ |
D | e752x_edac.c | 379 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 …]
|
D | amd76x_edac.c | 134 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()
|
D | r82600_edac.c | 162 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()
|
D | e7xxx_edac.c | 288 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()
|
D | i82443bxgx_edac.c | 145 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()
|
/kernel/linux/linux-5.10/block/partitions/ |
D | efi.c | 485 int error_found = 0; in compare_gpts() local 493 error_found++; in compare_gpts() 500 error_found++; in compare_gpts() 508 error_found++; in compare_gpts() 516 error_found++; in compare_gpts() 520 error_found++; in compare_gpts() 528 error_found++; in compare_gpts() 536 error_found++; in compare_gpts() 544 error_found++; in compare_gpts() 551 error_found++; in compare_gpts() [all …]
|
/kernel/linux/linux-5.10/tools/testing/selftests/timers/ |
D | leap-a-day.c | 57 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()
|