1TRACE_BLOCK_UNPLUG_T(9) Block IO TRACE_BLOCK_UNPLUG_T(9)
2
3
4
6 trace_block_unplug_timer - timed release of operations requests in
7 queue to device driver
8
10 void trace_block_unplug_timer(struct request_queue * q);
11
13 q
14 request queue to unplug
15
17 Unplug the request queue q because a timer expired and allow block
18 operation requests to be sent to the device driver.
19
21 Jason Baron <jbaron@redhat.com>
22 Author.
23
24 William Cohen <wcohen@redhat.com>
25 Author.
26
28Kernel Hackers Manual 2.6. November 2011 TRACE_BLOCK_UNPLUG_T(9)