Searched refs:cache_node (Results 1 – 6 of 6) sorted by relevance
| /linux/scripts/gdb/linux/ |
| H A D | slab.py | 199 cache_node = target_cache['node'][i] 200 if cache_node['nr_slabs']['counter'] == 0: 202 process_slab(loc_track, cache_node['partial'], alloc, target_cache) 203 process_slab(loc_track, cache_node['full'], alloc, target_cache) 303 cache_node = cache['node'][i] 305 nr_slabs += cache_node['nr_slabs']['counter'] 306 nr_objs = int(cache_node['total_objects']['counter']) 307 nr_free = count_free(cache_node['partial'])
|
| /linux/drivers/base/ |
| H A D | cacheinfo.c | 188 const struct device_node *cache_node) in match_cache_node() argument 193 if (cache == cache_node) { in match_cache_node() 211 struct device_node *cache_node) in cache_of_set_id() argument 225 if (match_cache_node(cpu, cache_node)) in cache_of_set_id()
|
| /linux/drivers/of/ |
| H A D | base.c | 2053 struct device_node *child, *cache_node; in of_find_next_cache_node() local 2055 cache_node = of_parse_phandle(np, "l2-cache", 0); in of_find_next_cache_node() 2056 if (!cache_node) in of_find_next_cache_node() 2057 cache_node = of_parse_phandle(np, "next-level-cache", 0); in of_find_next_cache_node() 2059 if (cache_node) in of_find_next_cache_node() 2060 return cache_node; in of_find_next_cache_node()
|
| /linux/fs/btrfs/ |
| H A D | block-group.c | 193 rb_entry(new, struct btrfs_block_group, cache_node); in btrfs_bg_start_cmp() 195 rb_entry(exist, struct btrfs_block_group, cache_node); in btrfs_bg_start_cmp() 217 exist = rb_find_add_cached(&block_group->cache_node, in btrfs_add_block_group_cache() 241 cache = rb_entry(n, struct btrfs_block_group, cache_node); in block_group_cache_tree_search() 294 if (RB_EMPTY_NODE(&cache->cache_node)) { in btrfs_next_block_group() 301 node = rb_next(&cache->cache_node); in btrfs_next_block_group() 304 cache = rb_entry(node, struct btrfs_block_group, cache_node); in btrfs_next_block_group() 1197 rb_erase_cached(&block_group->cache_node, in btrfs_remove_block_group() 1199 RB_CLEAR_NODE(&block_group->cache_node); in btrfs_remove_block_group() 4648 cache_node); in btrfs_free_block_groups() [all …]
|
| H A D | free-space-cache.c | 4166 block_group = rb_entry(node, struct btrfs_block_group, cache_node); in cleanup_free_space_cache_v1()
|
| H A D | extent-tree.c | 2614 bg = rb_entry(leftmost, struct btrfs_block_group, cache_node); in first_logical_byte()
|