Searched refs:panthor_cleanup_wq (Results 1 – 4 of 4) sorted by relevance
1608 struct workqueue_struct *panthor_cleanup_wq; variable1618 panthor_cleanup_wq = alloc_workqueue("panthor-cleanup", WQ_UNBOUND, 0); in panthor_init()1619 if (!panthor_cleanup_wq) { in panthor_init()1632 destroy_workqueue(panthor_cleanup_wq); in panthor_init()1643 destroy_workqueue(panthor_cleanup_wq); in panthor_exit()
429 extern struct workqueue_struct *panthor_cleanup_wq;
2241 queue_work(panthor_cleanup_wq, &job->cleanup_op_ctx_work); in panthor_vm_bind_free_job()
937 queue_work(panthor_cleanup_wq, &group->release_work); in group_release()