Home
last modified time | relevance | path

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

/linux/net/netlink/
A Dgenetlink.c201 i < min_t(int, id + n_groups, in genl_allocate_reserve_groups()
213 BITS_TO_LONGS(n_groups); in genl_allocate_reserve_groups()
228 for (i = 0; i < BITS_TO_LONGS(n_groups); i++) in genl_allocate_reserve_groups()
235 for (i = id; i < id + n_groups; i++) in genl_allocate_reserve_groups()
246 int n_groups = family->n_mcgrps; in genl_validate_assign_mc_groups() local
250 if (!n_groups) in genl_validate_assign_mc_groups()
253 for (i = 0; i < n_groups; i++) { in genl_validate_assign_mc_groups()
265 BUG_ON(n_groups != 1); in genl_validate_assign_mc_groups()
268 BUG_ON(n_groups != 1); in genl_validate_assign_mc_groups()
271 BUG_ON(n_groups != 1); in genl_validate_assign_mc_groups()
[all …]
/linux/drivers/pinctrl/cirrus/
A Dpinctrl-madera-core.c951 unsigned int n_groups = priv->chip->n_pin_groups; in madera_pin_conf_group_set() local
957 if (selector >= n_groups) { in madera_pin_conf_group_set()
960 selector - n_groups, in madera_pin_conf_group_set()

Completed in 8 milliseconds