Home
last modified time | relevance | path

Searched defs:blk_queue_tag (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/include/linux/
Dblkdev.h233 struct blk_queue_tag { struct
234 struct request **tag_index; /* map of busy tags */
235 unsigned long *tag_map; /* bit map of free/busy tags */
236 int busy; /* current depth */
237 int max_depth; /* what we will send to device */
238 int real_max_depth; /* what the array can hold */
239 atomic_t refcnt; /* map can be shared */