1BLK_START_QUEUE(9)               Block Devices              BLK_START_QUEUE(9)
2
3
4

NAME

6       blk_start_queue - restart a previously stopped queue
7

SYNOPSIS

9       void blk_start_queue(struct request_queue * q);
10

ARGUMENTS

12       q
13           The struct request_queue in question
14

DESCRIPTION

16       blk_start_queue will clear the stop flag on the queue, and call the
17       request_fn for the queue if it was in a stopped state when entered.
18       Also see blk_stop_queue. Queue lock must be held.
19
21Kernel Hackers Manual 3.10         June 2019                BLK_START_QUEUE(9)
Impressum