Searched refs:cr_agroups (Results 1 – 3 of 3) sorted by relevance
68 int cr_agroups; /* Available groups */ member
2004 cr->cr_agroups = in crget()2227 while (cr->cr_agroups < oldcred->cr_agroups) { in crcopysafe()2228 groups = oldcred->cr_agroups; in crcopysafe()2248 if (n <= cr->cr_agroups) in crextend()2261 if (cr->cr_agroups == 0) in crextend()2264 cnt = cr->cr_agroups * 2; in crextend()2276 cr->cr_agroups = cnt; in crextend()2292 KASSERT(cr->cr_agroups >= ngrp, ("cr_ngroups is too small")); in crsetgroups_locked()
83 int cr_agroups; /* Available groups */ member