| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | session-protect.c | 73 return -EALREADY; in _iwl_mld_schedule_session_protection() 102 if (ret && ret != -EALREADY) in iwl_mld_schedule_session_protection() 172 return ret == -EALREADY ? 0 : ret; in iwl_mld_start_session_protection()
|
| /linux-6.15/net/bluetooth/ |
| H A D | lib.c | 104 return EALREADY; in bt_to_errno() 206 case -EALREADY: in bt_status()
|
| /linux-6.15/drivers/tty/serial/ |
| H A D | earlycon.c | 192 return -EALREADY; in setup_earlycon() 245 if (err == -ENOENT || err == -EALREADY) in param_setup_earlycon() 287 return -EALREADY; in of_setup_earlycon()
|
| /linux-6.15/drivers/net/ethernet/sfc/ |
| H A 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-6.15/net/nfc/nci/ |
| H A D | lib.c | 54 return -EALREADY; in nci_to_errno()
|
| /linux-6.15/net/nfc/ |
| H A 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-6.15/io_uring/ |
| H A D | cancel.c | 93 ret = -EALREADY; in io_async_cancel_one() 296 if (ret != -EALREADY) in io_sync_cancel() 320 if (ret != -EALREADY) in io_sync_cancel()
|
| /linux-6.15/drivers/net/wireless/ath/wcn36xx/ |
| H A D | pmc.c | 60 return -EALREADY; in wcn36xx_pmc_exit_bmps_state()
|
| /linux-6.15/drivers/usb/dwc2/ |
| H A D | drd.c | 49 return -EALREADY; in dwc2_ovr_avalid() 71 return -EALREADY; in dwc2_ovr_bvalid()
|
| /linux-6.15/drivers/bluetooth/ |
| H A D | hci_vhci.c | 148 return -EALREADY; in force_suspend_write() 189 return -EALREADY; in force_wakeup_write() 211 return -EALREADY; in msft_opcode_set() 258 return -EALREADY; in aosp_capable_write()
|
| /linux-6.15/tools/include/uapi/asm-generic/ |
| H A D | errno.h | 97 #define EALREADY 114 /* Operation already in progress */ macro
|
| /linux-6.15/include/uapi/asm-generic/ |
| H A D | errno.h | 97 #define EALREADY 114 /* Operation already in progress */ macro
|
| /linux-6.15/tools/arch/mips/include/uapi/asm/ |
| H A D | errno.h | 104 #define EALREADY 149 /* Operation already in progress */ macro
|
| /linux-6.15/tools/arch/parisc/include/uapi/asm/ |
| H A D | errno.h | 106 #define EALREADY 244 /* Operation already in progress */ macro
|
| /linux-6.15/tools/arch/sparc/include/uapi/asm/ |
| H A D | errno.h | 11 #define EALREADY 37 /* Operation already in progress */ macro
|
| /linux-6.15/tools/arch/alpha/include/uapi/asm/ |
| H A D | errno.h | 14 #define EALREADY 37 /* Operation already in progress */ macro
|
| /linux-6.15/arch/parisc/include/uapi/asm/ |
| H A D | errno.h | 106 #define EALREADY 244 /* Operation already in progress */ macro
|
| /linux-6.15/tools/lib/bpf/ |
| H A D | str_error.c | 52 case -EALREADY: return "-EALREADY"; in libbpf_errstr()
|
| /linux-6.15/arch/sparc/include/uapi/asm/ |
| H A D | errno.h | 11 #define EALREADY 37 /* Operation already in progress */ macro
|
| /linux-6.15/arch/alpha/include/uapi/asm/ |
| H A D | errno.h | 14 #define EALREADY 37 /* Operation already in progress */ macro
|
| /linux-6.15/arch/mips/include/uapi/asm/ |
| H A D | errno.h | 104 #define EALREADY 149 /* Operation already in progress */ macro
|
| /linux-6.15/kernel/locking/ |
| H A D | ww_rt_mutex.c | 49 return -EALREADY; in __ww_rt_mutex_lock()
|
| /linux-6.15/arch/sh/boards/mach-landisk/ |
| H A D | gio.c | 36 ret = -EALREADY; in gio_open()
|
| /linux-6.15/Documentation/locking/ |
| H A 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-6.15/drivers/net/ppp/ |
| H A D | pppox.c | 42 return -EALREADY; in register_pppox_proto()
|