Searched refs:nvme_thread (Results 1 - 1 of 1) sorted by relevance

/drivers/block/
H A Dnvme-core.c73 static struct task_struct *nvme_thread; variable in typeref:struct:task_struct
722 wake_up_process(nvme_thread);
1300 init_waitqueue_entry(&nvmeq->sq_cong_wait, nvme_thread);
2483 * for whether or not we need to stop the nvme_thread.
2491 if (list_empty(&dev_list) && !IS_ERR_OR_NULL(nvme_thread)) {
2492 tmp = nvme_thread;
2493 nvme_thread = NULL;
2658 if (list_empty(&dev_list) && IS_ERR_OR_NULL(nvme_thread)) {
2660 nvme_thread = NULL;
2666 nvme_thread
[all...]

Completed in 51 milliseconds