Home
last modified time | relevance | path

Searched refs:mc_groups (Results 1 – 1 of 1) sorted by relevance

/linux/net/netlink/
H A Dgenetlink.c92 static unsigned long *mc_groups = &mc_group_start; variable
408 id = find_first_zero_bit(mc_groups, in genl_allocate_reserve_groups()
412 id = find_next_zero_bit(mc_groups, in genl_allocate_reserve_groups()
421 if (test_bit(i, mc_groups)) { in genl_allocate_reserve_groups()
433 if (mc_groups == &mc_group_start) { in genl_allocate_reserve_groups()
437 mc_groups = new_groups; in genl_allocate_reserve_groups()
438 *mc_groups = mc_group_start; in genl_allocate_reserve_groups()
440 new_groups = krealloc(mc_groups, nlen, in genl_allocate_reserve_groups()
444 mc_groups = new_groups; in genl_allocate_reserve_groups()
446 mc_groups[mc_groups_longs + i] = 0; in genl_allocate_reserve_groups()
[all …]