Searched defs:pm8001_wq (Results 1 - 1 of 1) sorted by relevance

/drivers/scsi/pm8001/
H A Dpm8001_init.c54 struct workqueue_struct *pm8001_wq; variable in typeref:struct:workqueue_struct
152 flush_workqueue(pm8001_wq);
758 flush_workqueue(pm8001_wq);
872 pm8001_wq = alloc_workqueue("pm8001", 0, 0);
873 if (!pm8001_wq)
888 destroy_workqueue(pm8001_wq);
897 destroy_workqueue(pm8001_wq);

Completed in 171 milliseconds