OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MLOCK_LIMIT
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/linux/
resource.h
60
#define
MLOCK_LIMIT
((PAGE_SIZE > 64 * 1024) ? PAGE_SIZE : 64 * 1024)
/external/kernel-headers/original/uapi/linux/
resource.h
72
#define
MLOCK_LIMIT
((PAGE_SIZE > 64*1024) ? PAGE_SIZE : 64*1024)
Completed in 52 milliseconds