Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/disk/nvme/
H A Dnvme_admin.c48 static void nvme_admin_thread(void *arg);
81 kthread_create(nvme_admin_thread, sc, &sc->admintd, "nvme_admin"); in nvme_start_admin_thread()
153 nvme_admin_thread(void *arg) in nvme_admin_thread() function