Searched defs:old (Results 1 – 5 of 5) sorted by relevance
/lib/ |
D | rbtree.c | 87 __rb_rotate_set_parents(struct rb_node *old, struct rb_node *new, in __rb_rotate_set_parents() 98 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert() 229 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in ____rb_erase_color() 397 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_erase_color() 411 static inline void dummy_copy(struct rb_node *old, struct rb_node *new) {} in dummy_copy() 412 static inline void dummy_rotate(struct rb_node *old, struct rb_node *new) {} in dummy_rotate() 441 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert_augmented()
|
D | dump_stack.c | 30 int old; in dump_stack() local
|
D | bitmap.c | 710 const unsigned long *old, const unsigned long *new, in bitmap_remap() 757 int bitmap_bitremap(int oldbit, const unsigned long *old, in bitmap_bitremap()
|
D | string.c | 1064 char *strreplace(char *s, char old, char new) in strreplace()
|
D | iov_iter.c | 761 const void *dup_iter(struct iov_iter *new, struct iov_iter *old, gfp_t flags) in dup_iter()
|