Home
last modified time | relevance | path

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

/linux-4.4.14/block/
Dblk-cgroup.c153 blkg = radix_tree_lookup(&blkcg->blkg_tree, q->id); in blkg_lookup_slowpath()
225 ret = radix_tree_insert(&blkcg->blkg_tree, q->id, blkg); in blkg_create()
335 radix_tree_delete(&blkcg->blkg_tree, blkg->q->id); in blkg_destroy()
1016 INIT_RADIX_TREE(&blkcg->blkg_tree, GFP_NOWAIT); in blkcg_css_alloc()
/linux-4.4.14/include/linux/
Dblk-cgroup.h47 struct radix_tree_root blkg_tree; member