Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_lock.c116 static u_int __read_mostly starvation_limit = 131072; variable
117 SYSCTL_INT(_debug_lock_delay, OID_AUTO, starvation_limit, CTLFLAG_RW,
118 &starvation_limit, 0, "");
138 if (__predict_false(la->spin_cnt > starvation_limit)) { in lock_delay()