Searched defs:tag (Results 1 – 3 of 3) sorted by relevance
/lib/ |
D | radix-tree.c | 88 static inline void tag_set(struct radix_tree_node *node, unsigned int tag, in tag_set() 94 static inline void tag_clear(struct radix_tree_node *node, unsigned int tag, in tag_clear() 100 static inline int tag_get(struct radix_tree_node *node, unsigned int tag, in tag_get() 106 static inline void root_tag_set(struct radix_tree_root *root, unsigned int tag) in root_tag_set() 111 static inline void root_tag_clear(struct radix_tree_root *root, unsigned int tag) in root_tag_clear() 121 static inline int root_tag_get(struct radix_tree_root *root, unsigned int tag) in root_tag_get() 130 static inline int any_tag_set(struct radix_tree_node *node, unsigned int tag) in any_tag_set() 331 int tag; in radix_tree_extend() local 593 unsigned long index, unsigned int tag) in radix_tree_tag_set() 639 unsigned long index, unsigned int tag) in radix_tree_tag_clear() [all …]
|
D | percpu_ida.c | 116 int tag = -ENOSPC; in alloc_local_tag() local 149 int tag; in percpu_ida_alloc() local 216 void percpu_ida_free(struct percpu_ida *pool, unsigned tag) in percpu_ida_free()
|
D | asn1_decoder.c | 64 unsigned char tag, tmp; in asn1_find_indefinite_length() local 179 unsigned char tag = 0, csp = 0, jsp = 0, optag = 0, hdr = 0; in asn1_ber_decoder() local
|