Home
last modified time | relevance | path

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

/linux/tools/cgroup/
H A Diocost_monitor.py80 address=radix_tree_lookup(blkcg.blkg_tree.address_of_(), q_id))
228 for i, ptr in radix_tree_for_each(blkcg_root.blkg_tree.address_of_()):
/linux/block/
H A Dblk-cgroup.c423 ret = radix_tree_insert(&blkcg->blkg_tree, disk->queue->id, blkg); in blkg_create()
546 radix_tree_delete(&blkcg->blkg_tree, blkg->q->id); in blkg_destroy()
1407 INIT_RADIX_TREE(&blkcg->blkg_tree, GFP_NOWAIT); in blkcg_css_free()
1464 * still occupy the same queue id slot in blkcg->blkg_tree. in blkcg_css_alloc()