Searched refs:ata_sff_wq (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | libata-sff.c | 24 static struct workqueue_struct *ata_sff_wq; variable 1240 queue_work(ata_sff_wq, work); in ata_sff_queue_work() 1246 queue_delayed_work(ata_sff_wq, dwork, delay); in ata_sff_queue_delayed_work() 3283 ata_sff_wq = alloc_workqueue("ata_sff", WQ_MEM_RECLAIM, WQ_MAX_ACTIVE); in ata_sff_init() 3284 if (!ata_sff_wq) in ata_sff_init() 3292 destroy_workqueue(ata_sff_wq); in ata_sff_exit()
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | libata-sff.c | 24 static struct workqueue_struct *ata_sff_wq; variable 1165 queue_work(ata_sff_wq, work); in ata_sff_queue_work() 1171 queue_delayed_work(ata_sff_wq, dwork, delay); in ata_sff_queue_delayed_work() 3197 ata_sff_wq = alloc_workqueue("ata_sff", WQ_MEM_RECLAIM, WQ_MAX_ACTIVE); in ata_sff_init() 3198 if (!ata_sff_wq) in ata_sff_init() 3206 destroy_workqueue(ata_sff_wq); in ata_sff_exit()
|
Completed in 8 milliseconds