Lines Matching defs:index
89 * The internals of the object uses an index @mapped_base_index that indexes
105 /* u64 index that @mapped points to */
119 * Converts a relative IOVA to a bitmap index.
120 * This function provides the index into the u64 array (bitmap::bitmap)
136 * Converts a bitmap index to a *relative* IOVA.
139 unsigned long index)
143 return (index * BITS_PER_TYPE(*bitmap->bitmap)) << pgshift;
159 * index (@mapped_base_index) or allocating the bitmap.
169 * @mapped_base_index is the index of the currently mapped u64 words
180 * with bitmap u64 word index.
212 * the index or freeing the bitmap.
359 /* When advancing the index we pin the next set of bitmap pages */