Searched defs:new (Results 1 – 9 of 9) sorted by relevance
/lib/ |
D | rbtree.c | 63 __rb_rotate_set_parents(struct rb_node *old, struct rb_node *new, in __rb_rotate_set_parents() 74 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert() 203 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in ____rb_erase_color() 365 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_erase_color() 379 static inline void dummy_copy(struct rb_node *old, struct rb_node *new) {} in dummy_copy() 380 static inline void dummy_rotate(struct rb_node *old, struct rb_node *new) {} in dummy_rotate() 409 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert_augmented() 505 void rb_replace_node(struct rb_node *victim, struct rb_node *new, in rb_replace_node()
|
D | list_debug.c | 22 void __list_add(struct list_head *new, in __list_add() 86 void __list_add_rcu(struct list_head *new, in __list_add_rcu()
|
D | idr.c | 97 struct idr_layer *new; in idr_layer_alloc() local 196 struct idr_layer *new; in __idr_pre_get() local 225 struct idr_layer *p, *new; in sub_alloc() local 294 struct idr_layer *p, *new; in idr_get_empty_slot() local 415 struct idr_layer *new; in idr_preload() local
|
D | rbtree_test.c | 26 struct rb_node **new = &root->rb_node, *parent = NULL; in insert() local 69 struct rb_node **new = &root->rb_node, *rb_parent = NULL; in RB_DECLARE_CALLBACKS() local
|
D | atomic64.c | 140 long long atomic64_xchg(atomic64_t *v, long long new) in atomic64_xchg()
|
D | debugobjects.c | 88 struct debug_obj *new; in fill_pool() local 1025 struct debug_obj *obj, *new; in debug_objects_replace_static_objects() local
|
D | bitmap.c | 821 const unsigned long *old, const unsigned long *new, in bitmap_remap() 869 const unsigned long *new, int bits) in bitmap_bitremap()
|
D | string.c | 953 char *strreplace(char *s, char old, char new) in strreplace()
|
D | btree.c | 471 unsigned long *new; in btree_insert_level() local
|