Searched refs:EAGAIN (Results 101 - 125 of 1960) sorted by relevance

1234567891011>>

/linux-master/drivers/staging/gdm724x/
H A Dnetlink_k.c125 return -EAGAIN;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_iter_setsockopt_unix.c92 errno == EAGAIN)
/linux-master/drivers/pci/hotplug/
H A Drpaphp_slot.c97 return -EAGAIN;
/linux-master/tools/perf/util/
H A Dbpf_counter.h70 return -EAGAIN;
/linux-master/fs/nfs/filelayout/
H A Dfilelayout.c200 return -EAGAIN;
218 case -EAGAIN:
220 return -EAGAIN;
328 case -EAGAIN:
330 return -EAGAIN;
355 return -EAGAIN;
356 case -EAGAIN:
358 return -EAGAIN;
1026 return -EAGAIN;
/linux-master/net/rxrpc/
H A Drecvmsg.c160 * (returns 1). If more packets are required, it returns -EAGAIN and if the
172 int copy, ret = -EAGAIN, ret2;
268 if (ret == -EAGAIN)
306 return -EAGAIN;
405 if (ret == -EAGAIN)
482 * and -EAGAIN if we need more data.
484 * Note that we may return -EAGAIN to drain empty packets at the end of the
509 * or have been given -EAGAIN.
/linux-master/fs/ubifs/
H A Dbudget.c63 * zero if a free LEB has been produced, %-EAGAIN if commit is required, and a
112 * So this function tries to do the above. Returns %-EAGAIN if some free space
133 return -EAGAIN;
141 return -EAGAIN;
143 if (err != -EAGAIN && err != -ENOSPC)
481 if (err == -EAGAIN) {
/linux-master/sound/firewire/tascam/
H A Dtascam-stream.c39 return -EAGAIN;
70 return -EAGAIN;
114 return -EAGAIN;
120 return -EAGAIN;
/linux-master/drivers/hwmon/
H A Dsparx5-temp.c52 return -EAGAIN;
/linux-master/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dpci_init.c22 for (i = 0; (ret == -EAGAIN) && (i < 10); i++) {
/linux-master/drivers/media/platform/mediatek/vcodec/encoder/
H A Dmtk_vcodec_enc_pm.c75 if (ret && ret != -EAGAIN)
/linux-master/block/
H A Dblk-mq-sched.c84 * Returns -EAGAIN if hctx->dispatch was found non-empty and run_work has to
174 return -EAGAIN;
212 * Returns -EAGAIN if hctx->dispatch was found non-empty and run_work has to
227 ret = -EAGAIN;
328 * A return of -EAGAIN is an indication that hctx->dispatch is not
331 if (__blk_mq_sched_dispatch_requests(hctx) == -EAGAIN) {
332 if (__blk_mq_sched_dispatch_requests(hctx) == -EAGAIN)
/linux-master/arch/x86/include/asm/
H A Dspecial_insns.h266 * returns 0 on success and -EAGAIN on failure.
290 return -EAGAIN;
/linux-master/fs/ocfs2/
H A Dlocks.c65 if (ret == -EAGAIN && trylock)
/linux-master/security/integrity/
H A Ddigsig_asymmetric.c70 case -EAGAIN:
/linux-master/tools/testing/selftests/net/
H A Dso_txtime.c121 if (ret == -1 && errno == EAGAIN)
122 error(1, EAGAIN, "recv: timeout");
150 if (ret != -1 || errno != EAGAIN)
180 if (ret == -1 && errno == EAGAIN)
/linux-master/drivers/mfd/
H A Dmfd-core.c110 return -EAGAIN;
119 return -EAGAIN;
123 return -EAGAIN;
194 if (ret == -EAGAIN)
/linux-master/drivers/hid/
H A Dhid-mcp2221.c733 ret = -EAGAIN;
781 mcp->status = -EAGAIN;
843 mcp->status = -EAGAIN;
859 mcp->status = -EAGAIN;
870 mcp->status = -EAGAIN;
885 mcp->status = -EAGAIN;
922 mcp->status = -EAGAIN;
1077 if (ret == -EAGAIN)
1088 if (ret == -EAGAIN)
/linux-master/fs/xfs/
H A Dxfs_icache.c347 return -EAGAIN;
558 if (error == -EAGAIN)
585 error = -EAGAIN;
600 return -EAGAIN;
674 error = -EAGAIN;
710 error = -EAGAIN;
805 error == -EAGAIN) {
1150 * If the caller is waiting, return -EAGAIN to keep the background
1155 return -EAGAIN;
1309 * If the caller is waiting, return -EAGAIN t
[all...]
/linux-master/drivers/net/wireless/ath/ath5k/
H A Dattach.c63 return -EAGAIN;
78 return -EAGAIN;
/linux-master/fs/orangefs/
H A Dwaitqueue.c177 if (ret == -EAGAIN) {
311 * EAGAIN in case we want the caller to requeue and try again..
362 -EAGAIN :
/linux-master/drivers/net/wireless/st/cw1200/
H A Dpm.c168 return -EAGAIN;
273 return -EAGAIN;
/linux-master/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzip_vas.c173 return -EAGAIN;
217 } else if (ret == -EAGAIN) {
/linux-master/net/rds/
H A Dthreads.c204 case -EAGAIN:
229 case -EAGAIN:
/linux-master/sound/isa/sb/
H A Dsb8_midi.c62 return -EAGAIN;
89 return -EAGAIN;

Completed in 215 milliseconds

1234567891011>>