Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/ata/
Dlibata-sff.c43 static struct workqueue_struct *ata_sff_wq; variable
1307 queue_work(ata_sff_wq, work); in ata_sff_queue_work()
1313 queue_delayed_work(ata_sff_wq, dwork, delay); in ata_sff_queue_delayed_work()
3348 ata_sff_wq = alloc_workqueue("ata_sff", WQ_MEM_RECLAIM, WQ_MAX_ACTIVE); in ata_sff_init()
3349 if (!ata_sff_wq) in ata_sff_init()
3357 destroy_workqueue(ata_sff_wq); in ata_sff_exit()