Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/char/
H A Dtape_3590.c27 static struct workqueue_struct *tape_3590_wq; variable
664 queue_work(tape_3590_wq, &p->work); in tape_3590_schedule_work()
1571 flush_workqueue(tape_3590_wq); in tape_3590_cleanup_device()
1673 tape_3590_wq = alloc_workqueue("tape_3590", 0, 0); in tape_3590_init()
1674 if (!tape_3590_wq) in tape_3590_init()
1680 destroy_workqueue(tape_3590_wq); in tape_3590_init()
1691 destroy_workqueue(tape_3590_wq); in tape_3590_exit()