Lines Matching defs:num_bits
150 * @num_bits: The number of bits we need per period we want to reserve
233 int periods_in_map, int num_bits,
241 if (num_bits > bits_per_period)
267 while (start + num_bits <= first_end) {
273 /* Look for num_bits us in this microframe starting at start */
274 start = bitmap_find_next_zero_area(map, end, start, num_bits,
295 map, ith_start + num_bits, ith_start, num_bits,
304 map, ith_end, ith_start, num_bits, 0);
318 if (start + num_bits > first_end)
324 bitmap_set(map, ith_start, num_bits);
336 * @num_bits: The number of bits that was passed to schedule.
341 int periods_in_map, int num_bits,
357 bitmap_clear(map, ith_start, num_bits);