Home
last modified time | relevance | path

Searched refs:MLOCK_WITHIN_LIMIT_SIZE (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/mm/
H A Dmlock-random-test.c21 #define MLOCK_WITHIN_LIMIT_SIZE CHUNK_UNIT macro
250 p = malloc(MLOCK_WITHIN_LIMIT_SIZE); in main()
254 test_mlock_within_limit(p, MLOCK_WITHIN_LIMIT_SIZE); in main()
255 munlock(p, MLOCK_WITHIN_LIMIT_SIZE); in main()