Symbol: CALLOUT_RETURNUNLOCKED
stand/kshim/bsd_kernel.c
450
if (!(c->flags & CALLOUT_RETURNUNLOCKED))
stand/kshim/bsd_kernel.c
493
c->flags = (flags & CALLOUT_RETURNUNLOCKED);
sys/dev/ata/ata-all.c
801
callout_init_mtx(&request->callout, &ch->state_mtx, CALLOUT_RETURNUNLOCKED);
sys/dev/ata/ata-all.c
841
callout_init_mtx(&request->callout, &ch->state_mtx, CALLOUT_RETURNUNLOCKED);
sys/dev/netmap/netmap_generic.c
363
CALLOUT_RETURNUNLOCKED);
sys/dev/smc/if_smc.c
353
CALLOUT_RETURNUNLOCKED);
sys/kern/kern_timeout.c
1338
c->c_iflags = CALLOUT_RETURNUNLOCKED;
sys/kern/kern_timeout.c
1350
KASSERT((flags & ~(CALLOUT_RETURNUNLOCKED | CALLOUT_SHAREDLOCK |
sys/kern/kern_timeout.c
748
if ((c_iflags & CALLOUT_RETURNUNLOCKED) == 0)
sys/kern/subr_taskqueue.c
127
CALLOUT_RETURNUNLOCKED);
sys/netgraph/ng_l2tp.c
1195
callout_init_mtx(&seq->rack_timer, &seq->mtx, CALLOUT_RETURNUNLOCKED);
sys/netgraph/ng_l2tp.c
1196
callout_init_mtx(&seq->xack_timer, &seq->mtx, CALLOUT_RETURNUNLOCKED);
sys/netinet/in.c
587
CALLOUT_RETURNUNLOCKED);
sys/netinet/ip_carp.c
2129
callout_init_mtx(&sc->sc_md_tmo, &sc->sc_mtx, CALLOUT_RETURNUNLOCKED);
sys/netinet/ip_carp.c
2132
callout_init_mtx(&sc->sc_md6_tmo, &sc->sc_mtx, CALLOUT_RETURNUNLOCKED);
sys/netinet/ip_carp.c
2134
callout_init_mtx(&sc->sc_ad_tmo, &sc->sc_mtx, CALLOUT_RETURNUNLOCKED);
sys/netinet/tcp_subr.c
2311
CALLOUT_TRYLOCK | CALLOUT_RETURNUNLOCKED);
sys/netinet6/nd6_nbr.c
1355
CALLOUT_RETURNUNLOCKED);
sys/netinet6/nd6_nbr.c
1819
CALLOUT_TRYLOCK | CALLOUT_RETURNUNLOCKED);
sys/netpfil/ipfw/dn_aqm_pie.c
612
CALLOUT_RETURNUNLOCKED);
sys/netpfil/ipfw/dn_sched_fq_pie.c
560
CALLOUT_RETURNUNLOCKED);
sys/netpfil/pf/if_pfsync.c
2268
callout_init_mtx(&pd->pd_tmo, &b->b_mtx, CALLOUT_RETURNUNLOCKED);
sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c
393
callout_init_rw(&ssk->keep2msl, &ssk->lock, CALLOUT_RETURNUNLOCKED);