Home
last modified time | relevance | path

Searched refs:ERESTART (Results 1 – 24 of 24) sorted by relevance

/Linux-v6.6/tools/include/uapi/asm-generic/
Derrno.h68 #define ERESTART 85 /* Interrupted system call should be restarted */ macro
/Linux-v6.6/include/uapi/asm-generic/
Derrno.h68 #define ERESTART 85 /* Interrupted system call should be restarted */ macro
/Linux-v6.6/arch/mips/include/uapi/asm/
Derrno.h66 #define ERESTART 91 /* Interrupted system call should be restarted */ macro
/Linux-v6.6/arch/sparc/include/uapi/asm/
Derrno.h92 #define ERESTART 116 /* Interrupted syscall should be restarted */ macro
/Linux-v6.6/arch/parisc/include/uapi/asm/
Derrno.h62 #define ERESTART 175 /* Interrupted system call should be restarted */ macro
/Linux-v6.6/arch/alpha/include/uapi/asm/
Derrno.h109 #define ERESTART 127 /* Interrupted system call should be restarted */ macro
/Linux-v6.6/tools/arch/alpha/include/uapi/asm/
Derrno.h109 #define ERESTART 127 /* Interrupted system call should be restarted */ macro
/Linux-v6.6/tools/arch/mips/include/uapi/asm/
Derrno.h66 #define ERESTART 91 /* Interrupted system call should be restarted */ macro
/Linux-v6.6/tools/arch/parisc/include/uapi/asm/
Derrno.h62 #define ERESTART 175 /* Interrupted system call should be restarted */ macro
/Linux-v6.6/tools/arch/sparc/include/uapi/asm/
Derrno.h92 #define ERESTART 116 /* Interrupted syscall should be restarted */ macro
/Linux-v6.6/arch/x86/kernel/
Duprobes.c565 return -ERESTART; in default_post_xol_op()
683 return -ERESTART; in branch_post_xol_op()
981 if (err == -ERESTART) in arch_uprobe_post_xol()
/Linux-v6.6/lib/
Derrname.c150 E(ERESTART),
/Linux-v6.6/fs/ocfs2/
Dstack_o2cb.c143 [DLM_MIGRATING] = -ERESTART,
/Linux-v6.6/drivers/usb/misc/
Diowarrior.c312 return -ERESTART; in iowarrior_read()
399 retval = -ERESTART; in iowarrior_write()
/Linux-v6.6/drivers/accessibility/speakup/
Dvarhandlers.c269 return -ERESTART; in spk_set_string_var()
Dkobjects.c668 (ret == 0 || ret == -ERESTART)) { in spk_var_store()
698 if (ret == -ERESTART) in spk_var_store()
/Linux-v6.6/include/linux/ceph/
Drados.h426 #define EOLDSNAPC ERESTART /* ORDERSNAP flag set; writer has old snapc*/
/Linux-v6.6/drivers/ntb/test/
Dntb_tool.c527 return -ERESTART; in tool_peer_link_event_write()
1137 return -ERESTART; in tool_db_event_write()
1388 return -ERESTART; in tool_msg_event_write()
/Linux-v6.6/fs/orangefs/
Dorangefs-utils.c467 EPROTO, EBADMSG, EOVERFLOW, ERESTART, EMSGSIZE, EPROTOTYPE,
/Linux-v6.6/net/netfilter/
Dnfnetlink.c424 netlink_ack(oskb, nlh, -ERESTART, NULL); in nfnetlink_rcv_batch()
/Linux-v6.6/drivers/ata/
Dlibata-eh.c2901 rc = -ERESTART; in ata_eh_reset()
2933 if (rc == -ERESTART) { in ata_eh_reset()
/Linux-v6.6/drivers/scsi/aacraid/
Daachba.c1741 rcode = -ERESTART; in aac_send_safw_bmic_cmd()
/Linux-v6.6/drivers/scsi/lpfc/
Dlpfc_init.c166 return -ERESTART; in lpfc_config_port_prep()
189 return -ERESTART; in lpfc_config_port_prep()
203 return -ERESTART; in lpfc_config_port_prep()
Dlpfc_sli.c5605 if (rc == -ERESTART) { in lpfc_sli_config_port()