Searched refs:handle_error (Results 1 – 12 of 12) sorted by relevance
/linux-6.6.21/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 | zynqmp_edac.c | 157 static void handle_error(struct edac_device_ctl_info *dci, struct ecc_status *p) in handle_error() function 204 handle_error(dci, &priv->stat); in intr_handler()
|
D | synopsys_edac.c | 470 static void handle_error(struct mem_ctl_info *mci, struct synps_ecc_status *p) in handle_error() function 572 handle_error(mci, &priv->stat); in intr_handler() 606 handle_error(mci, &priv->stat); in check_errors()
|
/linux-6.6.21/tools/testing/selftests/sched/ |
D | cs_prctl_test.c | 90 #define handle_error(msg) __handle_error(__FILE__, __LINE__, msg) macro 143 handle_error("child stack allocate"); in create_threads() 147 handle_error("clone thread"); in create_threads() 184 handle_error("pipe() failed"); in create_processes() 277 handle_error("process group"); in main() 287 handle_error("core_sched create failed -- PGID"); in main() 301 handle_error("core_sched create failed -- TGID"); in main() 311 handle_error("core_sched share to itself failed -- PID"); in main() 322 handle_error("core_sched share from thread failed -- PID"); in main() 330 handle_error("core_sched share to self failed -- PGID"); in main()
|
/linux-6.6.21/tools/crypto/ccp/ |
D | dbc.py | 29 def handle_error(code): function 39 handle_error(ret) 50 handle_error(ret) 63 handle_error(ret)
|
/linux-6.6.21/net/tls/ |
D | tls_device.c | 480 handle_error: in tls_push_data() 509 goto handle_error; in tls_push_data() 516 goto handle_error; in tls_push_data() 529 goto handle_error; in tls_push_data()
|
/linux-6.6.21/drivers/tty/serial/ |
D | ucc_uart.c | 500 goto handle_error; in qe_uart_int_rx() 530 handle_error: in qe_uart_int_rx()
|
D | cpm_uart.c | 281 goto handle_error; in cpm_uart_int_rx() 317 handle_error: in cpm_uart_int_rx()
|
/linux-6.6.21/drivers/scsi/ |
D | mesh.c | 1025 static void handle_error(struct mesh_state *ms) in handle_error() function 1505 handle_error(ms); in cmd_complete() 1671 handle_error(ms); in DEF_SCSI_QCMD()
|
/linux-6.6.21/fs/btrfs/ |
D | disk-io.c | 2589 bool handle_error = false; in init_tree_roots() local 2594 if (handle_error) { in init_tree_roots() 2622 handle_error = true; in init_tree_roots() 2632 handle_error = true; in init_tree_roots() 2640 handle_error = true; in init_tree_roots()
|
/linux-6.6.21/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__)
|
/linux-6.6.21/Documentation/admin-guide/blockdev/ |
D | zram.rst | 57 handle_error
|