Searched refs:handle_error (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.15/drivers/edac/ |
D | e752x_edac.c | 380 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 …]
|
D | synopsys_edac.c | 473 static void handle_error(struct mem_ctl_info *mci, struct synps_ecc_status *p) in handle_error() function 547 handle_error(mci, &priv->stat); in intr_handler() 576 handle_error(mci, &priv->stat); in check_errors()
|
/Linux-v5.15/tools/testing/selftests/sched/ |
D | cs_prctl_test.c | 78 #define handle_error(msg) __handle_error(__FILE__, __LINE__, msg) macro 132 handle_error("child stack allocate"); in create_threads() 136 handle_error("clone thread"); in create_threads() 168 handle_error("pipe() failed"); in create_processes() 261 handle_error("process group"); in main() 270 handle_error("core_sched create failed -- PGID"); in main() 284 handle_error("core_sched create failed -- TGID"); in main() 294 handle_error("core_sched share to itself failed -- PID"); in main() 305 handle_error("core_sched share from thread failed -- PID"); in main() 313 handle_error("core_sched share to self failed -- PGID"); in main()
|
/Linux-v5.15/kernel/irq/ |
D | msi.c | 561 if (ops->handle_error) in __msi_domain_alloc_irqs() 562 ret = ops->handle_error(domain, desc, ret); in __msi_domain_alloc_irqs()
|
/Linux-v5.15/include/linux/ |
D | msi.h | 347 int (*handle_error)(struct irq_domain *domain, member
|
/Linux-v5.15/drivers/pci/ |
D | msi.c | 1347 .handle_error = pci_msi_domain_handle_error, 1361 if (ops->handle_error == NULL) in pci_msi_domain_update_dom_ops() 1362 ops->handle_error = pci_msi_domain_handle_error; in pci_msi_domain_update_dom_ops()
|
/Linux-v5.15/drivers/tty/serial/ |
D | ucc_uart.c | 502 goto handle_error; in qe_uart_int_rx() 532 handle_error: in qe_uart_int_rx()
|
/Linux-v5.15/net/tls/ |
D | tls_device.c | 466 handle_error: in tls_push_data() 489 goto handle_error; in tls_push_data()
|
/Linux-v5.15/drivers/tty/serial/cpm_uart/ |
D | cpm_uart_core.c | 278 goto handle_error; in cpm_uart_int_rx() 314 handle_error: in cpm_uart_int_rx()
|
/Linux-v5.15/drivers/scsi/ |
D | mesh.c | 1032 static void handle_error(struct mesh_state *ms) in handle_error() function 1512 handle_error(ms); in cmd_complete() 1677 handle_error(ms); in DEF_SCSI_QCMD()
|
/Linux-v5.15/fs/btrfs/ |
D | disk-io.c | 2778 bool handle_error = false; in init_tree_roots() local 2786 if (handle_error) { in init_tree_roots() 2816 handle_error = true; in init_tree_roots() 2823 handle_error = true; in init_tree_roots() 2839 handle_error = true; in init_tree_roots() 2847 handle_error = true; in init_tree_roots()
|
/Linux-v5.15/Documentation/admin-guide/blockdev/ |
D | zram.rst | 57 handle_error
|
/Linux-v5.15/sound/pci/asihpi/ |
D | asihpi.c | 260 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__)
|