Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_event.c213 static unsigned int __exclusive_cache_line kq_ncallouts; variable
831 if (atomic_fetchadd_int(&kq_ncallouts, 1) + 1 > kq_calloutmax) { in filt_timerattach()
832 atomic_subtract_int(&kq_ncallouts, 1); in filt_timerattach()
890 old = atomic_fetchadd_int(&kq_ncallouts, -1); in filt_timerdetach()