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

/freebsd-10.1-release/sys/kern/
H A Dkern_event.c187 static atomic_uint kq_ncallouts = ATOMIC_VAR_INIT(0); variable
568 ncallouts = atomic_load_explicit(&kq_ncallouts, memory_order_relaxed);
572 } while (!atomic_compare_exchange_weak_explicit(&kq_ncallouts,
596 old = atomic_fetch_sub_explicit(&kq_ncallouts, 1, memory_order_relaxed);

Completed in 152 milliseconds