Searched defs:new (Results 1 – 3 of 3) sorted by relevance
| /include/asm-generic/ |
| A D | atomic-long.h | 135 #define atomic_long_cmpxchg(l, old, new) \ argument 137 #define atomic_long_xchg(v, new) \ argument 254 #define atomic_long_cmpxchg(l, old, new) \ argument 256 #define atomic_long_xchg(v, new) \ argument
|
| /include/linux/ |
| A D | list.h | 38 static inline void __list_add(struct list_head *new, in __list_add() 56 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() 69 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() 108 struct list_head *new) in list_replace() 117 struct list_head *new) in list_replace_init()
|
| A D | rbtree_augmented.h | 97 __rb_change_child(struct rb_node *old, struct rb_node *new, in __rb_change_child()
|
Completed in 8 milliseconds