Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dresource.h114 #define RLIMIT_SWAP 12 /* swap used */ macro
/f-stack/freebsd/sys/
H A Dresource.h117 #define RLIMIT_SWAP 12 /* swap used */ macro
/f-stack/tools/libutil/
H A Dlogin_class.c67 { "swapuse", login_getcapsize, RLIMIT_SWAP },
/f-stack/freebsd/vm/
H A Dswap_pager.c215 prev + pincr > lim_cur(curthread, RLIMIT_SWAP) && in swap_reserve_by_cred_rlimit()