Searched refs:lims (Results 1 – 1 of 1) sorted by relevance
16 struct rlimit lims; in test_limit() local19 if (getrlimit(RLIMIT_MEMLOCK, &lims)) { in test_limit()29 map = mmap(NULL, 2 * lims.rlim_max, PROT_READ | PROT_WRITE, in test_limit()35 munmap(map, 2 * lims.rlim_max); in test_limit()