Searched refs:CALLOUT_SHAREDLOCK (Results 1 – 5 of 5) sorted by relevance
47 #define CALLOUT_SHAREDLOCK 0x0020 /* callout lock held in shared mode */ macro
659 if (c->c_iflags & CALLOUT_SHAREDLOCK) { in softclock_call_cc()1350 KASSERT((flags & ~(CALLOUT_RETURNUNLOCKED | CALLOUT_SHAREDLOCK | in _callout_init_lock()
202 callout_init_rw(&softc->ipf_slow_ch, &softc->ipf_global.ipf_lk, CALLOUT_SHAREDLOCK); in ipfattach()
1995 callout_init_rw(&x->bm_meter_callout, &mrouter_lock, CALLOUT_SHAREDLOCK); in add_bw_upcall()
571 callout_init_rm(&peer->ping_send, &sc->lock, CALLOUT_SHAREDLOCK); in ovpn_new_peer()