/linux/include/linux/ |
H A 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 …]
|
H A D | iocontext.h | 109 struct radix_tree_root icq_tree;
|
H A D | backing-dev-defs.h | 189 struct radix_tree_root cgwb_tree; /* radix tree of active cgroup wbs */
|
H A D | idr.h | 20 struct radix_tree_root idr_rt;
|
/linux/tools/testing/radix-tree/ |
H A D | test.h | 14 int item_insert(struct radix_tree_root *root, unsigned long index); 17 int item_delete(struct radix_tree_root *root, unsigned long index); 19 struct item *item_lookup(struct radix_tree_root *root, unsigned long index); 21 void item_check_present(struct radix_tree_root *root, unsigned long index); 22 void item_check_absent(struct radix_tree_root *root, unsigned long index); 23 void item_gang_check_present(struct radix_tree_root *root, 26 void item_full_scan(struct radix_tree_root *root, unsigned long start, 28 void item_kill_tree(struct radix_tree_root *root); 43 item_tag_set(struct radix_tree_root *root, unsigned long index, int tag); 45 item_tag_clear(struct radix_tree_root *root, unsigned long index, int tag); [all …]
|
H A D | test.c | 12 item_tag_set(struct radix_tree_root *root, unsigned long index, int tag) in item_tag_set() 18 item_tag_clear(struct radix_tree_root *root, unsigned long index, int tag) in item_tag_clear() 23 int item_tag_get(struct radix_tree_root *root, unsigned long index, int tag) in item_tag_get() 37 int item_insert(struct radix_tree_root *root, unsigned long index) in item_insert() 61 int item_delete(struct radix_tree_root *root, unsigned long index) in item_delete() 91 void item_check_present(struct radix_tree_root *root, unsigned long index) in item_check_present() 100 struct item *item_lookup(struct radix_tree_root *root, unsigned long index) in item_lookup() 105 void item_check_absent(struct radix_tree_root *root, unsigned long index) in item_check_absent() 116 void item_gang_check_present(struct radix_tree_root *root, in item_gang_check_present() 143 void item_full_scan(struct radix_tree_root *root, unsigned long start, in item_full_scan() [all …]
|
H A D | benchmark.c | 14 static long long benchmark_iter(struct radix_tree_root *root, bool tagged) in benchmark_iter() 52 static void benchmark_insert(struct radix_tree_root *root, in benchmark_insert() 73 static void benchmark_tagging(struct radix_tree_root *root, in benchmark_tagging() 94 static void benchmark_delete(struct radix_tree_root *root, in benchmark_delete()
|
H A D | tag_check.c | 14 __simple_checks(struct radix_tree_root *tree, unsigned long index, int tag) in __simple_checks() 131 static void gang_check(struct radix_tree_root *tree, in gang_check() 157 static void do_thrash(struct radix_tree_root *tree, char *thrash_state, int tag) in do_thrash()
|
H A D | multiorder.c | 168 struct radix_tree_root *tree = ptr; in creator_func() 219 struct radix_tree_root *tree = ptr; in load_creator()
|
/linux/lib/ |
H A D | radix-tree.c | 95 static inline gfp_t root_gfp_mask(const struct radix_tree_root *root) in root_gfp_mask() 118 static inline void root_tag_set(struct radix_tree_root *root, unsigned tag) in root_tag_set() 123 static inline void root_tag_clear(struct radix_tree_root *root, unsigned tag) in root_tag_clear() 128 static inline void root_tag_clear_all(struct radix_tree_root *root) in root_tag_clear_all() 133 static inline int root_tag_get(const struct radix_tree_root *root, unsigned tag) in root_tag_get() 138 static inline unsigned root_tags_get(const struct radix_tree_root *root) in root_tags_get() 143 static inline bool is_idr(const struct radix_tree_root *root) in is_idr() 234 struct radix_tree_root *root, in radix_tree_node_alloc() 388 static unsigned radix_tree_load_root(const struct radix_tree_root *root, in radix_tree_load_root() 408 static int radix_tree_extend(struct radix_tree_root *root, gfp_t gfp, in radix_tree_extend() [all …]
|
/linux/fs/xfs/ |
H A D | xfs_qm.h | 51 struct radix_tree_root qi_uquota_tree; 52 struct radix_tree_root qi_gquota_tree; 53 struct radix_tree_root qi_pquota_tree; 78 static inline struct radix_tree_root *
|
H A D | xfs_dquot.c | 805 struct radix_tree_root *tree, in xfs_qm_dqget_cache_lookup() 852 struct radix_tree_root *tree, in xfs_qm_dqget_cache_insert() 917 struct radix_tree_root *tree = xfs_dquot_tree(qi, type); in xfs_qm_dqget() 1006 struct radix_tree_root *tree = xfs_dquot_tree(qi, type); in xfs_qm_dqget_inode()
|
/linux/drivers/pinctrl/ |
H A D | core.h | 55 struct radix_tree_root pin_desc_tree; 57 struct radix_tree_root pin_group_tree; 61 struct radix_tree_root pin_function_tree;
|
/linux/arch/s390/include/asm/ |
H A D | gmap.h | 47 struct radix_tree_root guest_to_host; 48 struct radix_tree_root host_to_guest; 59 struct radix_tree_root host_to_rmap;
|
/linux/drivers/power/sequencing/ |
H A D | core.c | 300 struct radix_tree_root *visited_units) in pwrseq_check_unit_deps() 327 struct radix_tree_root visited_units; in pwrseq_check_target_deps() 346 struct radix_tree_root *processed_units); 351 struct radix_tree_root *processed_units) in pwrseq_unit_setup() 387 struct radix_tree_root *processed_units) in pwrseq_unit_setup_deps() 415 struct radix_tree_root *processed_units) in pwrseq_do_setup_targets() 449 struct radix_tree_root processed_units; in pwrseq_setup_targets()
|
/linux/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_context_types.h | 400 struct radix_tree_root handles_vma;
|
H A D | i915_gem_object_types.h | 236 struct radix_tree_root radix;
|
/linux/drivers/infiniband/hw/mlx5/ |
H A D | qp.h | 18 struct radix_tree_root tree;
|
/linux/drivers/infiniband/core/ |
H A D | rdma_core.h | 115 struct radix_tree_root radix;
|
/linux/drivers/net/ethernet/netronome/nfp/abm/ |
H A D | main.h | 222 struct radix_tree_root qdiscs;
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_umc.h | 156 struct radix_tree_root *ecc_tree, struct ras_ecc_err *ecc_err);
|
/linux/fs/xfs/scrub/ |
H A D | dqiterate.c | 149 struct radix_tree_root *tree = xfs_dquot_tree(qi, cursor->dqtype); in xchk_dquot_iter_advance_incore()
|
/linux/drivers/sh/intc/ |
H A D | internals.h | 57 struct radix_tree_root tree;
|
/linux/drivers/gpu/drm/i915/gvt/ |
H A D | gtt.h | 212 struct radix_tree_root spt_tree;
|
/linux/fs/btrfs/ |
H A D | fs.h | 430 struct radix_tree_root fs_roots_radix; 768 struct radix_tree_root buffer_radix;
|