Searched refs:mc_groups (Results 1 – 1 of 1) sorted by relevance
393 id = find_first_zero_bit(mc_groups, in genl_allocate_reserve_groups()397 id = find_next_zero_bit(mc_groups, in genl_allocate_reserve_groups()406 if (test_bit(i, mc_groups)) { in genl_allocate_reserve_groups()418 if (mc_groups == &mc_group_start) { in genl_allocate_reserve_groups()422 mc_groups = new_groups; in genl_allocate_reserve_groups()423 *mc_groups = mc_group_start; in genl_allocate_reserve_groups()425 new_groups = krealloc(mc_groups, nlen, in genl_allocate_reserve_groups()429 mc_groups = new_groups; in genl_allocate_reserve_groups()431 mc_groups[mc_groups_longs + i] = 0; in genl_allocate_reserve_groups()438 set_bit(i, mc_groups); in genl_allocate_reserve_groups()[all …]
Completed in 5 milliseconds