blk_stop_queue(9) suse man page | unix.com

Man Page: blk_stop_queue

Operating Environment: suse

Section: 9

BLK_STOP_QUEUE(9)						   Block Devices						 BLK_STOP_QUEUE(9)

NAME
blk_stop_queue - stop a queue
SYNOPSIS
void blk_stop_queue(struct request_queue * q);
ARGUMENTS
q The struct request_queue in question
DESCRIPTION
The Linux block layer assumes that a block driver will consume all entries on the request queue when the request_fn strategy is called. Often this will not happen, because of hardware limitations (queue depth settings). If a device driver gets a 'queue full' response, or if it simply chooses not to queue more I/O at one point, it can call this function to prevent the request_fn from being called until the driver has signalled it's ready to go again. This happens by calling blk_start_queue to restart queue operations. Queue lock must be held.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 BLK_STOP_QUEUE(9)
Related Man Pages
blk_make_request(9) - suse
insque(9r) - osf1
remque(9r) - osf1
wr(9f) - osx
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 ?
Cut command on RHEL 6.8 compatibility issues
The Future of the PM (Private Message) System at UNIX.com
Shopt -s histappend