Home
last modified time | relevance | path

Searched refs:CALLOUT_MPSAFE (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/sys/
H A Dcallout.h45 #define CALLOUT_MPSAFE 0x0008 /* deprecated */ macro
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_rng.c456 callout_init(&sc->sc_rngto, CALLOUT_MPSAFE); in bcm2835_rng_attach()
/freebsd/sys/powerpc/powernv/
H A Dopal_console.c312 callout_init(&sc->callout, CALLOUT_MPSAFE); in uart_opal_attach()
/freebsd/sys/dev/dpaa/
H A Dif_dtsec.c650 callout_init(&sc->sc_tick_callout, CALLOUT_MPSAFE); in dtsec_attach()
/freebsd/sys/kern/
H A Dkern_fail.c506 callout_init(fp->fp_callout, CALLOUT_MPSAFE); in fail_point_alloc_callout()
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c1864 callout_init(&cfg->jcallout, CALLOUT_MPSAFE); in nat64lsn_init_config()
/freebsd/sys/dev/oce/
H A Doce_if.c360 callout_init(&sc->timer, CALLOUT_MPSAFE); in oce_attach()