Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/vm/
Dmlock-random-test.c20 #define MLOCK_OUTOF_LIMIT_SIZE (CHUNK_UNIT * 3) macro
282 p = malloc(MLOCK_OUTOF_LIMIT_SIZE); in main()
287 ret = test_mlock_outof_limit(p, MLOCK_OUTOF_LIMIT_SIZE); in main()
290 munlock(p, MLOCK_OUTOF_LIMIT_SIZE); in main()