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

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

Completed in 90 milliseconds