Searched refs:error_found (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/edac/ |
| H A 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 …]
|
| H A 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()
|
| H A 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()
|
| /linux/block/partitions/ |
| H A D | efi.c | 482 int error_found = 0; in compare_gpts() local 490 error_found++; in compare_gpts() 497 error_found++; in compare_gpts() 505 error_found++; in compare_gpts() 513 error_found++; in compare_gpts() 517 error_found++; in compare_gpts() 525 error_found++; in compare_gpts() 533 error_found++; in compare_gpts() 541 error_found++; in compare_gpts() 548 error_found++; in compare_gpts() [all …]
|
| /linux/tools/testing/selftests/timers/ |
| H A 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()
|