Home
last modified time | relevance | path

Searched defs:old (Results 1 – 5 of 5) sorted by relevance

/lib/
Drbtree.c87 __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()
Ddump_stack.c30 int old; in dump_stack() local
Dbitmap.c710 const unsigned long *old, const unsigned long *new, in bitmap_remap()
757 int bitmap_bitremap(int oldbit, const unsigned long *old, in bitmap_bitremap()
Dstring.c1064 char *strreplace(char *s, char old, char new) in strreplace()
Diov_iter.c761 const void *dup_iter(struct iov_iter *new, struct iov_iter *old, gfp_t flags) in dup_iter()