blk_start_queue(9) suse man page | unix.com

Man Page: blk_start_queue

Operating Environment: suse

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 2.6. July 2010 BLK_START_QUEUE(9)
Related Man Pages
blk_init_queue(9) - centos
blk_init_queue(9) - suse
insque(9r) - osf1
queue(9s) - sunos
sendpage::queue(3pm) - debian
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Is UNIX an open source OS ?
Grant unprivileged user rights to see the output of echo|format but not modify disks
Cut command on RHEL 6.8 compatibility issues
A (ksh) Library For and From UNIX.com