Home
last modified time | relevance | path

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

/Linux-v5.15/tools/cgroup/
Diocost_monitor.py75 address=radix_tree_lookup(blkcg.blkg_tree.address_of_(), q_id))
221 for i, ptr in radix_tree_for_each(blkcg_root.blkg_tree.address_of_()):
/Linux-v5.15/block/
Dblk-cgroup.c215 blkg = radix_tree_lookup(&blkcg->blkg_tree, q->id); in blkg_lookup_slowpath()
284 ret = radix_tree_insert(&blkcg->blkg_tree, q->id, blkg); in blkg_create()
399 radix_tree_delete(&blkcg->blkg_tree, blkg->q->id); in blkg_destroy()
1113 INIT_RADIX_TREE(&blkcg->blkg_tree, GFP_NOWAIT | __GFP_NOWARN); in blkcg_css_alloc()
/Linux-v5.15/include/linux/
Dblk-cgroup.h53 struct radix_tree_root blkg_tree; member