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