Home
last modified time | relevance | path

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

123456789

/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Dsession-protect.c73 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 Dlib.c104 return EALREADY; in bt_to_errno()
206 case -EALREADY: in bt_status()
/linux-6.15/drivers/tty/serial/
H A Dearlycon.c192 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 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()
/linux-6.15/net/nfc/nci/
H A Dlib.c54 return -EALREADY; in nci_to_errno()
/linux-6.15/net/nfc/
H A Dcore.c113 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 Dcancel.c93 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 Dpmc.c60 return -EALREADY; in wcn36xx_pmc_exit_bmps_state()
/linux-6.15/drivers/usb/dwc2/
H A Ddrd.c49 return -EALREADY; in dwc2_ovr_avalid()
71 return -EALREADY; in dwc2_ovr_bvalid()
/linux-6.15/drivers/bluetooth/
H A Dhci_vhci.c148 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 Derrno.h97 #define EALREADY 114 /* Operation already in progress */ macro
/linux-6.15/include/uapi/asm-generic/
H A Derrno.h97 #define EALREADY 114 /* Operation already in progress */ macro
/linux-6.15/tools/arch/mips/include/uapi/asm/
H A Derrno.h104 #define EALREADY 149 /* Operation already in progress */ macro
/linux-6.15/tools/arch/parisc/include/uapi/asm/
H A Derrno.h106 #define EALREADY 244 /* Operation already in progress */ macro
/linux-6.15/tools/arch/sparc/include/uapi/asm/
H A Derrno.h11 #define EALREADY 37 /* Operation already in progress */ macro
/linux-6.15/tools/arch/alpha/include/uapi/asm/
H A Derrno.h14 #define EALREADY 37 /* Operation already in progress */ macro
/linux-6.15/arch/parisc/include/uapi/asm/
H A Derrno.h106 #define EALREADY 244 /* Operation already in progress */ macro
/linux-6.15/tools/lib/bpf/
H A Dstr_error.c52 case -EALREADY: return "-EALREADY"; in libbpf_errstr()
/linux-6.15/arch/sparc/include/uapi/asm/
H A Derrno.h11 #define EALREADY 37 /* Operation already in progress */ macro
/linux-6.15/arch/alpha/include/uapi/asm/
H A Derrno.h14 #define EALREADY 37 /* Operation already in progress */ macro
/linux-6.15/arch/mips/include/uapi/asm/
H A Derrno.h104 #define EALREADY 149 /* Operation already in progress */ macro
/linux-6.15/kernel/locking/
H A Dww_rt_mutex.c49 return -EALREADY; in __ww_rt_mutex_lock()
/linux-6.15/arch/sh/boards/mach-landisk/
H A Dgio.c36 ret = -EALREADY; in gio_open()
/linux-6.15/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) {
/linux-6.15/drivers/net/ppp/
H A Dpppox.c42 return -EALREADY; in register_pppox_proto()

123456789