Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dkern_event.c482 int prev_ncallouts; in filt_timerattach() local
484 prev_ncallouts = atomic_fetchadd_int(&kq_ncallouts, 1); in filt_timerattach()
485 if (prev_ncallouts >= kq_calloutmax) { in filt_timerattach()