Searched refs:release_wq (Results 1 – 2 of 2) sorted by relevance
84 static struct workqueue_struct *release_wq; variable894 queue_work(release_wq, &iser_conn->release_work); in iscsi_iser_ep_disconnect()1036 release_wq = alloc_workqueue("release workqueue", 0, 0); in iser_init()1037 if (!release_wq) { in iser_init()1054 destroy_workqueue(release_wq); in iser_init()1067 destroy_workqueue(release_wq); in iser_exit()
159 struct workqueue_struct *release_wq; member463 queue_work(pool->release_wq, &pool->work); in __release_z3fold_page()940 pool->release_wq = create_singlethread_workqueue(pool->name); in z3fold_create_pool()941 if (!pool->release_wq) in z3fold_create_pool()978 destroy_workqueue(pool->release_wq); in z3fold_destroy_pool()
Completed in 7 milliseconds