Rechercher une page de manuel
blk_queue_find_tag
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
blk_queue_find_tag - find a request by its tag and queueSYNOPSIS
- struct request * blk_queue_find_tag(struct request_queue * q, int tag);
ARGUMENTS
q
- The request queue for the device
tag
- The tag of the request
NOTES
Should be used when a device returns a tag and you want to match it with a request.
no locks need be held.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre