1. NAME

trace_block_plug - keep operations requests in request queue

2. SYNOPSIS

void trace_block_plug(struct request_queue *  q );

3. ARGUMENTS

q
    request queue to plug

4. 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.

5. AUTHORS

Jason Baron <>
    Author.

William Cohen <>
    Author.

6. COPYRIGHT