Lines Matching refs:mc_groups
86 static unsigned long *mc_groups = &mc_group_start; variable
168 id = find_first_zero_bit(mc_groups, in genl_allocate_reserve_groups()
172 id = find_next_zero_bit(mc_groups, in genl_allocate_reserve_groups()
181 if (test_bit(i, mc_groups)) { in genl_allocate_reserve_groups()
193 if (mc_groups == &mc_group_start) { in genl_allocate_reserve_groups()
197 mc_groups = new_groups; in genl_allocate_reserve_groups()
198 *mc_groups = mc_group_start; in genl_allocate_reserve_groups()
200 new_groups = krealloc(mc_groups, nlen, in genl_allocate_reserve_groups()
204 mc_groups = new_groups; in genl_allocate_reserve_groups()
206 mc_groups[mc_groups_longs + i] = 0; in genl_allocate_reserve_groups()
213 set_bit(i, mc_groups); in genl_allocate_reserve_groups()
292 clear_bit(family->mcgrp_offset + i, mc_groups); in genl_validate_assign_mc_groups()
317 clear_bit(grp_id, mc_groups); in genl_unregister_mc_groups()