Searched defs:blk_queue_tag (Results 1 – 1 of 1) sorted by relevance
340 struct blk_queue_tag { struct341 struct request **tag_index; /* map of busy tags */342 unsigned long *tag_map; /* bit map of free/busy tags */343 int max_depth; /* what we will send to device */344 int real_max_depth; /* what the array can hold */345 atomic_t refcnt; /* map can be shared */346 int alloc_policy; /* tag allocation policy */347 int next_tag; /* next tag */