Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Dresource.h116 #define RLIMIT_SWAP 12 /* swap used */ macro
/freebsd-14.2/bin/sh/
H A Dmiscbltin.c478 #ifdef RLIMIT_SWAP
479 { "swap limit", "kbytes", RLIMIT_SWAP, 1024, 'w' },
/freebsd-14.2/lib/libutil/
H A Dlogin_class.c66 { "swapuse", login_getcapsize, RLIMIT_SWAP },
/freebsd-14.2/usr.bin/limits/
H A Dlimits.c628 case RLIMIT_SWAP: in resource_num()
/freebsd-14.2/contrib/tcsh/
H A Dsh.func.c1982 # ifdef RLIMIT_SWAP
1983 { RLIMIT_SWAP, "swapsize", 1024, "kbytes" },
/freebsd-14.2/sys/kern/
H A Dkern_resource.c889 case RLIMIT_SWAP: in getrlimitusage_one()
/freebsd-14.2/sys/vm/
H A Dswap_pager.c211 prev + pincr > lim_cur(curthread, RLIMIT_SWAP) && in swap_reserve_by_cred_rlimit()