Home
last modified time | relevance | path

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

/linux-6.15/tools/include/uapi/asm-generic/
H A Derrno.h68 #define ERESTART 85 /* Interrupted system call should be restarted */ macro
/linux-6.15/include/uapi/asm-generic/
H A Derrno.h68 #define ERESTART 85 /* Interrupted system call should be restarted */ macro
/linux-6.15/tools/arch/mips/include/uapi/asm/
H A Derrno.h66 #define ERESTART 91 /* Interrupted system call should be restarted */ macro
/linux-6.15/tools/arch/parisc/include/uapi/asm/
H A Derrno.h62 #define ERESTART 175 /* Interrupted system call should be restarted */ macro
/linux-6.15/tools/arch/sparc/include/uapi/asm/
H A Derrno.h92 #define ERESTART 116 /* Interrupted syscall should be restarted */ macro
/linux-6.15/tools/arch/alpha/include/uapi/asm/
H A Derrno.h109 #define ERESTART 127 /* Interrupted system call should be restarted */ macro
/linux-6.15/arch/parisc/include/uapi/asm/
H A Derrno.h62 #define ERESTART 175 /* Interrupted system call should be restarted */ macro
/linux-6.15/arch/sparc/include/uapi/asm/
H A Derrno.h92 #define ERESTART 116 /* Interrupted syscall should be restarted */ macro
/linux-6.15/arch/alpha/include/uapi/asm/
H A Derrno.h109 #define ERESTART 127 /* Interrupted system call should be restarted */ macro
/linux-6.15/arch/mips/include/uapi/asm/
H A Derrno.h66 #define ERESTART 91 /* Interrupted system call should be restarted */ macro
/linux-6.15/arch/x86/kernel/
H A Duprobes.c686 return -ERESTART; in default_post_xol_op()
804 return -ERESTART; in branch_post_xol_op()
1102 if (err == -ERESTART) in arch_uprobe_post_xol()
/linux-6.15/lib/
H A Derrname.c144 E(ERESTART),
/linux-6.15/fs/ocfs2/
H A Dstack_o2cb.c143 [DLM_MIGRATING] = -ERESTART,
/linux-6.15/drivers/usb/misc/
H A Diowarrior.c329 retval = -ERESTART; in iowarrior_read()
425 retval = -ERESTART; in iowarrior_write()
/linux-6.15/drivers/accessibility/speakup/
H A Dvarhandlers.c269 return -ERESTART; in spk_set_string_var()
H A Dkobjects.c665 (ret == 0 || ret == -ERESTART)) { in spk_var_store()
695 if (ret == -ERESTART) in spk_var_store()
/linux-6.15/include/linux/ceph/
H A Drados.h426 #define EOLDSNAPC ERESTART /* ORDERSNAP flag set; writer has old snapc*/
/linux-6.15/drivers/ntb/test/
H A 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-6.15/fs/orangefs/
H A Dorangefs-utils.c467 EPROTO, EBADMSG, EOVERFLOW, ERESTART, EMSGSIZE, EPROTOTYPE,
/linux-6.15/net/netfilter/
H A Dnfnetlink.c424 netlink_ack(oskb, nlh, -ERESTART, NULL); in nfnetlink_rcv_batch()
/linux-6.15/drivers/ata/
H A Dlibata-eh.c2965 rc = -ERESTART; in ata_eh_reset()
2999 if (rc == -ERESTART) { in ata_eh_reset()
/linux-6.15/drivers/scsi/aacraid/
H A Daachba.c1740 rcode = -ERESTART; in aac_send_safw_bmic_cmd()
/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_init.c167 return -ERESTART; in lpfc_config_port_prep()
190 return -ERESTART; in lpfc_config_port_prep()
204 return -ERESTART; in lpfc_config_port_prep()
H A Dlpfc_sli.c5607 if (rc == -ERESTART) { in lpfc_sli_config_port()