Searched refs:EBUSY (Results 276 - 300 of 3991) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/hwspinlock/
H A Dhwspinlock_core.c87 * Returns: %0 if we successfully locked the hwspinlock or -EBUSY if
130 return -EBUSY;
153 return -EBUSY;
220 if (ret != -EBUSY)
548 return -EBUSY;
/linux-master/drivers/power/reset/
H A Dqnap-poweroff.c107 return -EBUSY;
/linux-master/drivers/net/ipa/
H A Dipa_table.c241 return -EBUSY;
302 return -EBUSY;
358 return -EBUSY;
471 return -EBUSY;
/linux-master/drivers/pci/hotplug/
H A Ds390_pci_hpc.c63 rc = -EBUSY;
H A Dcpcihp_zt5550.c68 return -EBUSY;
285 return -EBUSY;
/linux-master/fs/xfs/scrub/
H A Dnlinks_repair.c159 } while (error == -EBUSY);
/linux-master/drivers/platform/x86/
H A Dintel_scu_ipcutil.c104 ret = -EBUSY;
/linux-master/sound/core/seq/
H A Dseq_timer.c181 return -EBUSY;
245 return -EBUSY;
277 err = -EBUSY;
381 return -EBUSY;
/linux-master/sound/core/
H A Dhwdep.c98 err = -EBUSY;
110 err = -EBUSY;
217 return -EBUSY;
426 return -EBUSY;
/linux-master/arch/s390/kvm/
H A Dsigp.c103 if (rc == -EBUSY) {
123 if (rc == -EBUSY)
142 if (rc == -EBUSY)
182 if (rc == -EBUSY) {
/linux-master/drivers/phy/marvell/
H A Dphy-armada375-usb2.c82 return ERR_PTR(-EBUSY);
/linux-master/arch/mips/sibyte/common/
H A Dsb_tbprof.c259 return -EBUSY;
269 return -EBUSY;
285 return -EBUSY;
398 return -EBUSY;
/linux-master/kernel/trace/
H A Dtrace_benchmark.c181 return -EBUSY;
/linux-master/drivers/s390/cio/
H A Dvfio_ccw_fsm.c55 ret = -EBUSY;
106 ret = -EBUSY;
195 private->io_region->ret_code = -EBUSY;
406 if (ret == -EBUSY)
H A Dcio_inject.c47 rc = -EBUSY;
/linux-master/mm/
H A Dmemory-failure.c1349 return (result == MF_RECOVERED || result == MF_DELAYED) ? 0 : -EBUSY;
1425 return -EBUSY;
1454 ret = -EBUSY;
1462 } else if (ret == -EBUSY) {
1548 * -EBUSY when get_hwpoison_page() has raced with page lifecycle
1762 return -EBUSY;
1826 return -EBUSY;
1996 * -EBUSY - the hugepage is busy (try to retry)
2020 ret = -EBUSY;
2073 } else if (res == -EBUSY) {
[all...]
/linux-master/drivers/soc/fsl/dpio/
H A Dqbman-portal.c590 * Return 0 for successful enqueue, -EBUSY if the EQCR is not ready.
603 ret = -EBUSY;
616 * Return 0 for successful enqueue, -EBUSY if the EQCR is not ready.
629 ret = -EBUSY;
1096 * Return 0 for success, and -EBUSY if the software portal is not ready
1106 return -EBUSY;
1132 * Return 0 for success, and -EBUSY if the software portal is not ready
1142 return -EBUSY;
1449 * Return 0 for success, -EBUSY if the release command ring is not ready.
1464 return -EBUSY;
[all...]
/linux-master/drivers/net/fjes/
H A Dfjes_hw.c481 result = -EBUSY;
581 result = -EBUSY;
594 result = -EBUSY;
671 result = -EBUSY;
684 result = -EBUSY;
852 ? 0 : -EBUSY;
1011 case -EBUSY:
1099 case -EBUSY:
1123 case -EBUSY:
1259 result = -EBUSY;
[all...]
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dmac.c182 return -EBUSY;
212 return -EBUSY;
567 return -EBUSY;
578 return -EBUSY;
585 return -EBUSY;
596 return -EBUSY;
603 return -EBUSY;
787 return -EBUSY;
805 ret = -EBUSY;
1200 return -EBUSY;
[all...]
/linux-master/drivers/input/serio/
H A Duserio.c211 error = -EBUSY;
223 error = -EBUSY;
/linux-master/arch/sparc/kernel/
H A Debus.c132 return -EBUSY;
190 err = -EBUSY;
/linux-master/drivers/media/pci/ivtv/
H A Divtv-fileops.c30 Possible error returns: -EBUSY if someone else has claimed
56 return -EBUSY;
431 return -EBUSY;
521 return -EBUSY;
559 return -EBUSY;
574 return -EBUSY;
966 return -EBUSY;
970 return -EBUSY;
1002 return -EBUSY;
/linux-master/arch/x86/platform/ts5500/
H A Dts5500.c120 return -EBUSY;
262 return -EBUSY;
/linux-master/sound/aoa/core/
H A Dgpio-pmf.c138 int err = -EBUSY;
212 int err = -EBUSY, ret;
/linux-master/arch/arm/kernel/
H A Ddma.c44 return -EBUSY;
83 return -EBUSY;

Completed in 231 milliseconds

<<11121314151617181920>>