Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dresource.h115 #define RLIMIT_KQUEUES 13 /* kqueues allocated */ macro
/f-stack/freebsd/sys/
H A Dresource.h118 #define RLIMIT_KQUEUES 13 /* kqueues allocated */ macro
/f-stack/tools/libutil/
H A Dlogin_class.c68 { "kqueues", login_getcapsize, RLIMIT_KQUEUES },
/f-stack/freebsd/kern/
H A Dkern_event.c983 if (!chgkqcnt(cred->cr_ruidinfo, 1, lim_cur(td, RLIMIT_KQUEUES))) in kern_kqueue()