Scroll to navigation

BLK_START_QUEUE_ASYN(9) Block Devices BLK_START_QUEUE_ASYN(9)

NAME

blk_start_queue_async - asynchronously restart a previously stopped queue

SYNOPSIS

void blk_start_queue_async(struct request_queue * q);

ARGUMENTS

q

The struct request_queue in question

DESCRIPTION

blk_start_queue_async will clear the stop flag on the queue, and ensure that the request_fn for the queue is run from an async context.

COPYRIGHT

March 2017 Kernel Hackers Manual 4.10