Lines Matching refs:index
50 *nextid = iter.index + base;
204 unsigned long id = iter.index + base;
249 *nextid = iter.index + base;
338 * and indexing by bit number, but the XArray can't allow a single multi-index
340 * for the IDA. So instead we divide the index by the number of bits in the
558 extern void xa_dump_index(unsigned long index, unsigned int shift);
561 static void ida_dump_entry(void *entry, unsigned long index)
573 xa_dump_index(index * IDA_BITMAP_BITS, shift);
577 index | (i << node->shift));
579 xa_dump_index(index * IDA_BITMAP_BITS, ilog2(BITS_PER_LONG));
584 xa_dump_index(index * IDA_BITMAP_BITS, IDA_CHUNK_SHIFT);