• Home
  • Raw
  • Download

Lines Matching defs:tag

151 static inline void tag_set(struct radix_tree_node *node, unsigned int tag,  in tag_set()
157 static inline void tag_clear(struct radix_tree_node *node, unsigned int tag, in tag_clear()
163 static inline int tag_get(const struct radix_tree_node *node, unsigned int tag, in tag_get()
169 static inline void root_tag_set(struct radix_tree_root *root, unsigned tag) in root_tag_set()
174 static inline void root_tag_clear(struct radix_tree_root *root, unsigned tag) in root_tag_clear()
184 static inline int root_tag_get(const struct radix_tree_root *root, unsigned tag) in root_tag_get()
204 unsigned int tag) in any_tag_set()
214 static inline void all_tag_set(struct radix_tree_node *node, unsigned int tag) in all_tag_set()
231 radix_tree_find_next_bit(struct radix_tree_node *node, unsigned int tag, in radix_tree_find_next_bit()
624 int tag; in radix_tree_extend() local
902 unsigned i, n, tag, offset, tags = 0; in insert_entries() local
1140 unsigned int tag, unsigned int offset) in node_tag_get()
1304 unsigned n, tag, tags = 0; in radix_tree_split() local
1396 unsigned int tag, unsigned int offset) in node_tag_set()
1424 unsigned long index, unsigned int tag) in radix_tree_tag_set()
1458 const struct radix_tree_iter *iter, unsigned int tag) in radix_tree_iter_tag_set()
1465 unsigned int tag, unsigned int offset) in node_tag_clear()
1498 unsigned long index, unsigned int tag) in radix_tree_tag_clear()
1529 const struct radix_tree_iter *iter, unsigned int tag) in radix_tree_iter_tag_clear()
1550 unsigned long index, unsigned int tag) in radix_tree_tag_get()
1589 unsigned tag) in set_iter_tags()
1632 unsigned tag = flags & RADIX_TREE_ITER_TAG_MASK; in __radix_tree_next_slot() local
1715 unsigned tag = flags & RADIX_TREE_ITER_TAG_MASK; in radix_tree_next_chunk() local
1908 unsigned int tag) in radix_tree_gang_lookup_tag()
1949 unsigned int max_items, unsigned int tag) in radix_tree_gang_lookup_tag_slot()
1993 int tag; in __radix_tree_delete() local
2079 unsigned int tag, offset = get_slot_offset(node, slot); in radix_tree_clear_tags() local
2092 int radix_tree_tagged(const struct radix_tree_root *root, unsigned int tag) in radix_tree_tagged()