Home
last modified time | relevance | path

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

/freebsd/sys/dev/nvmf/host/
H A Dnvmf.c514 TIMEOUT_TASK_INIT(nvmf_tq, &sc->controller_loss_task, 0, in nvmf_attach()
618 taskqueue_drain_timeout(nvmf_tq, &sc->controller_loss_task); in nvmf_attach()
696 &sc->controller_loss_task, sc->controller_loss_timeout * in nvmf_disconnect_task()
831 taskqueue_cancel_timeout(nvmf_tq, &sc->controller_loss_task, NULL); in nvmf_reconnect_host()
949 if (taskqueue_cancel_timeout(nvmf_tq, &sc->controller_loss_task, in nvmf_detach()
952 &sc->controller_loss_task); in nvmf_detach()
H A Dnvmf_var.h79 struct timeout_task controller_loss_task; member