Query: blk_stop_queue
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
BLK_STOP_QUEUE(9) Block Devices BLK_STOP_QUEUE(9)NAMEblk_stop_queue - stop a queueSYNOPSISvoid blk_stop_queue(struct request_queue * q);ARGUMENTSq The struct request_queue in questionDESCRIPTIONThe 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.COPYRIGHTKernel Hackers Manual 3.10 June 2014 BLK_STOP_QUEUE(9)
Related Man Pages |
---|
blk_make_request(9) - centos |
remque(9r) - osf1 |
wr(9f) - centos |
wr(9f) - suse |
wr(9f) - linux |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Set hard block limit for user using quota |
Best performance UNIX just for HOST Virtualization? |
How to increment version inside a file? |
Tar Command |