Rechercher une page de manuel
blk_sync_queue
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
blk_sync_queue - cancel any pending callbacks on a queueSYNOPSIS
- void blk_sync_queue(struct request_queue * q);
ARGUMENTS
q
- the queue
DESCRIPTION
The block layer may perform asynchronous callback activity on a queue, such as calling the unplug function after a timeout. A block device may call blk_sync_queue to ensure that any such activity is cancelled, thus allowing it to release resources that the callbacks might use. The caller must already have made sure that its ->make_request_fn will not re-add plugging prior to calling this function.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre