Home
last modified time | relevance | path

Searched refs:handle_error (Results 1 – 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/edac/
De752x_edac.c380 int handle_error) in process_ce() argument
384 if (handle_error) in process_ce()
438 int handle_error) in process_ue() argument
442 if (handle_error) in process_ue()
447 int *error_found, int handle_error) in process_ue_no_info_wr() argument
451 if (!handle_error) in process_ue_no_info_wr()
481 int handle_error) in process_ded_retry() argument
485 if (handle_error) in process_ded_retry()
490 int *error_found, int handle_error) in process_threshold_ce() argument
494 if (handle_error) in process_threshold_ce()
[all …]
Dsynopsys_edac.c479 static void handle_error(struct mem_ctl_info *mci, struct synps_ecc_status *p) in handle_error() function
553 handle_error(mci, &priv->stat); in intr_handler()
582 handle_error(mci, &priv->stat); in check_errors()
/kernel/linux/linux-5.10/kernel/irq/
Dmsi.c421 if (ops->handle_error) in __msi_domain_alloc_irqs()
422 ret = ops->handle_error(domain, desc, ret); in __msi_domain_alloc_irqs()
/kernel/linux/linux-5.10/include/linux/
Dmsi.h318 int (*handle_error)(struct irq_domain *domain, member
/kernel/linux/linux-5.10/drivers/pci/
Dmsi.c1467 .handle_error = pci_msi_domain_handle_error,
1481 if (ops->handle_error == NULL) in pci_msi_domain_update_dom_ops()
1482 ops->handle_error = pci_msi_domain_handle_error; in pci_msi_domain_update_dom_ops()
/kernel/linux/linux-5.10/drivers/tty/serial/
Ducc_uart.c502 goto handle_error; in qe_uart_int_rx()
532 handle_error: in qe_uart_int_rx()
/kernel/linux/linux-5.10/drivers/tty/serial/cpm_uart/
Dcpm_uart_core.c278 goto handle_error; in cpm_uart_int_rx()
314 handle_error: in cpm_uart_int_rx()
/kernel/linux/linux-5.10/net/tls/
Dtls_device.c468 handle_error: in tls_push_data()
492 goto handle_error; in tls_push_data()
/kernel/linux/linux-5.10/fs/btrfs/
Ddisk-io.c2631 bool handle_error = false; in init_tree_roots() local
2639 if (handle_error) { in init_tree_roots()
2668 handle_error = true; in init_tree_roots()
2675 handle_error = true; in init_tree_roots()
2692 handle_error = true; in init_tree_roots()
2700 handle_error = true; in init_tree_roots()
/kernel/linux/linux-5.10/drivers/scsi/
Dmesh.c1031 static void handle_error(struct mesh_state *ms) in handle_error() function
1511 handle_error(ms); in cmd_complete()
1676 handle_error(ms); in DEF_SCSI_QCMD()
/kernel/linux/linux-5.10/Documentation/admin-guide/blockdev/
Dzram.rst57 handle_error
/kernel/linux/linux-5.10/sound/pci/asihpi/
Dasihpi.c260 static u16 handle_error(u16 err, int line, char *filename) in handle_error() function
269 #define hpi_handle_error(x) handle_error(x, __LINE__, __FILE__)