other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
TRACE_BLOCK_UNPLUG(9) | Block IO | TRACE_BLOCK_UNPLUG(9) |
NAME¶
trace_block_unplug - release of operations requests in request queueSYNOPSIS¶
void
trace_block_unplug(struct request_queue * q,
unsigned int depth,
bool explicit);
ARGUMENTS¶
qrequest queue to unplug
depth
number of requests just added to the
queue
explicit
whether this was an explicit unplug, or one
from schedule
DESCRIPTION¶
Unplug request queue q because device driver is scheduled to work on elements in the request queue.AUTHORS¶
Jason Baron <jbaron@redhat.com>Author.
William Cohen <wcohen@redhat.com>
Author.
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |