Home
last modified time | relevance | path

Searched refs:hn_mgmt_taskq0 (Results 1 – 2 of 2) sorted by relevance

/src/sys/dev/hyperv/netvsc/
H A Dif_hnvar.h230 struct taskqueue *hn_mgmt_taskq0; member
H A Dif_hn.c2118 sc->hn_mgmt_taskq0 = taskqueue_create("hn_mgmt", M_WAITOK, in hn_attach()
2119 taskqueue_thread_enqueue, &sc->hn_mgmt_taskq0); in hn_attach()
2120 taskqueue_start_threads(&sc->hn_mgmt_taskq0, 1, PI_NET, "%s mgmt", in hn_attach()
2124 TIMEOUT_TASK_INIT(sc->hn_mgmt_taskq0, &sc->hn_netchg_status, 0, in hn_attach()
2441 sc->hn_mgmt_taskq = sc->hn_mgmt_taskq0; in hn_attach()
2535 taskqueue_free(sc->hn_mgmt_taskq0); in hn_detach()
2608 taskqueue_enqueue_timeout(sc->hn_mgmt_taskq0, in hn_netchg_init_taskfunc()
6841 taskqueue_drain(sc->hn_mgmt_taskq0, &sc->hn_netchg_init); in hn_suspend_mgmt()
6842 taskqueue_drain_timeout(sc->hn_mgmt_taskq0, &sc->hn_netchg_status); in hn_suspend_mgmt()
6843 taskqueue_drain_all(sc->hn_mgmt_taskq0); in hn_suspend_mgmt()
[all …]