1BLK_RUN_QUEUE(9) Block Devices BLK_RUN_QUEUE(9)
23
4
NAME
6blk_run_queue - run a single device queue
7
SYNOPSIS
9void blk_run_queue(struct request_queue * q);
10
ARGUMENTS
12q
13The queue to run
14
DESCRIPTION
16Invoke request handling on this queue, if it has pending work to do.
17May be used to restart queueing when a request has completed.
18
COPYRIGHT
20Kernel Hackers Manual 3.10 June 2019 BLK_RUN_QUEUE(9)