Searched refs:CALLOUT_RETURNUNLOCKED (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dcallout.h47 #define CALLOUT_RETURNUNLOCKED 0x0010 /* handler returns with mtx unlocked */ macro
/freebsd-11-stable/sys/kern/
H A Dkern_timeout.c748 if ((c_iflags & CALLOUT_RETURNUNLOCKED) == 0)
1433 c->c_iflags = CALLOUT_RETURNUNLOCKED;
1446 KASSERT((flags & ~(CALLOUT_RETURNUNLOCKED | CALLOUT_SHAREDLOCK)) == 0,
1448 KASSERT(lock != NULL || (flags & CALLOUT_RETURNUNLOCKED) == 0,
1449 ("callout_init_lock: CALLOUT_RETURNUNLOCKED with no lock"));
1453 c->c_iflags = flags & (CALLOUT_RETURNUNLOCKED | CALLOUT_SHAREDLOCK);
H A Dsubr_taskqueue.c112 CALLOUT_RETURNUNLOCKED);
/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.c438 if (!(c->flags & CALLOUT_RETURNUNLOCKED))
481 c->flags = (flags & CALLOUT_RETURNUNLOCKED);
H A Dbsd_kernel.h132 #define CALLOUT_RETURNUNLOCKED 0x1 macro
/freebsd-11-stable/sys/netinet/
H A Dip_carp.c1506 callout_init_mtx(&sc->sc_md_tmo, &sc->sc_mtx, CALLOUT_RETURNUNLOCKED);
1509 callout_init_mtx(&sc->sc_md6_tmo, &sc->sc_mtx, CALLOUT_RETURNUNLOCKED);
1511 callout_init_mtx(&sc->sc_ad_tmo, &sc->sc_mtx, CALLOUT_RETURNUNLOCKED);
H A Din.c402 CALLOUT_RETURNUNLOCKED);
/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_aqm_pie.c609 CALLOUT_RETURNUNLOCKED);
H A Ddn_sched_fq_pie.c559 CALLOUT_RETURNUNLOCKED);
/freebsd-11-stable/sys/dev/ata/
H A Data-all.c800 callout_init_mtx(&request->callout, &ch->state_mtx, CALLOUT_RETURNUNLOCKED);
840 callout_init_mtx(&request->callout, &ch->state_mtx, CALLOUT_RETURNUNLOCKED);
/freebsd-11-stable/sys/dev/smc/
H A Dif_smc.c357 CALLOUT_RETURNUNLOCKED);
/freebsd-11-stable/sys/arm/amlogic/aml8726/
H A Daml8726_sdxc-m8.c924 callout_init_mtx(&sc->ch, &sc->mtx, CALLOUT_RETURNUNLOCKED);
H A Daml8726_mmc.c746 callout_init_mtx(&sc->ch, &sc->mtx, CALLOUT_RETURNUNLOCKED);
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c436 callout_init_rw(&ssk->keep2msl, &ssk->lock, CALLOUT_RETURNUNLOCKED);
/freebsd-11-stable/sys/netpfil/pf/
H A Dif_pfsync.c1777 callout_init_mtx(&pd->pd_tmo, &b->b_mtx, CALLOUT_RETURNUNLOCKED);

Completed in 239 milliseconds