Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/mm/
H A Don-fault-limit.c12 struct rlimit lims; in test_limit() local
15 if (getrlimit(RLIMIT_MEMLOCK, &lims)) { in test_limit()
25 map = mmap(NULL, 2 * lims.rlim_max, PROT_READ | PROT_WRITE, in test_limit()
31 munmap(map, 2 * lims.rlim_max); in test_limit()