Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Dmlock-random-test.c22 #define MLOCK_OUTOF_LIMIT_SIZE (CHUNK_UNIT * 3) macro
258 p = malloc(MLOCK_OUTOF_LIMIT_SIZE); in main()
262 test_mlock_outof_limit(p, MLOCK_OUTOF_LIMIT_SIZE); in main()
263 munlock(p, MLOCK_OUTOF_LIMIT_SIZE); in main()