Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
HDkern_event.c153 static int kq_ncallouts = 0; variable
485 prev_ncallouts = atomic_fetchadd_int(&kq_ncallouts, 1); in filt_timerattach()
487 atomic_subtract_int(&kq_ncallouts, 1); in filt_timerattach()
514 atomic_subtract_int(&kq_ncallouts, 1); in filt_timerdetach()