Searched defs:blk_queue_tag (Results 1 – 1 of 1) sorted by relevance
311 struct blk_queue_tag { struct312 struct request **tag_index; /* map of busy tags */313 unsigned long *tag_map; /* bit map of free/busy tags */314 int max_depth; /* what we will send to device */315 int real_max_depth; /* what the array can hold */316 atomic_t refcnt; /* map can be shared */317 int alloc_policy; /* tag allocation policy */318 int next_tag; /* next tag */