Searched refs:callout_mtx (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/qat/qat_common/ |
H A D | adf_freebsd_dev_processes.c | 40 static struct mtx callout_mtx; variable 533 mtx_init(&callout_mtx, mtx_callout_name, NULL, MTX_DEF); in adf_state_init() 534 callout_init_mtx(&callout, &callout_mtx, 0); in adf_state_init() 551 mtx_lock(&callout_mtx); in adf_state_destroy() 553 mtx_unlock(&callout_mtx); in adf_state_destroy() 554 mtx_destroy(&callout_mtx); in adf_state_destroy()
|
/freebsd/sys/dev/etherswitch/rtl8366/ |
H A D | rtl8366rb.c | 71 struct mtx callout_mtx; /* serialize callout */ member 217 mtx_init(&sc->callout_mtx, "rtl8366rbcallout", NULL, MTX_DEF); in rtl8366rb_attach() 261 callout_init_mtx(&sc->callout_tick, &sc->callout_mtx, 0); in rtl8366rb_attach() 285 mtx_destroy(&sc->callout_mtx); in rtl8366rb_detach()
|