Home
last modified time | relevance | path

Searched defs:new (Results 1 – 18 of 18) sorted by relevance

/lib/
Drbtree.c75 __rb_rotate_set_parents(struct rb_node *old, struct rb_node *new, in __rb_rotate_set_parents()
86 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert()
228 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in ____rb_erase_color()
411 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_erase_color()
425 static inline void dummy_copy(struct rb_node *old, struct rb_node *new) {} in dummy_copy()
426 static inline void dummy_rotate(struct rb_node *old, struct rb_node *new) {} in dummy_rotate()
457 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert_augmented()
553 void rb_replace_node(struct rb_node *victim, struct rb_node *new, in rb_replace_node()
570 void rb_replace_node_rcu(struct rb_node *victim, struct rb_node *new, in rb_replace_node_rcu()
Drefcount.c66 unsigned int new, val = atomic_read(&r->refs); in refcount_add_not_zero_checked() local
123 unsigned int new, val = atomic_read(&r->refs); in refcount_inc_not_zero_checked() local
182 unsigned int new, val = atomic_read(&r->refs); in refcount_sub_and_test_checked() local
277 unsigned int new, val = atomic_read(&r->refs); in refcount_dec_not_one() local
Derrseq.c78 errseq_t new; in errseq_set() local
177 errseq_t old, new; in errseq_check_and_advance() local
Dmemcat_p.c12 void **p = a, **new; in __memcat_p() local
Dlist_debug.c20 bool __list_add_valid(struct list_head *new, struct list_head *prev, in __list_add_valid()
Drbtree_test.c34 struct rb_node **new = &root->rb_root.rb_node, *parent = NULL; in insert() local
51 struct rb_node **new = &root->rb_root.rb_node, *parent = NULL; in insert_cached() local
88 struct rb_node **new = &root->rb_root.rb_node, *rb_parent = NULL; in RB_DECLARE_CALLBACKS_MAX() local
112 struct rb_node **new = &root->rb_root.rb_node, *rb_parent = NULL; in insert_augmented_cached() local
Datomic64_test.c79 #define XCHG_FAMILY_TEST(bit, init, new) \ argument
84 #define CMPXCHG_FAMILY_TEST(bit, init, new, wrong) \ argument
Dcrc-t10dif.c26 struct crypto_shash *new, *old; in crc_t10dif_rehash() local
Datomic64.c163 s64 atomic64_xchg(atomic64_t *v, s64 new) in atomic64_xchg()
Dstackdepot.c272 struct stack_record *new = in stack_depot_save() local
Dtest_kmod.c880 unsigned long new; in test_dev_config_update_uint_sync() local
918 unsigned long new; in test_dev_config_update_uint_range() local
940 long new; in test_dev_config_update_int() local
Ddebugobjects.c162 struct debug_obj *new[ODEBUG_BATCH_SIZE]; in fill_pool() local
1295 struct debug_obj *obj, *new; in debug_objects_replace_static_objects() local
Dbitmap.c792 const unsigned long *old, const unsigned long *new, in bitmap_remap()
839 const unsigned long *new, int bits) in bitmap_bitremap()
Dstring.c1084 char *strreplace(char *s, char old, char new) in strreplace()
Dtest_firmware.c339 long new; in test_dev_config_update_u8() local
Dbtree.c471 unsigned long *new; in btree_insert_level() local
Diov_iter.c1596 const void *dup_iter(struct iov_iter *new, struct iov_iter *old, gfp_t flags) in dup_iter()
/lib/math/
Dprime_numbers.c112 struct primes *new; in expand_to_next_prime() local