Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDcallout.h46 #define CALLOUT_MPSAFE 0x0008 /* deprecated */ macro
/NextBSD/sys/geom/sched/
HDgs_delay.c207 callout_init(&sc->sc_wait, CALLOUT_MPSAFE); in g_delay_init()
/NextBSD/sys/tests/callout_test/
HDcallout_test.c213 callout_init(&rn->co_array[i], CALLOUT_MPSAFE); in run_callout_test()
/NextBSD/sys/kern/
HDkern_thrworkq.c1028 callout_init(wq->wq_atimer_call, CALLOUT_MPSAFE); in twq_init_workqueue()