Keep operations requests in request queue
void trace_block_plug(struct request_queue * q);
q
request queue to plug
Plug the request queue q. Do not allow block operation requests to be sent to the device driver. Instead, accumulate requests in the queue to improve throughput performance of the block device.