Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dcallout.h46 #define CALLOUT_RETURNUNLOCKED 0x0010 /* handler returns with mtx unlocked */ macro
/freebsd/sys/kern/
H A Dkern_timeout.c748 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 Dsubr_taskqueue.c113 CALLOUT_RETURNUNLOCKED); in _timeout_task_init()
/freebsd/stand/kshim/
H A Dbsd_kernel.c450 if (!(c->flags & CALLOUT_RETURNUNLOCKED)) in callout_callback()
493 c->flags = (flags & CALLOUT_RETURNUNLOCKED); in callout_init_mtx()
H A Dbsd_kernel.h139 #define CALLOUT_RETURNUNLOCKED 0x1 macro
/freebsd/sys/dev/ata/
H A Data-all.c801 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 Dng_l2tp.c1195 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 Ddn_aqm_pie.c612 CALLOUT_RETURNUNLOCKED); in aqm_pie_init()
H A Ddn_sched_fq_pie.c560 CALLOUT_RETURNUNLOCKED); in pie_init()
/freebsd/sys/dev/netmap/
H A Dnetmap_generic.c363 CALLOUT_RETURNUNLOCKED); in generic_netmap_register()
/freebsd/sys/netinet/
H A Dip_carp.c2116 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 Din.c551 CALLOUT_RETURNUNLOCKED); in in_aifaddr_ioctl()
H A Dtcp_subr.c2285 CALLOUT_TRYLOCK | CALLOUT_RETURNUNLOCKED); in tcp_newtcpcb()
/freebsd/sys/dev/smc/
H A Dif_smc.c353 CALLOUT_RETURNUNLOCKED); in smc_attach()
/freebsd/sys/netinet6/
H A Dnd6_nbr.c1323 CALLOUT_RETURNUNLOCKED); in nd6_dad_start()
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c393 callout_init_rw(&ssk->keep2msl, &ssk->lock, CALLOUT_RETURNUNLOCKED); in sdp_init_sock()
/freebsd/sys/netpfil/pf/
H A Dif_pfsync.c2105 callout_init_mtx(&pd->pd_tmo, &b->b_mtx, CALLOUT_RETURNUNLOCKED); in pfsync_defer()