Searched refs:blkg_tree (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/cgroup/ |
H A D | iocost_monitor.py | 75 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_()):
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-cgroup.h | 98 struct radix_tree_root blkg_tree; member 260 blkg = radix_tree_lookup(&blkcg->blkg_tree, q->id); in blkg_lookup()
|
H A D | blk-cgroup.c | 425 ret = radix_tree_insert(&blkcg->blkg_tree, disk->queue->id, blkg); in blkg_create() 557 radix_tree_delete(&blkcg->blkg_tree, blkg->q->id); in blkg_destroy() 1375 INIT_RADIX_TREE(&blkcg->blkg_tree, GFP_NOWAIT | __GFP_NOWARN); in blkcg_css_alloc()
|
/kernel/linux/linux-6.6/tools/cgroup/ |
H A D | iocost_monitor.py | 80 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_()):
|
/kernel/linux/linux-5.10/block/ |
H A D | blk-cgroup.c | 211 * could have already been removed from blkg_tree. The caller is in blkg_lookup_slowpath() 214 blkg = radix_tree_lookup(&blkcg->blkg_tree, q->id); in blkg_lookup_slowpath() 283 ret = radix_tree_insert(&blkcg->blkg_tree, q->id, blkg); in blkg_create() 398 radix_tree_delete(&blkcg->blkg_tree, blkg->q->id); in blkg_destroy() 1123 INIT_RADIX_TREE(&blkcg->blkg_tree, GFP_NOWAIT | __GFP_NOWARN); in blkcg_css_alloc()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | blk-cgroup.h | 52 struct radix_tree_root blkg_tree; member
|
Completed in 8 milliseconds