Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_event.c208 static unsigned int kq_ncallouts = 0; variable
747 ncallouts = kq_ncallouts; in filt_timerattach()
750 } while (!atomic_cmpset_int(&kq_ncallouts, ncallouts, ncallouts + 1)); in filt_timerattach()
788 old = atomic_fetchadd_int(&kq_ncallouts, -1); in filt_timerdetach()