/linux-4.19.296/include/asm-generic/ |
D | atomic-long.h | 83 #define atomic_long_cmpxchg_relaxed(l, old, new) \ argument 86 #define atomic_long_cmpxchg_acquire(l, old, new) \ argument 89 #define atomic_long_cmpxchg_release(l, old, new) \ argument 92 #define atomic_long_cmpxchg(l, old, new) \ argument 96 #define atomic_long_try_cmpxchg_relaxed(l, old, new) \ argument 99 #define atomic_long_try_cmpxchg_acquire(l, old, new) \ argument 102 #define atomic_long_try_cmpxchg_release(l, old, new) \ argument 105 #define atomic_long_try_cmpxchg(l, old, new) \ argument 110 #define atomic_long_xchg_relaxed(v, new) \ argument 112 #define atomic_long_xchg_acquire(v, new) \ argument [all …]
|
D | atomic-instrumented.h | 55 static __always_inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() 61 static __always_inline s64 atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg() 69 static __always_inline bool atomic_try_cmpxchg(atomic_t *v, int *old, int new) in atomic_try_cmpxchg() 79 static __always_inline bool atomic64_try_cmpxchg(atomic64_t *v, s64 *old, s64 new) in atomic64_try_cmpxchg() 411 #define xchg(ptr, new) \ argument 418 #define cmpxchg(ptr, old, new) \ argument 425 #define sync_cmpxchg(ptr, old, new) \ argument 432 #define cmpxchg_local(ptr, old, new) \ argument 439 #define cmpxchg64(ptr, old, new) \ argument 446 #define cmpxchg64_local(ptr, old, new) \ argument
|
D | cmpxchg-local.h | 16 unsigned long old, unsigned long new, int size) in __cmpxchg_local_generic() 55 u64 old, u64 new) in __cmpxchg64_local_generic()
|
/linux-4.19.296/lib/ |
D | rbtree.c | 87 __rb_rotate_set_parents(struct rb_node *old, struct rb_node *new, in __rb_rotate_set_parents() 99 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert() 244 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in ____rb_erase_color() 427 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_erase_color() 441 static inline void dummy_copy(struct rb_node *old, struct rb_node *new) {} in dummy_copy() 442 static inline void dummy_rotate(struct rb_node *old, struct rb_node *new) {} in dummy_rotate() 493 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert_augmented() 589 void rb_replace_node(struct rb_node *victim, struct rb_node *new, in rb_replace_node() 606 void rb_replace_node_cached(struct rb_node *victim, struct rb_node *new, in rb_replace_node_cached() 616 void rb_replace_node_rcu(struct rb_node *victim, struct rb_node *new, in rb_replace_node_rcu()
|
D | refcount.c | 63 unsigned int new, val = atomic_read(&r->refs); in refcount_add_not_zero_checked() local 120 unsigned int new, val = atomic_read(&r->refs); in refcount_inc_not_zero_checked() local 179 unsigned int new, val = atomic_read(&r->refs); in refcount_sub_and_test_checked() local 269 unsigned int new, val = atomic_read(&r->refs); in refcount_dec_not_one() local
|
D | errseq.c | 78 errseq_t new; in errseq_set() local 177 errseq_t old, new; in errseq_check_and_advance() local
|
D | rbtree_test.c | 33 struct rb_node **new = &root->rb_root.rb_node, *parent = NULL; in insert() local 50 struct rb_node **new = &root->rb_root.rb_node, *parent = NULL; in insert_cached() local 103 struct rb_node **new = &root->rb_root.rb_node, *rb_parent = NULL; in RB_DECLARE_CALLBACKS() local 127 struct rb_node **new = &root->rb_root.rb_node, *rb_parent = NULL; in insert_augmented_cached() local
|
D | list_debug.c | 20 bool __list_add_valid(struct list_head *new, struct list_head *prev, in __list_add_valid()
|
D | atomic64_test.c | 83 #define XCHG_FAMILY_TEST(bit, init, new) \ argument 88 #define CMPXCHG_FAMILY_TEST(bit, init, new, wrong) \ argument
|
/linux-4.19.296/fs/cachefiles/ |
D | security.c | 22 struct cred *new; in cachefiles_get_security_ID() local 83 struct cred *new; in cachefiles_determine_cache_security() local
|
/linux-4.19.296/include/trace/events/ |
D | kvm.h | 397 #define trace_kvm_halt_poll_ns_grow(vcpu_id, new, old) \ argument 399 #define trace_kvm_halt_poll_ns_shrink(vcpu_id, new, old) \ argument
|
/linux-4.19.296/include/linux/ |
D | rculist.h | 49 static inline void __list_add_rcu(struct list_head *new, in __list_add_rcu() 77 static inline void list_add_rcu(struct list_head *new, struct list_head *head) in list_add_rcu() 98 static inline void list_add_tail_rcu(struct list_head *new, in list_add_tail_rcu() 171 struct list_head *new) in list_replace_rcu() 469 struct hlist_node *new) in hlist_replace_rcu()
|
D | iversion.h | 176 u64 cur, old, new; in inode_maybe_inc_iversion() local 283 u64 cur, old, new; in inode_query_iversion() local
|
D | list.h | 38 static inline bool __list_add_valid(struct list_head *new, in __list_add_valid() 56 static inline void __list_add(struct list_head *new, in __list_add() 77 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() 91 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() 138 struct list_head *new) in list_replace() 147 struct list_head *new) in list_replace_init() 765 struct hlist_head *new) in hlist_move_list()
|
D | vt.h | 21 static inline int vt_kmsg_redirect(int new) in vt_kmsg_redirect()
|
/linux-4.19.296/fs/afs/ |
D | callback.c | 30 struct afs_cb_interest *new; in afs_create_interest() local 93 struct afs_cb_interest *cbi, *vcbi, *new, *old; in afs_register_server_cb_interest() local
|
/linux-4.19.296/fs/nfsd/ |
D | export.c | 194 struct svc_expkey *new = container_of(b, struct svc_expkey, h); in expkey_match() local 206 struct svc_expkey *new = container_of(cnew, struct svc_expkey, h); in expkey_init() local 219 struct svc_expkey *new = container_of(cnew, struct svc_expkey, h); in expkey_update() local 276 svc_expkey_update(struct cache_detail *cd, struct svc_expkey *new, in svc_expkey_update() 694 struct svc_export *new = container_of(b, struct svc_export, h); in svc_export_match() local 701 struct svc_export *new = container_of(cnew, struct svc_export, h); in svc_export_init() local 718 struct svc_export *new = container_of(cnew, struct svc_export, h); in export_update() local 791 svc_export_update(struct svc_export *new, struct svc_export *old) in svc_export_update()
|
D | auth.c | 25 struct cred *new; in nfsd_setuser() local
|
/linux-4.19.296/fs/nfs/blocklayout/ |
D | extent_tree.c | 137 struct pnfs_block_extent *new, bool merge_ok) in __ext_tree_insert() 201 struct pnfs_block_extent *new; in __ext_tree_remove() local 255 ext_tree_insert(struct pnfs_block_layout *bl, struct pnfs_block_extent *new) in ext_tree_insert() 383 struct pnfs_block_extent *new; in ext_tree_split() local
|
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_iext_tree.c | 461 struct xfs_iext_node *new = kmem_zalloc(NODE_SIZE, KM_NOFS); in xfs_iext_split_node() local 503 struct xfs_iext_node *node, *new; in xfs_iext_insert_node() local 549 struct xfs_iext_leaf *new = kmem_zalloc(NODE_SIZE, KM_NOFS); in xfs_iext_split_leaf() local 604 void *new; in xfs_iext_realloc_root() local 638 struct xfs_iext_leaf *new = NULL; in xfs_iext_insert() local 987 struct xfs_bmbt_irec *new) in xfs_iext_update_extent()
|
/linux-4.19.296/fs/nfs/ |
D | nfs4client.c | 75 struct nfs4_ds_server *new) in nfs4_add_ds_client() 127 struct nfs4_ds_server *dss, *new; in nfs4_find_or_create_ds_client() local 491 static int nfs4_match_client(struct nfs_client *pos, struct nfs_client *new, in nfs4_match_client() 548 int nfs40_walk_client_list(struct nfs_client *new, in nfs40_walk_client_list() 714 int nfs41_walk_client_list(struct nfs_client *new, in nfs41_walk_client_list()
|
D | dns_resolve.c | 74 struct nfs_dns_ent *new; in nfs_dns_ent_update() local 87 struct nfs_dns_ent *new; in nfs_dns_ent_init() local 207 struct nfs_dns_ent *new, in nfs_dns_update()
|
/linux-4.19.296/drivers/char/agp/ |
D | generic.c | 99 struct agp_memory *new; in agp_create_user_memory() local 129 struct agp_memory *new; in agp_create_memory() local 222 struct agp_memory *new; in agp_allocate_memory() local 1165 struct agp_memory *new; in agp_generic_alloc_user() local
|
/linux-4.19.296/include/net/sctp/ |
D | checksum.h | 70 __wsum new; in sctp_compute_cksum() local
|
/linux-4.19.296/include/net/ |
D | netevent.h | 20 struct dst_entry *new; member
|