Searched refs:RLIMIT_SWAP (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/sys/ |
H A D | resource.h | 114 #define RLIMIT_SWAP 12 /* swap used */ macro
|
/freebsd/bin/sh/ |
H A D | miscbltin.c | 472 #ifdef RLIMIT_SWAP 473 { "swap limit", "kbytes", RLIMIT_SWAP, 1024, 'w' },
|
/freebsd/lib/libutil/ |
H A D | login_class.c | 65 { "swapuse", login_getcapsize, RLIMIT_SWAP },
|
/freebsd/usr.bin/limits/ |
H A D | limits.c | 628 case RLIMIT_SWAP: in resource_num()
|
/freebsd/contrib/tcsh/ |
H A D | sh.func.c | 1982 # ifdef RLIMIT_SWAP 1983 { RLIMIT_SWAP, "swapsize", 1024, "kbytes" },
|
/freebsd/sys/kern/ |
H A D | kern_resource.c | 886 case RLIMIT_SWAP: in getrlimitusage_one()
|
/freebsd/sys/vm/ |
H A D | swap_pager.c | 218 prev + pincr > lim_cur(curthread, RLIMIT_SWAP) && in swap_reserve_by_cred_rlimit()
|