Searched defs:groups (Results 1 - 6 of 6) sorted by relevance

/net/sunrpc/
H A Dauth_unix.c64 unsigned int groups = 0; local
78 groups = acred->group_info->ngroups;
79 if (groups > NFS_NGROUPS)
80 groups = NFS_NGROUPS;
83 for (i = 0; i < groups; i++)
120 unsigned int groups = 0; local
128 groups = acred->group_info->ngroups;
129 if (groups > NFS_NGROUPS)
130 groups = NFS_NGROUPS;
131 for (i = 0; i < groups ;
[all...]
/net/mac80211/
H A Drc80211_minstrel_ht.h83 struct minstrel_mcs_group_data groups[MINSTREL_MAX_STREAMS * MINSTREL_STREAM_GROUPS + 1]; member in struct:minstrel_ht_sta
/net/netlink/
H A Daf_netlink.h33 unsigned long *groups; member in struct:netlink_sock
65 unsigned int groups; member in struct:netlink_table
H A Daf_netlink.c946 WARN_ON(nlk_sk(sk)->groups);
1064 for (i = 0; i < NLGRPLONGS(tbl->groups); i++) {
1068 mask |= nlk_sk(sk)->groups[i];
1270 kfree(nlk->groups);
1271 nlk->groups = NULL;
1404 unsigned int groups; local
1410 groups = nl_table[sk->sk_protocol].groups;
1416 if (nlk->ngroups >= groups)
1419 new_groups = krealloc(nlk->groups, NLGRPS
1434 netlink_unbind(int group, long unsigned int groups, struct netlink_sock *nlk) argument
1455 long unsigned int groups = nladdr->nl_groups; local
2463 unsigned int groups; local
2543 __netlink_change_ngroups(struct sock *sk, unsigned int groups) argument
2578 netlink_change_ngroups(struct sock *sk, unsigned int groups) argument
3103 int groups = 32; local
[all...]
/net/core/
H A Dnet-sysfs.c1369 const struct attribute_group **groups = ndev->sysfs_groups; local
1375 dev->groups = groups;
1381 if (*groups)
1382 groups++;
1384 *groups++ = &netstat_group;
1388 *groups++ = &wireless_group;
1391 *groups++ = &wireless_group;
/net/sched/
H A Dsch_qfq.c51 number of groups. Which group a class belongs to depends on the
54 schedules groups, then aggregates within groups, then classes within
77 From this, and knowing how many groups (MAX_INDEX) we want,
194 struct qfq_group groups[QFQ_MAX_INDEX + 1]; /* The groups. */ member in struct:qfq_sched
312 agg->grp = &q->groups[i];
759 return &q->groups[index];
837 if (last_flip_pos > 31) /* higher than the number of groups */
838 mask = ~0UL; /* make all groups eligibl
[all...]

Completed in 105 milliseconds