Name
trace_block_plug — 
     keep operations requests in request queue
 
Synopsis
| void trace_block_plug ( | struct request_queue * q ); | 
 
Description
   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.