Home | History | Annotate | Download | only in linux

Lines Matching refs:queue

326 	 * the queue request freelist, one for reads and one for writes
344 * Dispatch queue sorting
360 * The queue owner gets to use this for whatever they like.
368 * queue needs bounce pages for pages above this limit
374 * various queue flags, see QUEUE_* below
379 * protects queue structures from reentrancy. ->__queue_lock should
380 * _never_ be used directly, it is queue private. always use
387 * queue kobject
392 * queue settings
440 #define QUEUE_FLAG_STOPPED 2 /* queue is stopped */
441 #define QUEUE_FLAG_READFULL 3 /* write queue has been filled */
442 #define QUEUE_FLAG_WRITEFULL 4 /* read queue has been filled */
443 #define QUEUE_FLAG_DEAD 5 /* queue being torn down */
445 #define QUEUE_FLAG_PLUGGED 7 /* queue is plugged */
481 QUEUE_ORDSEQ_DRAIN = 0x02, /* waiting for the queue to be drained */
557 #define BLKPREP_DEFER 2 /* leave on queue */
627 return bdev->bd_disk->queue;
644 * end_request() and friends. Must be called with the request queue spinlock
697 * Access functions for manipulating queue properties