tag_index 6901 drivers/scsi/hpsa.c static inline int bad_tag(struct ctlr_info *h, u32 tag_index, tag_index 6904 drivers/scsi/hpsa.c if (unlikely(tag_index >= h->nr_cmds)) { tag_index 6925 drivers/scsi/hpsa.c u32 tag_index; tag_index 6928 drivers/scsi/hpsa.c tag_index = raw_tag >> DIRECT_LOOKUP_SHIFT; tag_index 6929 drivers/scsi/hpsa.c if (!bad_tag(h, tag_index, raw_tag)) { tag_index 6930 drivers/scsi/hpsa.c c = h->cmd_pool + tag_index; tag_index 85 tools/testing/radix-tree/multiorder.c int tag_index[TAG_ENTRIES] = {0, 4, 16, 40, 64, 72, 128}; tag_index 95 tools/testing/radix-tree/multiorder.c xa_set_mark(xa, tag_index[i], XA_MARK_1); tag_index 101 tools/testing/radix-tree/multiorder.c for (k = i; index[k] < tag_index[i]; k++) tag_index 110 tools/testing/radix-tree/multiorder.c for (k = i; index[k] < tag_index[i]; k++) tag_index 114 tools/testing/radix-tree/multiorder.c assert((xas.xa_index | mask) == (tag_index[i] | mask)); tag_index 116 tools/testing/radix-tree/multiorder.c assert((item->index | mask) == (tag_index[i] | mask)); tag_index 129 tools/testing/radix-tree/multiorder.c for (k = i; index[k] < tag_index[i]; k++) tag_index 137 tools/testing/radix-tree/multiorder.c for (k = i; index[k] < tag_index[i]; k++) tag_index 141 tools/testing/radix-tree/multiorder.c assert((xas.xa_index | mask) == (tag_index[i] | mask)); tag_index 143 tools/testing/radix-tree/multiorder.c assert((item->index | mask) == (tag_index[i] | mask)); tag_index 154 tools/testing/radix-tree/multiorder.c assert(xas.xa_index == tag_index[i]);