Searched refs:mc_groups_longs (Results 1 – 1 of 1) sorted by relevance
79 static unsigned long mc_groups_longs = 1; variable394 mc_groups_longs * in genl_allocate_reserve_groups()398 mc_groups_longs * BITS_PER_LONG, in genl_allocate_reserve_groups()404 mc_groups_longs * BITS_PER_LONG); in genl_allocate_reserve_groups()413 if (id + n_groups > mc_groups_longs * BITS_PER_LONG) { in genl_allocate_reserve_groups()414 unsigned long new_longs = mc_groups_longs + in genl_allocate_reserve_groups()431 mc_groups[mc_groups_longs + i] = 0; in genl_allocate_reserve_groups()433 mc_groups_longs = new_longs; in genl_allocate_reserve_groups()497 mc_groups_longs * BITS_PER_LONG); in genl_validate_assign_mc_groups()512 mc_groups_longs * BITS_PER_LONG); in genl_validate_assign_mc_groups()
Completed in 6 milliseconds