Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/netlink/
H A Dgenetlink.c87 static unsigned long mc_groups_longs = 1; variable
200 mc_groups_longs * in genl_allocate_reserve_groups()
204 mc_groups_longs * BITS_PER_LONG, in genl_allocate_reserve_groups()
210 mc_groups_longs * BITS_PER_LONG); in genl_allocate_reserve_groups()
219 if (id + n_groups > mc_groups_longs * BITS_PER_LONG) { in genl_allocate_reserve_groups()
220 unsigned long new_longs = mc_groups_longs + in genl_allocate_reserve_groups()
237 mc_groups[mc_groups_longs + i] = 0; in genl_allocate_reserve_groups()
239 mc_groups_longs = new_longs; in genl_allocate_reserve_groups()
303 mc_groups_longs * BITS_PER_LONG); in genl_validate_assign_mc_groups()
318 mc_groups_longs * BITS_PER_LON in genl_validate_assign_mc_groups()
[all...]
/kernel/linux/linux-6.6/net/netlink/
H A Dgenetlink.c91 static unsigned long mc_groups_longs = 1; variable
406 mc_groups_longs * in genl_allocate_reserve_groups()
410 mc_groups_longs * BITS_PER_LONG, in genl_allocate_reserve_groups()
416 mc_groups_longs * BITS_PER_LONG); in genl_allocate_reserve_groups()
425 if (id + n_groups > mc_groups_longs * BITS_PER_LONG) { in genl_allocate_reserve_groups()
426 unsigned long new_longs = mc_groups_longs + in genl_allocate_reserve_groups()
443 mc_groups[mc_groups_longs + i] = 0; in genl_allocate_reserve_groups()
445 mc_groups_longs = new_longs; in genl_allocate_reserve_groups()
509 mc_groups_longs * BITS_PER_LONG); in genl_validate_assign_mc_groups()
524 mc_groups_longs * BITS_PER_LON in genl_validate_assign_mc_groups()
[all...]

Completed in 4 milliseconds