Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dkern_intr.c146 static int livelock_limit_hi = 120000; variable
151 SYSCTL_INT(_kern, OID_AUTO, livelock_limit_hi,
152 CTLFLAG_RW, &livelock_limit_hi, 0,
958 upper_limit = livelock_limit_hi; in ithread_handler()