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

/linux-master/security/selinux/ss/
H A Dservices.c2713 u32 i, j, mynel, maxnel = SIDS_NEL; local
2725 mysids = kcalloc(maxnel, sizeof(*mysids), GFP_KERNEL);
2767 if (mynel < maxnel) {
2771 maxnel += SIDS_NEL;
2772 mysids2 = kcalloc(maxnel, sizeof(*mysids2), GFP_ATOMIC);

Completed in 144 milliseconds