Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_event.c739 unsigned int ncallouts; in filt_timerattach() local
747 ncallouts = kq_ncallouts; in filt_timerattach()
748 if (ncallouts >= kq_calloutmax) in filt_timerattach()
750 } while (!atomic_cmpset_int(&kq_ncallouts, ncallouts, ncallouts + 1)); in filt_timerattach()