Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/mm/
H A Dmlock-random-test.c20 #define MLOCK_WITHIN_LIMIT_SIZE CHUNK_UNIT macro
271 p = malloc(MLOCK_WITHIN_LIMIT_SIZE); in main()
276 ret = test_mlock_within_limit(p, MLOCK_WITHIN_LIMIT_SIZE); in main()
279 munlock(p, MLOCK_WITHIN_LIMIT_SIZE); in main()