Searched refs:lmemlim (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/vm/
H A Dvm_unix.c79 rlim_t datalim, lmemlim, vmemlim; local
85 lmemlim = lim_cur(td, RLIMIT_MEMLOCK);
119 (new - old) > lmemlim) {
H A Dvm_map.c3733 rlim_t lmemlim, stacklim, vmemlim; local
3757 lmemlim = lim_cur(curthread, RLIMIT_MEMLOCK);
3830 if (ptoa(pmap_wired_count(map->pmap)) + grow_amount > lmemlim) {

Completed in 167 milliseconds