Searched +path:drivers +path:ata +path:libata-sff +path:. +path:c +refs:ata_sff_wq (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/ata/
H A Dlibata-sff.c44 static struct workqueue_struct *ata_sff_wq; variable in typeref:struct:workqueue_struct
1291 queue_work(ata_sff_wq, work); ata_sff_queue_work()
1297 queue_delayed_work(ata_sff_wq, dwork, delay); ata_sff_queue_delayed_work()
3327 ata_sff_wq = alloc_workqueue("ata_sff", WQ_MEM_RECLAIM, WQ_MAX_ACTIVE); ata_sff_init()
3328 if (!ata_sff_wq) ata_sff_init()
3336 destroy_workqueue(ata_sff_wq); ata_sff_exit()

Completed in 256 milliseconds