blk_start_queue(9) centos man page | unix.com

Man Page: blk_start_queue

Operating Environment: centos

Section: 9

BLK_START_QUEUE(9)						   Block Devices						BLK_START_QUEUE(9)

NAME
blk_start_queue - restart a previously stopped queue
SYNOPSIS
void blk_start_queue(struct request_queue * q);
ARGUMENTS
q The struct request_queue in question
DESCRIPTION
blk_start_queue will clear the stop flag on the queue, and call the request_fn for the queue if it was in a stopped state when entered. Also see blk_stop_queue. Queue lock must be held.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 BLK_START_QUEUE(9)
Related Man Pages
blk_make_request(9) - centos
queue(n) - redhat
blk_make_request(9) - suse
insque(9r) - osf1
remque(9r) - osf1
Similar Topics in the Unix Linux Community
Weird 'find' results
Set hard block limit for user using quota
CentOS7 restoring file capabilities
CentOS 6 ran out of space, need to reclaim it
[TIP] Processing YAML files with yq