| /Linux-v6.1/net/bluetooth/ |
| D | lib.c | 83 return EALREADY; in bt_to_errno() 173 case EALREADY: in bt_status()
|
| /Linux-v6.1/drivers/tty/serial/ |
| D | earlycon.c | 185 return -EALREADY; in setup_earlycon() 238 if (err == -ENOENT || err == -EALREADY) in param_setup_earlycon() 257 return -EALREADY; in of_setup_earlycon()
|
| /Linux-v6.1/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.1/io_uring/ |
| D | cancel.c | 71 ret = -EALREADY; in io_async_cancel_one() 268 if (ret != -EALREADY) in io_sync_cancel() 291 if (ret != -EALREADY) in io_sync_cancel()
|
| /Linux-v6.1/net/nfc/nci/ |
| D | lib.c | 54 return -EALREADY; in nci_to_errno()
|
| /Linux-v6.1/drivers/bluetooth/ |
| D | hci_vhci.c | 144 return -EALREADY; in force_suspend_write() 185 return -EALREADY; in force_wakeup_write() 207 return -EALREADY; in msft_opcode_set() 254 return -EALREADY; in aosp_capable_write()
|
| /Linux-v6.1/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.1/drivers/net/wireless/ath/wcn36xx/ |
| D | pmc.c | 60 return -EALREADY; in wcn36xx_pmc_exit_bmps_state()
|
| /Linux-v6.1/drivers/usb/dwc2/ |
| D | drd.c | 48 return -EALREADY; in dwc2_ovr_avalid() 70 return -EALREADY; in dwc2_ovr_bvalid()
|
| /Linux-v6.1/include/uapi/asm-generic/ |
| D | errno.h | 97 #define EALREADY 114 /* Operation already in progress */ macro
|
| /Linux-v6.1/tools/include/uapi/asm-generic/ |
| D | errno.h | 97 #define EALREADY 114 /* Operation already in progress */ macro
|
| /Linux-v6.1/tools/arch/sparc/include/uapi/asm/ |
| D | errno.h | 11 #define EALREADY 37 /* Operation already in progress */ macro
|
| /Linux-v6.1/tools/arch/alpha/include/uapi/asm/ |
| D | errno.h | 14 #define EALREADY 37 /* Operation already in progress */ macro
|
| /Linux-v6.1/tools/arch/mips/include/uapi/asm/ |
| D | errno.h | 104 #define EALREADY 149 /* Operation already in progress */ macro
|
| /Linux-v6.1/tools/arch/parisc/include/uapi/asm/ |
| D | errno.h | 108 #define EALREADY 244 /* Operation already in progress */ macro
|
| /Linux-v6.1/arch/alpha/include/uapi/asm/ |
| D | errno.h | 14 #define EALREADY 37 /* Operation already in progress */ macro
|
| /Linux-v6.1/arch/sparc/include/uapi/asm/ |
| D | errno.h | 11 #define EALREADY 37 /* Operation already in progress */ macro
|
| /Linux-v6.1/arch/parisc/include/uapi/asm/ |
| D | errno.h | 108 #define EALREADY 244 /* Operation already in progress */ macro
|
| /Linux-v6.1/arch/mips/include/uapi/asm/ |
| D | errno.h | 104 #define EALREADY 149 /* Operation already in progress */ macro
|
| /Linux-v6.1/kernel/locking/ |
| D | ww_rt_mutex.c | 49 return -EALREADY; in __ww_rt_mutex_lock()
|
| /Linux-v6.1/arch/sh/boards/mach-landisk/ |
| D | gio.c | 36 ret = -EALREADY; in gio_open()
|
| /Linux-v6.1/arch/riscv/kvm/ |
| D | vcpu_sbi_hsm.c | 27 return -EALREADY; in kvm_sbi_hsm_vcpu_start()
|
| /Linux-v6.1/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.1/drivers/net/ppp/ |
| D | pppox.c | 42 return -EALREADY; in register_pppox_proto()
|
| /Linux-v6.1/drivers/gpu/drm/ttm/ |
| D | ttm_execbuf_util.c | 96 if (ret == -EALREADY && dups) { in ttm_eu_reserve_buffers()
|