1. NAME

trace_block_unplug - release of operations requests in request queue

2. SYNOPSIS

void trace_block_unplug(struct request_queue *  q , unsigned int  depth , bool  explicit );

3. ARGUMENTS

q
    request queue to unplug

depth
    number of requests just added to the queue

explicit
    whether this was an explicit unplug, or one from schedule

4. DESCRIPTION

Unplug request queue q because device driver is scheduled to work on elements in the request queue.

5. AUTHORS

Jason Baron <>
    Author.

William Cohen <>
    Author.

6. COPYRIGHT