1BLK_START_QUEUE(9) Block Devices BLK_START_QUEUE(9)
23
4
NAME
6blk_start_queue - restart a previously stopped queue
7
SYNOPSIS
9void blk_start_queue(struct request_queue * q);
10
ARGUMENTS
12q
13The struct request_queue in question
14
DESCRIPTION
16blk_start_queue will clear the stop flag on the queue, and call the
17request_fn for the queue if it was in a stopped state when entered.
18Also see blk_stop_queue. Queue lock must be held.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. June 2019 BLK_START_QUEUE(9)