Home
last modified time | relevance | path

Searched refs:EAGAIN (Results 1 – 25 of 104) sorted by relevance

12345

/arch/alpha/include/uapi/asm/
A Derrno.h7 #undef EAGAIN /* 11 in errno-base.h */
11 #define EAGAIN 35 /* Try again */ macro
12 #define EWOULDBLOCK EAGAIN /* Operation would block */
/arch/powerpc/platforms/pseries/
A Dsuspend.c42 return -EAGAIN; in pseries_suspend_begin()
89 if (rc == -EAGAIN) in store_hibernate()
91 } while (rc == -EAGAIN); in store_hibernate()
A Dhvconsole.c71 return -EAGAIN; in hvc_put_chars()
/arch/um/drivers/
A Drandom.c40 if (block && ret == -EAGAIN) { in rng_dev_read()
55 return ret != -EAGAIN ? ret : 0; in rng_dev_read()
A Dxterm_kern.c29 if (ret == -EAGAIN) in xterm_interrupt()
A Dchan_user.c31 else if (errno == EAGAIN) in generic_read()
57 else if (errno == EAGAIN) in generic_write()
A Dport_kern.c54 if (ret == -EAGAIN) in pipe_interrupt()
85 if (fd != -EAGAIN) in port_accept()
A Dvector_user.c768 if ((n < 0) && (errno == EAGAIN)) in uml_vector_sendmsg()
782 if ((n < 0) && (errno == EAGAIN)) in uml_vector_recvmsg()
795 if ((n < 0) && ((errno == EAGAIN) || (errno == ENOBUFS))) in uml_vector_writev()
812 if ((n < 0) && ((errno == EAGAIN) || (errno == ENOBUFS))) in uml_vector_sendmmsg()
830 if ((n < 0) && (errno == EAGAIN)) in uml_vector_recvmmsg()
/arch/arm64/include/asm/
A Dfutex.h35 : "r" (oparg), "Ir" (-EAGAIN) \
110 : "r" (oldval), "r" (newval), "Ir" (-EAGAIN) in futex_atomic_cmpxchg_inatomic()
/arch/um/kernel/skas/
A Dstub.c133 if (res < 0 && res != -EAGAIN) in stub_signal_interrupt()
143 if (res < 0 && res != -EAGAIN) in stub_signal_interrupt()
/arch/s390/mm/
A Dgmap.c880 return -EAGAIN; in gmap_protect_pmd()
925 return -EAGAIN; in gmap_protect_pte()
965 return -EAGAIN; in gmap_protect_one()
1006 rc = -EAGAIN; in gmap_read_table()
1103 rc = -EAGAIN; in gmap_protect_rmap()
1488 rc = -EAGAIN; /* Race with unshadow */ in gmap_shadow_r2t()
1495 rc = -EAGAIN; /* Race with shadow */ in gmap_shadow_r2t()
1575 rc = -EAGAIN; /* Race with shadow */ in gmap_shadow_r3t()
1655 rc = -EAGAIN; /* Race with shadow */ in gmap_shadow_sgt()
1756 rc = -EAGAIN; /* Race with shadow */ in gmap_shadow_pgt()
[all …]
/arch/arm/kernel/
A Dswp_emulate.c55 : "r" (addr), "i" (-EAGAIN), "i" (-EFAULT) \
139 if (likely(res != -EAGAIN) || signal_pending(current)) in emulate_swpX()
/arch/arc/kernel/
A Darc_hostlink.c26 return -EAGAIN; in arc_hl_mmap()
/arch/um/os-Linux/
A Dsigio.c273 if (errno != EAGAIN) in tty_output()
283 } else if (n == -EAGAIN) in tty_output()
/arch/mips/include/uapi/asm/
A Derrno.h103 #define EWOULDBLOCK EAGAIN /* Operation would block */
/arch/parisc/include/uapi/asm/
A Derrno.h108 #define EWOULDBLOCK EAGAIN /* Operation would block (Not HPUX compliant) */
/arch/sparc/include/uapi/asm/
A Derrno.h9 #define EWOULDBLOCK EAGAIN /* Operation would block */
/arch/arm64/kvm/hyp/
A Dpgtable.c146 if (r == -EAGAIN) in kvm_pgtable_walk_continue()
919 return -EAGAIN; in stage2_map_walker_try_leaf()
937 return -EAGAIN; in stage2_map_walker_try_leaf()
995 return -EAGAIN; in stage2_map_walk_leaf()
1164 return -EAGAIN; in stage2_attr_walker()
1187 return -EAGAIN; in stage2_attr_walker()
1263 return -EAGAIN; in stage2_age_walker()
1310 if (!ret || ret == -EAGAIN) in kvm_pgtable_stage2_relax_perms()
1473 return -EAGAIN; in stage2_split_walker()
/arch/s390/kernel/
A Dcert_store.c552 rc = -EAGAIN; in get_sevcb()
557 rc = -EAGAIN; in get_sevcb()
622 if (rc == -EAGAIN) in add_certificates_to_keyring()
758 if (rc != -EAGAIN) in refresh_store()
A Duv.c310 return -EAGAIN; in __make_folio_secure()
319 return -EAGAIN; in make_folio_secure()
411 return -EAGAIN; in s390_wiggle_split_folio()
456 rc = -EAGAIN; in make_hva_secure()
/arch/x86/include/asm/
A Dspecial_insns.h296 return -EAGAIN; in enqcmds()
/arch/s390/kvm/
A Dgmap-vsie.c47 return ERR_PTR(-EAGAIN); in gmap_find_shadow()
A Dpriv.c115 return -EAGAIN; in handle_set_clock()
251 return -EAGAIN; in try_handle_skey()
271 return rc != -EAGAIN ? rc : 0; in handle_iske()
318 return rc != -EAGAIN ? rc : 0; in handle_rrbe()
369 return rc != -EAGAIN ? rc : 0; in handle_sske()
406 rc = !rc ? -EAGAIN : rc; in handle_sske()
411 if (rc == -EAGAIN) in handle_sske()
1160 rc = !rc ? -EAGAIN : rc; in handle_pfmf()
1165 if (rc == -EAGAIN) in handle_pfmf()
/arch/x86/kernel/cpu/sgx/
A Dioctl.c738 ret = PTR_ERR(entry) == -EBUSY ? -EAGAIN : -EFAULT; in sgx_enclave_restrict_permissions()
905 ret = PTR_ERR(entry) == -EBUSY ? -EAGAIN : -EFAULT; in sgx_enclave_modify_types()
946 ret = -EAGAIN; in sgx_enclave_modify_types()
1093 ret = PTR_ERR(entry) == -EBUSY ? -EAGAIN : -EFAULT; in sgx_encl_remove_pages()
/arch/powerpc/platforms/powernv/
A Dopal.c460 written = -EAGAIN; in __opal_put_chars()
470 written = -EAGAIN; in __opal_put_chars()
488 written = -EAGAIN; in __opal_put_chars()
578 return -EAGAIN; in opal_flush_chars()

Completed in 50 milliseconds

12345