Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/unisys/virthba/
Dvirthba.c134 static struct workqueue_struct *virthba_serverdown_workqueue; variable
1420 queue_work(virthba_serverdown_workqueue, in virthba_serverdown()
1491 virthba_serverdown_workqueue = in virthba_mod_init()
1493 if (!virthba_serverdown_workqueue) { in virthba_mod_init()
1553 if (virthba_serverdown_workqueue) { in virthba_mod_exit()
1554 destroy_workqueue(virthba_serverdown_workqueue); in virthba_mod_exit()
1555 virthba_serverdown_workqueue = NULL; in virthba_mod_exit()