| /Linux-v6.6/net/bluetooth/ |
| D | lib.c | 83 return EALREADY; in bt_to_errno() 173 case -EALREADY: in bt_status()
|
| /Linux-v6.6/drivers/tty/serial/ |
| D | earlycon.c | 192 return -EALREADY; in setup_earlycon() 245 if (err == -ENOENT || err == -EALREADY) in param_setup_earlycon() 264 return -EALREADY; in of_setup_earlycon()
|
| /Linux-v6.6/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-v6.6/io_uring/ |
| D | cancel.c | 92 ret = -EALREADY; in io_async_cancel_one() 297 if (ret != -EALREADY) in io_sync_cancel() 321 if (ret != -EALREADY) in io_sync_cancel()
|
| /Linux-v6.6/net/nfc/nci/ |
| D | lib.c | 54 return -EALREADY; in nci_to_errno()
|
| /Linux-v6.6/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-v6.6/drivers/net/wireless/ath/wcn36xx/ |
| D | pmc.c | 60 return -EALREADY; in wcn36xx_pmc_exit_bmps_state()
|
| /Linux-v6.6/drivers/usb/dwc2/ |
| D | drd.c | 49 return -EALREADY; in dwc2_ovr_avalid() 71 return -EALREADY; in dwc2_ovr_bvalid()
|
| /Linux-v6.6/drivers/bluetooth/ |
| D | hci_vhci.c | 147 return -EALREADY; in force_suspend_write() 188 return -EALREADY; in force_wakeup_write() 210 return -EALREADY; in msft_opcode_set() 257 return -EALREADY; in aosp_capable_write()
|
| /Linux-v6.6/tools/include/uapi/asm-generic/ |
| D | errno.h | 97 #define EALREADY 114 /* Operation already in progress */ macro
|
| /Linux-v6.6/include/uapi/asm-generic/ |
| D | errno.h | 97 #define EALREADY 114 /* Operation already in progress */ macro
|
| /Linux-v6.6/arch/mips/include/uapi/asm/ |
| D | errno.h | 104 #define EALREADY 149 /* Operation already in progress */ macro
|
| /Linux-v6.6/arch/sparc/include/uapi/asm/ |
| D | errno.h | 11 #define EALREADY 37 /* Operation already in progress */ macro
|
| /Linux-v6.6/arch/parisc/include/uapi/asm/ |
| D | errno.h | 108 #define EALREADY 244 /* Operation already in progress */ macro
|
| /Linux-v6.6/arch/alpha/include/uapi/asm/ |
| D | errno.h | 14 #define EALREADY 37 /* Operation already in progress */ macro
|
| /Linux-v6.6/tools/arch/alpha/include/uapi/asm/ |
| D | errno.h | 14 #define EALREADY 37 /* Operation already in progress */ macro
|
| /Linux-v6.6/tools/arch/mips/include/uapi/asm/ |
| D | errno.h | 104 #define EALREADY 149 /* Operation already in progress */ macro
|
| /Linux-v6.6/tools/arch/parisc/include/uapi/asm/ |
| D | errno.h | 108 #define EALREADY 244 /* Operation already in progress */ macro
|
| /Linux-v6.6/tools/arch/sparc/include/uapi/asm/ |
| D | errno.h | 11 #define EALREADY 37 /* Operation already in progress */ macro
|
| /Linux-v6.6/arch/sh/boards/mach-landisk/ |
| D | gio.c | 36 ret = -EALREADY; in gio_open()
|
| /Linux-v6.6/kernel/locking/ |
| D | ww_rt_mutex.c | 49 return -EALREADY; in __ww_rt_mutex_lock()
|
| /Linux-v6.6/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-v6.6/drivers/gpu/drm/ttm/ |
| D | ttm_execbuf_util.c | 92 if (ret == -EALREADY && dups) { in ttm_eu_reserve_buffers()
|
| /Linux-v6.6/drivers/net/ppp/ |
| D | pppox.c | 42 return -EALREADY; in register_pppox_proto()
|
| /Linux-v6.6/drivers/xen/xen-pciback/ |
| D | pciback_ops.c | 149 status = -EALREADY; in xen_pcibk_enable_msi() 211 return -EALREADY; in xen_pcibk_enable_msix()
|