Searched refs:slot_stride (Results 1 – 1 of 1) sorted by relevance
81 unsigned long *map, size_t num_bits, size_t slot_stride) in l2r_t2b() argument107 if ((*pos % slot_stride) + w > slot_stride) { in l2r_t2b()108 curr_bit = ALIGN(*pos, slot_stride) + bit_offset; in l2r_t2b()115 if ((*pos + slot_stride * h) > num_bits) in l2r_t2b()119 bitmap_clear(mask, 0, slot_stride); in l2r_t2b()147 for (i = 0, index = *pos; i < h; i++, index += slot_stride) in l2r_t2b()