Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/netlink/
H A Dgenetlink.c86 static unsigned long *mc_groups = &mc_group_start; variable
199 id = find_first_zero_bit(mc_groups, in genl_allocate_reserve_groups()
203 id = find_next_zero_bit(mc_groups, in genl_allocate_reserve_groups()
212 if (test_bit(i, mc_groups)) { in genl_allocate_reserve_groups()
224 if (mc_groups == &mc_group_start) { in genl_allocate_reserve_groups()
228 mc_groups = new_groups; in genl_allocate_reserve_groups()
229 *mc_groups = mc_group_start; in genl_allocate_reserve_groups()
231 new_groups = krealloc(mc_groups, nlen, in genl_allocate_reserve_groups()
235 mc_groups = new_groups; in genl_allocate_reserve_groups()
237 mc_groups[mc_groups_long in genl_allocate_reserve_groups()
[all...]
/kernel/linux/linux-6.6/net/netlink/
H A Dgenetlink.c90 static unsigned long *mc_groups = &mc_group_start; variable
405 id = find_first_zero_bit(mc_groups, in genl_allocate_reserve_groups()
409 id = find_next_zero_bit(mc_groups, in genl_allocate_reserve_groups()
418 if (test_bit(i, mc_groups)) { in genl_allocate_reserve_groups()
430 if (mc_groups == &mc_group_start) { in genl_allocate_reserve_groups()
434 mc_groups = new_groups; in genl_allocate_reserve_groups()
435 *mc_groups = mc_group_start; in genl_allocate_reserve_groups()
437 new_groups = krealloc(mc_groups, nlen, in genl_allocate_reserve_groups()
441 mc_groups = new_groups; in genl_allocate_reserve_groups()
443 mc_groups[mc_groups_long in genl_allocate_reserve_groups()
[all...]

Completed in 4 milliseconds