Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-cgroup.c127 mutex_lock(&q->blkcg_mutex); in blkg_free_workfn()
136 mutex_unlock(&q->blkcg_mutex); in blkg_free_workfn()
878 mutex_lock(&q->blkcg_mutex); in blkg_conf_prep()
945 mutex_unlock(&q->blkcg_mutex); in blkg_conf_prep()
954 mutex_unlock(&q->blkcg_mutex); in blkg_conf_prep()
1492 mutex_init(&q->blkcg_mutex); in blkg_init_queue()
1714 mutex_lock(&q->blkcg_mutex); in blkcg_deactivate_policy()
1733 mutex_unlock(&q->blkcg_mutex); in blkcg_deactivate_policy()
/linux/include/linux/
H A Dblkdev.h563 struct mutex blkcg_mutex; member