| /Linux-v5.15/drivers/net/ethernet/sfc/ |
| D | mcdi_functions.c | 26 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()
|
| /Linux-v5.15/drivers/usb/dwc2/ |
| D | drd.c | 40 return -EALREADY; in dwc2_ovr_avalid() 58 return -EALREADY; in dwc2_ovr_bvalid()
|
| /Linux-v5.15/net/nfc/nci/ |
| D | lib.c | 54 return -EALREADY; in nci_to_errno()
|
| /Linux-v5.15/net/nfc/ |
| D | core.c | 113 rc = -EALREADY; in nfc_dev_up() 151 rc = -EALREADY; in nfc_dev_down() 300 rc = -EALREADY; in nfc_dep_link_up() 344 rc = -EALREADY; in nfc_dep_link_down() 582 rc = -EALREADY; in nfc_enable_se() 626 rc = -EALREADY; in nfc_disable_se() 880 return -EALREADY; in nfc_add_se()
|
| /Linux-v5.15/drivers/net/wireless/ath/wcn36xx/ |
| D | pmc.c | 55 return -EALREADY; in wcn36xx_pmc_exit_bmps_state()
|
| /Linux-v5.15/include/uapi/asm-generic/ |
| D | errno.h | 97 #define EALREADY 114 /* Operation already in progress */ macro
|
| /Linux-v5.15/tools/include/uapi/asm-generic/ |
| D | errno.h | 97 #define EALREADY 114 /* Operation already in progress */ macro
|
| /Linux-v5.15/tools/arch/mips/include/uapi/asm/ |
| D | errno.h | 104 #define EALREADY 149 /* Operation already in progress */ macro
|
| /Linux-v5.15/tools/arch/sparc/include/uapi/asm/ |
| D | errno.h | 11 #define EALREADY 37 /* Operation already in progress */ macro
|
| /Linux-v5.15/arch/parisc/include/uapi/asm/ |
| D | errno.h | 108 #define EALREADY 244 /* Operation already in progress */ macro
|
| /Linux-v5.15/kernel/locking/ |
| D | ww_rt_mutex.c | 24 return -EALREADY; in __ww_rt_mutex_lock()
|
| /Linux-v5.15/tools/arch/alpha/include/uapi/asm/ |
| D | errno.h | 14 #define EALREADY 37 /* Operation already in progress */ macro
|
| /Linux-v5.15/tools/arch/parisc/include/uapi/asm/ |
| D | errno.h | 108 #define EALREADY 244 /* Operation already in progress */ macro
|
| /Linux-v5.15/arch/mips/include/uapi/asm/ |
| D | errno.h | 104 #define EALREADY 149 /* Operation already in progress */ macro
|
| /Linux-v5.15/arch/alpha/include/uapi/asm/ |
| D | errno.h | 14 #define EALREADY 37 /* Operation already in progress */ macro
|
| /Linux-v5.15/arch/sparc/include/uapi/asm/ |
| D | errno.h | 11 #define EALREADY 37 /* Operation already in progress */ macro
|
| /Linux-v5.15/drivers/tty/serial/ |
| D | earlycon.c | 185 return -EALREADY; in setup_earlycon() 238 if (err == -ENOENT || err == -EALREADY) in param_setup_earlycon()
|
| /Linux-v5.15/arch/sh/boards/mach-landisk/ |
| D | gio.c | 36 ret = -EALREADY; in gio_open()
|
| /Linux-v5.15/Documentation/locking/ |
| D | ww-mutex-design.rst | 136 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) {
|
| /Linux-v5.15/drivers/net/ppp/ |
| D | pppox.c | 42 return -EALREADY; in register_pppox_proto()
|
| /Linux-v5.15/net/bluetooth/ |
| D | lib.c | 83 return EALREADY; in bt_to_errno()
|
| /Linux-v5.15/drivers/gpu/drm/ttm/ |
| D | ttm_execbuf_util.c | 95 if (ret == -EALREADY && dups) { in ttm_eu_reserve_buffers()
|
| /Linux-v5.15/drivers/xen/xen-pciback/ |
| D | pciback_ops.c | 149 status = -EALREADY; in xen_pcibk_enable_msi() 211 return -EALREADY; in xen_pcibk_enable_msix()
|
| /Linux-v5.15/sound/aoa/core/ |
| D | core.c | 92 err = -EALREADY; in aoa_fabric_register()
|
| /Linux-v5.15/net/9p/ |
| D | error.c | 115 {"Operation already in progress", EALREADY},
|