Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dcallout.h47 #define CALLOUT_SHAREDLOCK 0x0020 /* callout lock held in shared mode */ macro
/freebsd/sys/kern/
H A Dkern_timeout.c659 if (c->c_iflags & CALLOUT_SHAREDLOCK) { in softclock_call_cc()
1350 KASSERT((flags & ~(CALLOUT_RETURNUNLOCKED | CALLOUT_SHAREDLOCK | in _callout_init_lock()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_fil_freebsd.c202 callout_init_rw(&softc->ipf_slow_ch, &softc->ipf_global.ipf_lk, CALLOUT_SHAREDLOCK); in ipfattach()
/freebsd/sys/netinet/
H A Dip_mroute.c1995 callout_init_rw(&x->bm_meter_callout, &mrouter_lock, CALLOUT_SHAREDLOCK); in add_bw_upcall()
/freebsd/sys/net/
H A Dif_ovpn.c571 callout_init_rm(&peer->ping_send, &sc->lock, CALLOUT_SHAREDLOCK); in ovpn_new_peer()