Searched refs:radix_tree_root (Results 1 – 6 of 6) sorted by relevance
| /include/linux/ |
| D | radix-tree.h | 25 #define radix_tree_root xarray macro 82 struct radix_tree_root name = RADIX_TREE_INIT(name, mask) 86 static inline bool radix_tree_empty(const struct radix_tree_root *root) in radix_tree_empty() 219 int radix_tree_insert(struct radix_tree_root *, unsigned long index, 221 void *__radix_tree_lookup(const struct radix_tree_root *, unsigned long index, 223 void *radix_tree_lookup(const struct radix_tree_root *, unsigned long); 224 void __rcu **radix_tree_lookup_slot(const struct radix_tree_root *, 226 void __radix_tree_replace(struct radix_tree_root *, struct radix_tree_node *, 228 void radix_tree_iter_replace(struct radix_tree_root *, 230 void radix_tree_replace_slot(struct radix_tree_root *, [all …]
|
| D | iocontext.h | 109 struct radix_tree_root icq_tree;
|
| D | backing-dev-defs.h | 194 struct radix_tree_root cgwb_tree; /* radix tree of active cgroup wbs */
|
| D | idr.h | 20 struct radix_tree_root idr_rt;
|
| D | irqdomain.h | 202 struct radix_tree_root revmap_tree;
|
| /include/linux/mlx4/ |
| D | device.h | 881 struct radix_tree_root qp_table_tree;
|