Searched refs:remove_work_wq (Results 1 – 1 of 1) sorted by relevance
208 static struct workqueue_struct *remove_work_wq; variable1323 queue_work(remove_work_wq, &user->remove_work); in free_user()3069 queue_work(remove_work_wq, &bmc->remove_work); in cleanup_bmc_device()5493 remove_work_wq = create_singlethread_workqueue("ipmi-msghandler-remove-wq"); in ipmi_init_msghandler()5494 if (!remove_work_wq) { in ipmi_init_msghandler()5533 destroy_workqueue(remove_work_wq); in cleanup_ipmi()