Searched refs:ENOSPC (Results 51 - 75 of 1165) sorted by path

1234567891011>>

/linux-master/arch/s390/pci/
H A Dpci_bus.c330 return -ENOSPC;
/linux-master/arch/sh/kernel/cpu/sh4/
H A Dsq.c173 ret = -ENOSPC;
/linux-master/arch/sh/mm/
H A Dpmb.c231 pos = -ENOSPC;
254 ret = ERR_PTR(-ENOSPC);
/linux-master/arch/um/drivers/
H A Dubd_kern.c1394 case ENOSPC:
H A Dvirt-pci.c649 int err = -ENOSPC;
895 return -ENOSPC;
/linux-master/arch/um/kernel/
H A Dirq.c451 return -ENOSPC;
/linux-master/arch/um/os-Linux/
H A Dsigio.c177 return -ENOSPC;
/linux-master/arch/x86/events/amd/
H A Dibs.c516 return -ENOSPC;
H A Diommu.c178 retval = -ENOSPC;
/linux-master/arch/x86/events/intel/
H A Dbts.c445 return -ENOSPC;
457 int err = -ENOSPC, handled = 0;
/linux-master/arch/x86/hyperv/
H A Dnested.c69 return -ENOSPC;
/linux-master/arch/x86/kernel/apic/
H A Dio_apic.c2831 return -ENOSPC;
2863 return -ENOSPC;
H A Dvector.c1178 ret = -ENOSPC;
/linux-master/arch/x86/kernel/cpu/mtrr/
H A Dcentaur.c45 return -ENOSPC;
H A Dcyrix.c132 return -ENOSPC;
H A Dgeneric.c802 return -ENOSPC;
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dmonitor.c383 return rmid_limbo_count ? ERR_PTR(-EBUSY) : ERR_PTR(-ENOSPC);
400 return ERR_PTR(-ENOSPC);
443 return -ENOSPC;
H A Dpseudo_lock.c135 return -ENOSPC;
1541 return -ENOSPC;
1555 return -ENOSPC;
H A Drdtgroup.c160 return -ENOSPC;
3270 return -ENOSPC;
3412 ret = -ENOSPC;
/linux-master/arch/x86/kernel/cpu/
H A Dtopology.c346 return -ENOSPC;
/linux-master/arch/x86/kernel/fpu/
H A Dxstate.c1581 return -ENOSPC;
/linux-master/arch/x86/kernel/kprobes/
H A Dcore.c484 return -ENOSPC;
/linux-master/arch/x86/kernel/
H A Dsev.c2240 ret = -ENOSPC;
H A Dshstk.c518 return -ENOSPC;
/linux-master/arch/x86/kvm/
H A Dhyperv.c1998 return -ENOSPC;
2726 if (ret == -ENOSPC)

Completed in 316 milliseconds

1234567891011>>