Home
last modified time | relevance | path

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

/freebsd/sys/dev/nvmf/controller/
H A Dnvmft_controller.c23 static void nvmft_controller_shutdown(void *arg, int pending);
60 TASK_INIT(&ctrlr->shutdown_task, 0, nvmft_controller_shutdown, ctrlr); in nvmft_controller_alloc()
302 nvmft_controller_shutdown(void *arg, int pending) in nvmft_controller_shutdown() function