table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
BLK_DELAY_QUEUE(9) | Block Devices | BLK_DELAY_QUEUE(9) |
NAME¶
blk_delay_queue - restart queueing after defined intervalSYNOPSIS¶
void
blk_delay_queue(struct request_queue * q,
unsigned long msecs);
ARGUMENTS¶
qThe struct request_queue in question
msecs
Delay in msecs
DESCRIPTION¶
Sometimes queueing needs to be postponed for a little while, to allow resources to come back. This function will make sure that queueing is restarted around the specified time. Queue lock must be held.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |