1TRACE_BLOCK_PLUG(9) Block IO TRACE_BLOCK_PLUG(9)
2
3
4
6 trace_block_plug - keep operations requests in request queue
7
9 void trace_block_plug(struct request_queue * q);
10
12 q
13 request queue to plug
14
16 Plug the request queue q. Do not allow block operation requests to be
17 sent to the device driver. Instead, accumulate requests in the queue to
18 improve throughput performance of the block device.
19
21 Jason Baron <jbaron@redhat.com>
22 Author.
23
24 William Cohen <wcohen@redhat.com>
25 Author.
26
28Kernel Hackers Manual 3.10 June 2019 TRACE_BLOCK_PLUG(9)