Searched refs:blkcg_punt_bio_wq (Results 1 - 1 of 1) sorted by path

/linux-master/block/
H A Dblk-cgroup.c208 static struct workqueue_struct *blkcg_punt_bio_wq; variable in typeref:struct:workqueue_struct
249 queue_work(blkcg_punt_bio_wq, &blkg->async_bio_work);
259 blkcg_punt_bio_wq = alloc_workqueue("blkcg_punt_bio",
262 if (!blkcg_punt_bio_wq)

Completed in 348 milliseconds