Searched refs:lims (Results 1 – 1 of 1) sorted by relevance
12 struct rlimit lims; in test_limit() local15 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()