Searched refs:MLOCK_LIMIT (Results 1 – 4 of 4) sorted by relevance
21 [RLIMIT_MEMLOCK] = { MLOCK_LIMIT, MLOCK_LIMIT }, \
72 #define MLOCK_LIMIT ((PAGE_SIZE > 64*1024) ? PAGE_SIZE : 64*1024) macro