Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Dcallout.h47 #define CALLOUT_MPSAFE 0x0008 /* deprecated */ macro
/freebsd-14.2/sys/tests/callout_test/
H A Dcallout_test.c212 callout_init(&rn->co_array[i], CALLOUT_MPSAFE); in run_callout_test()
/freebsd-14.2/sys/arm/broadcom/bcm2835/
H A Dbcm2835_rng.c456 callout_init(&sc->sc_rngto, CALLOUT_MPSAFE); in bcm2835_rng_attach()
/freebsd-14.2/sys/powerpc/powernv/
H A Dopal_console.c312 callout_init(&sc->callout, CALLOUT_MPSAFE); in uart_opal_attach()
/freebsd-14.2/sys/dev/dpaa/
H A Dif_dtsec.c620 callout_init(&sc->sc_tick_callout, CALLOUT_MPSAFE); in dtsec_attach()
/freebsd-14.2/sys/kern/
H A Dkern_fail.c506 callout_init(fp->fp_callout, CALLOUT_MPSAFE); in fail_point_alloc_callout()
/freebsd-14.2/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c1714 callout_init(&cfg->jcallout, CALLOUT_MPSAFE); in nat64lsn_init_instance()
/freebsd-14.2/sys/dev/oce/
H A Doce_if.c360 callout_init(&sc->timer, CALLOUT_MPSAFE); in oce_attach()