Home
last modified time | relevance | path

Searched refs:EALREADY (Results 1 – 25 of 198) sorted by relevance

12345678

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Derrno.h106 #ifndef EALREADY
107 #define EALREADY 9907 macro
H A D__errc33 connection_already_in_progress, // EALREADY
130 connection_already_in_progress = EALREADY,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Derrno.h106 #ifndef EALREADY
107 #define EALREADY 9907 macro
H A D__errc33 connection_already_in_progress, // EALREADY
130 connection_already_in_progress = EALREADY,
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Dmcdi_functions.c26 if (rc == -EALREADY) in efx_mcdi_free_vis()
153 if (rc && rc != -EALREADY) in efx_mcdi_ev_fini()
260 if (rc && rc != -EALREADY) in efx_mcdi_tx_fini()
345 if (rc && rc != -EALREADY) in efx_mcdi_rx_fini()
/OK3568_Linux_fs/kernel/net/nfc/
H A Dcore.c113 rc = -EALREADY; in nfc_dev_up()
151 rc = -EALREADY; in nfc_dev_down()
299 rc = -EALREADY; in nfc_dep_link_up()
343 rc = -EALREADY; in nfc_dep_link_down()
580 rc = -EALREADY; in nfc_enable_se()
624 rc = -EALREADY; in nfc_disable_se()
874 return -EALREADY; in nfc_add_se()
/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Ddrd.c41 return -EALREADY; in dwc2_ovr_avalid()
60 return -EALREADY; in dwc2_ovr_bvalid()
/OK3568_Linux_fs/kernel/net/nfc/nci/
H A Dlib.c54 return -EALREADY; in nci_to_errno()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wcn36xx/
H A Dpmc.c52 return -EALREADY; in wcn36xx_pmc_exit_bmps_state()
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dearlycon.c185 return -EALREADY; in setup_earlycon()
240 if (err == -ENOENT || err == -EALREADY) in param_setup_earlycon()
/OK3568_Linux_fs/kernel/Documentation/locking/
H A Dww-mutex-design.rst136 Furthermore the lock helper can use propagate the -EALREADY return code back to
184 of duplicate entry detection using -EALREADY as method 1 above. But the
243 - Due to the -EALREADY return code signalling that a given objects is already
254 - On the other hand the dynamic object list construction also means that the -EALREADY return
266 -EALREADY. Of course this would be different when using the _interruptible
301 if (ret == -EALREADY) {
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Derrno.h97 #define EALREADY 114 /* Operation already in progress */ macro
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Derrno.h97 #define EALREADY 114 /* Operation already in progress */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Derrno.h97 #define EALREADY 114 /* Operation already in progress */ macro
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Derrno.h97 #define EALREADY 114 /* Operation already in progress */ macro
/OK3568_Linux_fs/kernel/tools/arch/sparc/include/uapi/asm/
H A Derrno.h11 #define EALREADY 37 /* Operation already in progress */ macro
/OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/
H A Derrno.h14 #define EALREADY 37 /* Operation already in progress */ macro
/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Derrno.h11 #define EALREADY 37 /* Operation already in progress */ macro
/OK3568_Linux_fs/kernel/tools/arch/parisc/include/uapi/asm/
H A Derrno.h108 #define EALREADY 244 /* Operation already in progress */ macro
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Derrno.h104 #define EALREADY 149 /* Operation already in progress */ macro
/OK3568_Linux_fs/kernel/tools/arch/alpha/include/uapi/asm/
H A Derrno.h14 #define EALREADY 37 /* Operation already in progress */ macro
/OK3568_Linux_fs/kernel/tools/arch/mips/include/uapi/asm/
H A Derrno.h104 #define EALREADY 149 /* Operation already in progress */ macro
/OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/
H A Derrno.h108 #define EALREADY 244 /* Operation already in progress */ macro
/OK3568_Linux_fs/kernel/arch/sh/boards/mach-landisk/
H A Dgio.c37 ret = -EALREADY; in gio_open()
/OK3568_Linux_fs/kernel/drivers/xen/xen-pciback/
H A Dpciback_ops.c149 status = -EALREADY; in xen_pcibk_enable_msi()
211 return -EALREADY; in xen_pcibk_enable_msix()

12345678