Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/hyperv/vmbus/
HDvmbus_chan.c2392 struct task poll_dis; in vmbus_chan_poll_disable() local
2397 TASK_INIT(&poll_dis, 0, vmbus_chan_polldis_task, chan); in vmbus_chan_poll_disable()
2398 vmbus_chan_run_task(chan, &poll_dis); in vmbus_chan_poll_disable()