Searched refs:global_error (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/xen/ |
H A D | privcmd.c | 322 int global_error; member 351 /* Adjust the global_error? */ in mmap_batch_fn() 354 st->global_error = -ENOENT; in mmap_batch_fn() 357 if (st->global_error == 0) in mmap_batch_fn() 358 st->global_error = 1; in mmap_batch_fn() 547 state.global_error = 0; in privcmd_ioctl_mmap_batch() 557 if (state.global_error) { in privcmd_ioctl_mmap_batch() 568 if ((ret == 0) && (state.global_error == -ENOENT)) in privcmd_ioctl_mmap_batch()
|
/kernel/linux/linux-6.6/drivers/xen/ |
H A D | privcmd.c | 327 int global_error; member 356 /* Adjust the global_error? */ in mmap_batch_fn() 359 st->global_error = -ENOENT; in mmap_batch_fn() 362 if (st->global_error == 0) in mmap_batch_fn() 363 st->global_error = 1; in mmap_batch_fn() 552 state.global_error = 0; in privcmd_ioctl_mmap_batch() 562 if (state.global_error) { in privcmd_ioctl_mmap_batch() 573 if ((ret == 0) && (state.global_error == -ENOENT)) in privcmd_ioctl_mmap_batch()
|
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | e752x_edac.c | 534 static inline void global_error(int fatal, u32 errors, int *error_found, in global_error() function 957 global_error(1, error32, &error_found, handle_errors); in e752x_process_error_info() 960 global_error(0, stat32, &error_found, handle_errors); in e752x_process_error_info() 966 global_error(1, error32, &error_found, handle_errors); in e752x_process_error_info() 969 global_error(0, stat32, &error_found, handle_errors); in e752x_process_error_info()
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | e752x_edac.c | 534 static inline void global_error(int fatal, u32 errors, int *error_found, in global_error() function 957 global_error(1, error32, &error_found, handle_errors); in e752x_process_error_info() 960 global_error(0, stat32, &error_found, handle_errors); in e752x_process_error_info() 966 global_error(1, error32, &error_found, handle_errors); in e752x_process_error_info() 969 global_error(0, stat32, &error_found, handle_errors); in e752x_process_error_info()
|
Completed in 14 milliseconds