Home
last modified time | relevance | path

Searched refs:requeued (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/tools/testing/selftests/futex/functional/
Dfutex_requeue_pi_signal_restart.c40 atomic_t requeued = ATOMIC_INITIALIZER; variable
93 requeued.val ? "after" : "prior to"); in handle_signal()
108 if (!requeued.val || errno != EWOULDBLOCK) { in waiterfn()
194 atomic_set(&requeued, 1); in main()
/Linux-v4.19/Documentation/
Dfutex-requeue-pi.txt106 to be requeued to a PI-aware futex. The implementation is the
/Linux-v4.19/Documentation/scsi/
Dscsi_eh.txt70 scmd is requeued to blk queue.
264 - if retry is necessary, scmd is requeued using
/Linux-v4.19/drivers/atm/
Deni.c152 static int tx_complete = 0,dma_complete = 0,queued = 0,requeued = 0, variable
1198 requeued++; in poll_tx()
1464 tx_complete,dma_complete,queued,requeued,submitted,backlogged,
/Linux-v4.19/Documentation/filesystems/
Dfuse.txt185 1) the INTERRUPT request will be requeued. In case 2) the INTERRUPT
/Linux-v4.19/Documentation/filesystems/caching/
Dfscache.txt238 tmo=N Number of lookups timed out and requeued
/Linux-v4.19/Documentation/networking/
Drxrpc.txt1046 It returns 0 if the call was requeued and an error otherwise.