Searched refs:ngroups_max_max (Results 1 – 1 of 1) sorted by relevance
252 const int ngroups_max_max = (1 << 24) - 1; in init_param1() local254 if (ngroups_max > ngroups_max_max) in init_param1()255 ngroups_max = ngroups_max_max; in init_param1()