Searched refs:CALLOUT_RETURNUNLOCKED (Results 1 – 10 of 10) sorted by relevance
| /f-stack/lib/ |
| H A D | ff_kern_timeout.c | 486 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 D | callout.h | 47 #define CALLOUT_RETURNUNLOCKED 0x0010 /* handler returns with mtx unlocked */ macro
|
| /f-stack/freebsd/sys/ |
| H A D | callout.h | 49 #define CALLOUT_RETURNUNLOCKED 0x0010 /* handler returns with mtx unlocked */ macro
|
| /f-stack/freebsd/kern/ |
| H A D | kern_timeout.c | 715 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 D | subr_taskqueue.c | 115 CALLOUT_RETURNUNLOCKED); in _timeout_task_init()
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_carp.c | 1594 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 D | in.c | 412 CALLOUT_RETURNUNLOCKED); in in_aifaddr_ioctl()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | dn_aqm_pie.c | 608 CALLOUT_RETURNUNLOCKED); in aqm_pie_init()
|
| H A D | dn_sched_fq_pie.c | 558 CALLOUT_RETURNUNLOCKED); in pie_init()
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | if_pfsync.c | 1785 callout_init_mtx(&pd->pd_tmo, &b->b_mtx, CALLOUT_RETURNUNLOCKED); in pfsync_defer()
|