Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/vm/
Dmlock-random-test.c19 #define MLOCK_WITHIN_LIMIT_SIZE CHUNK_UNIT macro
270 p = malloc(MLOCK_WITHIN_LIMIT_SIZE); in main()
275 ret = test_mlock_within_limit(p, MLOCK_WITHIN_LIMIT_SIZE); in main()
278 munlock(p, MLOCK_WITHIN_LIMIT_SIZE); in main()