Searched refs:maxnel (Results 1 – 1 of 1) sorted by relevance
2752 u32 i, j, mynel, maxnel = SIDS_NEL; in security_get_user_sids() local2764 mysids = kcalloc(maxnel, sizeof(*mysids), GFP_KERNEL); in security_get_user_sids()2806 if (mynel < maxnel) { in security_get_user_sids()2810 maxnel += SIDS_NEL; in security_get_user_sids()2811 mysids2 = kcalloc(maxnel, sizeof(*mysids2), GFP_ATOMIC); in security_get_user_sids()
Completed in 10 milliseconds