Searched refs:CALLOUT_RETURNUNLOCKED (Results 1 – 17 of 17) sorted by relevance
/freebsd/sys/sys/ |
H A D | callout.h | 46 #define CALLOUT_RETURNUNLOCKED 0x0010 /* handler returns with mtx unlocked */ macro
|
/freebsd/sys/kern/ |
H A D | kern_timeout.c | 748 if ((c_iflags & CALLOUT_RETURNUNLOCKED) == 0) in softclock_call_cc() 1338 c->c_iflags = CALLOUT_RETURNUNLOCKED; in callout_init() 1350 KASSERT((flags & ~(CALLOUT_RETURNUNLOCKED | CALLOUT_SHAREDLOCK | in _callout_init_lock()
|
H A D | subr_taskqueue.c | 113 CALLOUT_RETURNUNLOCKED); in _timeout_task_init()
|
/freebsd/stand/kshim/ |
H A D | bsd_kernel.c | 450 if (!(c->flags & CALLOUT_RETURNUNLOCKED)) in callout_callback() 493 c->flags = (flags & CALLOUT_RETURNUNLOCKED); in callout_init_mtx()
|
H A D | bsd_kernel.h | 139 #define CALLOUT_RETURNUNLOCKED 0x1 macro
|
/freebsd/sys/dev/ata/ |
H A D | ata-all.c | 801 callout_init_mtx(&request->callout, &ch->state_mtx, CALLOUT_RETURNUNLOCKED); in ata_cam_begin_transaction() 841 callout_init_mtx(&request->callout, &ch->state_mtx, CALLOUT_RETURNUNLOCKED); in ata_cam_request_sense()
|
/freebsd/sys/netgraph/ |
H A D | ng_l2tp.c | 1195 callout_init_mtx(&seq->rack_timer, &seq->mtx, CALLOUT_RETURNUNLOCKED); in ng_l2tp_seq_init() 1196 callout_init_mtx(&seq->xack_timer, &seq->mtx, CALLOUT_RETURNUNLOCKED); in ng_l2tp_seq_init()
|
/freebsd/sys/netpfil/ipfw/ |
H A D | dn_aqm_pie.c | 612 CALLOUT_RETURNUNLOCKED); in aqm_pie_init()
|
H A D | dn_sched_fq_pie.c | 560 CALLOUT_RETURNUNLOCKED); in pie_init()
|
/freebsd/sys/dev/netmap/ |
H A D | netmap_generic.c | 363 CALLOUT_RETURNUNLOCKED); in generic_netmap_register()
|
/freebsd/sys/netinet/ |
H A D | ip_carp.c | 2116 callout_init_mtx(&sc->sc_md_tmo, &sc->sc_mtx, CALLOUT_RETURNUNLOCKED); in carp_alloc() 2119 callout_init_mtx(&sc->sc_md6_tmo, &sc->sc_mtx, CALLOUT_RETURNUNLOCKED); in carp_alloc() 2121 callout_init_mtx(&sc->sc_ad_tmo, &sc->sc_mtx, CALLOUT_RETURNUNLOCKED); in carp_alloc()
|
H A D | in.c | 551 CALLOUT_RETURNUNLOCKED); in in_aifaddr_ioctl()
|
H A D | tcp_subr.c | 2285 CALLOUT_TRYLOCK | CALLOUT_RETURNUNLOCKED); in tcp_newtcpcb()
|
/freebsd/sys/dev/smc/ |
H A D | if_smc.c | 353 CALLOUT_RETURNUNLOCKED); in smc_attach()
|
/freebsd/sys/netinet6/ |
H A D | nd6_nbr.c | 1323 CALLOUT_RETURNUNLOCKED); in nd6_dad_start()
|
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/ |
H A D | sdp_main.c | 393 callout_init_rw(&ssk->keep2msl, &ssk->lock, CALLOUT_RETURNUNLOCKED); in sdp_init_sock()
|
/freebsd/sys/netpfil/pf/ |
H A D | if_pfsync.c | 2105 callout_init_mtx(&pd->pd_tmo, &b->b_mtx, CALLOUT_RETURNUNLOCKED); in pfsync_defer()
|