Searched refs:slot_stride (Results 1 – 1 of 1) sorted by relevance
89 unsigned long *map, size_t num_bits, size_t slot_stride) in l2r_t2b() argument115 if ((*pos % slot_stride) + w > slot_stride) { in l2r_t2b()116 curr_bit = ALIGN(*pos, slot_stride) + bit_offset; in l2r_t2b()123 if ((*pos + slot_stride * h) > num_bits) in l2r_t2b()127 bitmap_clear(mask, 0, slot_stride); in l2r_t2b()155 for (i = 0, index = *pos; i < h; i++, index += slot_stride) in l2r_t2b()