Searched refs:new (Results 1 – 8 of 8) sorted by relevance
| /include/linux/ |
| A D | rbtree_augmented.h | 27 void (*copy)(struct rb_node *old, struct rb_node *new); 28 void (*rotate)(struct rb_node *old, struct rb_node *new); 32 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)); 58 rbstruct *new = rb_entry(rb_new, rbstruct, rbfield); \ 59 new->rbaugmented = old->rbaugmented; \ 65 rbstruct *new = rb_entry(rb_new, rbstruct, rbfield); \ 66 new->rbaugmented = old->rbaugmented; \ 97 __rb_change_child(struct rb_node *old, struct rb_node *new, in __rb_change_child() argument 102 parent->rb_left = new; in __rb_change_child() 104 parent->rb_right = new; in __rb_change_child() [all …]
|
| A D | list.h | 42 next->prev = new; in __list_add() 43 new->next = next; in __list_add() 44 new->prev = prev; in __list_add() 45 prev->next = new; in __list_add() 108 struct list_head *new) in list_replace() argument 110 new->next = old->next; in list_replace() 111 new->next->prev = new; in list_replace() 112 new->prev = old->prev; in list_replace() 113 new->prev->next = new; in list_replace() 117 struct list_head *new) in list_replace_init() argument [all …]
|
| A D | ioport.h | 113 extern int request_resource(struct resource *root, struct resource *new); 114 extern int release_resource(struct resource *new); 118 extern int insert_resource(struct resource *parent, struct resource *new); 119 extern void insert_resource_expand_to_fit(struct resource *root, struct resource *new); 120 extern int allocate_resource(struct resource *root, struct resource *new,
|
| A D | rbtree.h | 62 extern void rb_replace_node(struct rb_node *victim, struct rb_node *new,
|
| /include/asm-generic/ |
| A D | atomic-long.h | 135 #define atomic_long_cmpxchg(l, old, new) \ argument 136 (atomic64_cmpxchg((atomic64_t *)(l), (old), (new))) 137 #define atomic_long_xchg(v, new) \ argument 138 (atomic64_xchg((atomic64_t *)(v), (new))) 254 #define atomic_long_cmpxchg(l, old, new) \ argument 255 (atomic_cmpxchg((atomic_t *)(l), (old), (new))) 256 #define atomic_long_xchg(v, new) \ argument 257 (atomic_xchg((atomic_t *)(v), (new)))
|
| /include/ |
| A D | abuf.h | 123 bool abuf_copy(const struct abuf *old, struct abuf *new);
|
| A D | ppc_asm.tmpl | 190 mr r1,r21; /* set new kernel sp */ \
|
| /include/linux/mtd/ |
| A D | mtd.h | 557 extern void register_mtd_user (struct mtd_notifier *new);
|
Completed in 18 milliseconds