Home
last modified time | relevance | path

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

/f-stack/lib/
H A Dff_kern_timeout.c486 if ((c_iflags & CALLOUT_RETURNUNLOCKED) == 0) in softclock_call_cc()
1017 c->c_iflags = CALLOUT_RETURNUNLOCKED; in callout_init()
1030 KASSERT((flags & ~(CALLOUT_RETURNUNLOCKED | CALLOUT_SHAREDLOCK)) == 0, in _callout_init_lock()
1032 KASSERT(lock != NULL || (flags & CALLOUT_RETURNUNLOCKED) == 0, in _callout_init_lock()
1037 c->c_iflags = flags & (CALLOUT_RETURNUNLOCKED | CALLOUT_SHAREDLOCK); in _callout_init_lock()
/f-stack/tools/compat/include/sys/
H A Dcallout.h47 #define CALLOUT_RETURNUNLOCKED 0x0010 /* handler returns with mtx unlocked */ macro
/f-stack/freebsd/sys/
H A Dcallout.h49 #define CALLOUT_RETURNUNLOCKED 0x0010 /* handler returns with mtx unlocked */ macro
/f-stack/freebsd/kern/
H A Dkern_timeout.c715 if ((c_iflags & CALLOUT_RETURNUNLOCKED) == 0) in softclock_call_cc()
1318 c->c_iflags = CALLOUT_RETURNUNLOCKED; in callout_init()
1331 KASSERT((flags & ~(CALLOUT_RETURNUNLOCKED | CALLOUT_SHAREDLOCK)) == 0, in _callout_init_lock()
1333 KASSERT(lock != NULL || (flags & CALLOUT_RETURNUNLOCKED) == 0, in _callout_init_lock()
1338 c->c_iflags = flags & (CALLOUT_RETURNUNLOCKED | CALLOUT_SHAREDLOCK); in _callout_init_lock()
H A Dsubr_taskqueue.c115 CALLOUT_RETURNUNLOCKED); in _timeout_task_init()
/f-stack/freebsd/netinet/
H A Dip_carp.c1594 callout_init_mtx(&sc->sc_md_tmo, &sc->sc_mtx, CALLOUT_RETURNUNLOCKED); in carp_alloc()
1597 callout_init_mtx(&sc->sc_md6_tmo, &sc->sc_mtx, CALLOUT_RETURNUNLOCKED); in carp_alloc()
1599 callout_init_mtx(&sc->sc_ad_tmo, &sc->sc_mtx, CALLOUT_RETURNUNLOCKED); in carp_alloc()
H A Din.c412 CALLOUT_RETURNUNLOCKED); in in_aifaddr_ioctl()
/f-stack/freebsd/netpfil/ipfw/
H A Ddn_aqm_pie.c608 CALLOUT_RETURNUNLOCKED); in aqm_pie_init()
H A Ddn_sched_fq_pie.c558 CALLOUT_RETURNUNLOCKED); in pie_init()
/f-stack/freebsd/netpfil/pf/
H A Dif_pfsync.c1785 callout_init_mtx(&pd->pd_tmo, &b->b_mtx, CALLOUT_RETURNUNLOCKED); in pfsync_defer()