Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/kern/
HDkern_event.c196 static unsigned int kq_ncallouts = 0; variable
703 ncallouts = kq_ncallouts; in filt_timerattach()
706 } while (!atomic_cmpset_int(&kq_ncallouts, ncallouts, ncallouts + 1)); in filt_timerattach()
738 old = atomic_fetchadd_int(&kq_ncallouts, -1); in filt_timerdetach()