Rechercher une page de manuel
blk_start_queue
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
blk_start_queue - restart a previously stopped queueSYNOPSIS
- 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
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre