Searched refs:EOVERFLOW (Results 251 - 275 of 345) sorted by relevance

<<11121314

/linux-master/mm/
H A Dnommu.c719 return -EOVERFLOW;
/linux-master/fs/overlayfs/
H A Dcopy_up.c1136 return -EOVERFLOW;
/linux-master/drivers/greybus/
H A Des2.c756 case -EOVERFLOW:
/linux-master/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c479 case -EOVERFLOW:
1866 return -EOVERFLOW;
4027 if (err != -EOVERFLOW)
/linux-master/drivers/infiniband/hw/irdma/
H A Dcm.c1046 return -EOVERFLOW;
1082 return -EOVERFLOW;
1088 return -EOVERFLOW;
/linux-master/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c185 ret = -EOVERFLOW;
1730 if (queue_sync_prod_in(q) == -EOVERFLOW)
1788 if (queue_sync_prod_in(q) == -EOVERFLOW)
/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c3948 return -EOVERFLOW;
4026 return -EOVERFLOW;
4158 return -EOVERFLOW;
/linux-master/drivers/usb/host/
H A Duhci-q.c778 return -EOVERFLOW;
H A Dmax3421-hcd.c304 [MAX3421_HRSL_BABBLE] = -EOVERFLOW
/linux-master/drivers/media/usb/au0828/
H A Dau0828-video.c72 case -EOVERFLOW:
/linux-master/drivers/md/
H A Ddm-clone-target.c1824 r = -EOVERFLOW;
/linux-master/drivers/staging/media/av7110/
H A Dav7110_av.c897 return -EOVERFLOW;
/linux-master/ipc/
H A Dmqueue.c361 ret = -EOVERFLOW;
/linux-master/drivers/iommu/iommufd/
H A Dpages.c1155 return ERR_PTR(-EOVERFLOW);
/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c128 CASE_ERR(EOVERFLOW);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_lrc.c1932 err = -EOVERFLOW;
/linux-master/drivers/media/usb/cx231xx/
H A Dcx231xx-video.c201 case -EOVERFLOW:
/linux-master/drivers/usb/gadget/udc/
H A Dgr_udc.c317 req->req.status = -EOVERFLOW;
H A Dat91_udc.c335 req->req.status = -EOVERFLOW;
/linux-master/arch/powerpc/platforms/pseries/
H A Diommu.c1051 * -EOVERFLOW if "ibm,ddw-extensions" does not contain this extension.
1065 return -EOVERFLOW;
/linux-master/fs/btrfs/
H A Dsend.c668 return -EOVERFLOW;
5257 return -EOVERFLOW;
5264 return -EOVERFLOW;
5671 ret = -EOVERFLOW;
/linux-master/drivers/net/wireless/ath/ar5523/
H A Dar5523.c80 cmd->res = -EOVERFLOW;
/linux-master/kernel/time/
H A Dtimekeeping.c1095 return -EOVERFLOW;
/linux-master/drivers/usb/musb/
H A Dmusb_gadget.c771 * it and report -EOVERFLOW
835 request->status = -EOVERFLOW;
/linux-master/drivers/net/
H A Dveth.c598 return -EOVERFLOW;

Completed in 467 milliseconds

<<11121314