Home
last modified time | relevance | path

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

/kvmtool/util/
H A Drbtree.c62 __rb_rotate_set_parents(struct rb_node *old, struct rb_node *new, in __rb_rotate_set_parents()
73 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert()
202 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in ____rb_erase_color()
364 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_erase_color()
377 static inline void dummy_copy(struct rb_node *old, struct rb_node *new) {} in dummy_copy()
378 static inline void dummy_rotate(struct rb_node *old, struct rb_node *new) {} in dummy_rotate()
405 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert_augmented()
/kvmtool/include/linux/
H A Dlist.h122 static inline void list_replace(struct list_head *old, in list_replace()
131 static inline void list_replace_init(struct list_head *old, in list_replace_init()
678 static inline void hlist_move_list(struct hlist_head *old, in hlist_move_list()
H A Drbtree_augmented.h121 __rb_change_child(struct rb_node *old, struct rb_node *new, in __rb_change_child()
H A Dvirtio_ring.h222 static inline int vring_need_event(__u16 event_idx, __u16 new_idx, __u16 old) in vring_need_event()