HomeSort by: relevance | last modified time | path
    Searched defs:radix_tree_root (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/include/linux/
radix-tree.h 48 struct radix_tree_root { struct
55 const struct radix_tree_root *rti_tree;
58 void INIT_RADIX_TREE(struct radix_tree_root *, gfp_t);
60 int radix_tree_insert(struct radix_tree_root *, unsigned long, void *);
61 void * radix_tree_delete(struct radix_tree_root *, unsigned long);
63 bool radix_tree_empty(struct radix_tree_root *);
64 void * radix_tree_lookup(const struct radix_tree_root *, unsigned long);
68 void ** radix_tree_next_chunk(const struct radix_tree_root *,
71 void radix_tree_iter_delete(struct radix_tree_root *,
radix-tree.h 48 struct radix_tree_root { struct
55 const struct radix_tree_root *rti_tree;
58 void INIT_RADIX_TREE(struct radix_tree_root *, gfp_t);
60 int radix_tree_insert(struct radix_tree_root *, unsigned long, void *);
61 void * radix_tree_delete(struct radix_tree_root *, unsigned long);
63 bool radix_tree_empty(struct radix_tree_root *);
64 void * radix_tree_lookup(const struct radix_tree_root *, unsigned long);
68 void ** radix_tree_next_chunk(const struct radix_tree_root *,
71 void radix_tree_iter_delete(struct radix_tree_root *,
radix-tree.h 48 struct radix_tree_root { struct
55 const struct radix_tree_root *rti_tree;
58 void INIT_RADIX_TREE(struct radix_tree_root *, gfp_t);
60 int radix_tree_insert(struct radix_tree_root *, unsigned long, void *);
61 void * radix_tree_delete(struct radix_tree_root *, unsigned long);
63 bool radix_tree_empty(struct radix_tree_root *);
64 void * radix_tree_lookup(const struct radix_tree_root *, unsigned long);
68 void ** radix_tree_next_chunk(const struct radix_tree_root *,
71 void radix_tree_iter_delete(struct radix_tree_root *,

Completed in 247 milliseconds