Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/infiniband/ulp/iser/
A Discsi_iser.c84 static struct workqueue_struct *release_wq; variable
894 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()
/linux-6.3-rc2/mm/
A Dz3fold.c159 struct workqueue_struct *release_wq; member
463 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