| /include/asm-generic/ |
| 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()
|
| D | atomic-long.h | 410 atomic_long_cmpxchg(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg() 416 atomic_long_cmpxchg_acquire(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg_acquire() 422 atomic_long_cmpxchg_release(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg_release() 428 atomic_long_cmpxchg_relaxed(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg_relaxed() 434 atomic_long_try_cmpxchg(atomic_long_t *v, long *old, long new) in atomic_long_try_cmpxchg() 440 atomic_long_try_cmpxchg_acquire(atomic_long_t *v, long *old, long new) in atomic_long_try_cmpxchg_acquire() 446 atomic_long_try_cmpxchg_release(atomic_long_t *v, long *old, long new) in atomic_long_try_cmpxchg_release() 452 atomic_long_try_cmpxchg_relaxed(atomic_long_t *v, long *old, long new) in atomic_long_try_cmpxchg_relaxed() 904 atomic_long_cmpxchg(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg() 910 atomic_long_cmpxchg_acquire(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg_acquire() [all …]
|
| D | atomic-instrumented.h | 651 atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() 661 atomic_cmpxchg_acquire(atomic_t *v, int old, int new) in atomic_cmpxchg_acquire() 671 atomic_cmpxchg_release(atomic_t *v, int old, int new) in atomic_cmpxchg_release() 681 atomic_cmpxchg_relaxed(atomic_t *v, int old, int new) in atomic_cmpxchg_relaxed() 691 atomic_try_cmpxchg(atomic_t *v, int *old, int new) in atomic_try_cmpxchg() 702 atomic_try_cmpxchg_acquire(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_acquire() 713 atomic_try_cmpxchg_release(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_release() 724 atomic_try_cmpxchg_relaxed(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_relaxed() 1461 atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg() 1471 atomic64_cmpxchg_acquire(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg_acquire() [all …]
|
| D | atomic.h | 196 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) argument
|
| /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
|
| /include/linux/ |
| D | rculist.h | 67 static inline void __list_add_rcu(struct list_head *new, in __list_add_rcu() 95 static inline void list_add_rcu(struct list_head *new, struct list_head *head) in list_add_rcu() 116 static inline void list_add_tail_rcu(struct list_head *new, in list_add_tail_rcu() 189 struct list_head *new) in list_replace_rcu() 487 struct hlist_node *new) in hlist_replace_rcu()
|
| D | iversion.h | 200 u64 cur, old, new; in inode_maybe_inc_iversion() local 307 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() 152 struct list_head *new) in list_replace() 161 struct list_head *new) in list_replace_init() 839 struct hlist_head *new) in hlist_move_list()
|
| D | atomic-fallback.h | 872 atomic_cmpxchg_acquire(atomic_t *v, int old, int new) in atomic_cmpxchg_acquire() 883 atomic_cmpxchg_release(atomic_t *v, int old, int new) in atomic_cmpxchg_release() 893 atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() 915 atomic_try_cmpxchg(atomic_t *v, int *old, int new) in atomic_try_cmpxchg() 928 atomic_try_cmpxchg_acquire(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_acquire() 941 atomic_try_cmpxchg_release(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_release() 954 atomic_try_cmpxchg_relaxed(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_relaxed() 969 atomic_try_cmpxchg_acquire(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_acquire() 980 atomic_try_cmpxchg_release(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_release() 990 atomic_try_cmpxchg(atomic_t *v, int *old, int new) in atomic_try_cmpxchg() [all …]
|
| D | vt.h | 21 static inline int vt_kmsg_redirect(int new) in vt_kmsg_redirect()
|
| D | rbtree_augmented.h | 169 __rb_change_child(struct rb_node *old, struct rb_node *new, in __rb_change_child() 182 __rb_change_child_rcu(struct rb_node *old, struct rb_node *new, in __rb_change_child_rcu()
|
| D | mempolicy.h | 263 const nodemask_t *new) in mpol_rebind_task() 267 static inline void mpol_rebind_mm(struct mm_struct *mm, nodemask_t *new) in mpol_rebind_mm()
|
| D | kcore.h | 45 void kclist_add(struct kcore_list *new, void *addr, size_t size, int type) in kclist_add()
|
| D | llist.h | 207 static inline bool llist_add(struct llist_node *new, struct llist_head *head) in llist_add()
|
| D | mISDNdsp.h | 13 void *(*new)(const char *arg); member
|
| D | rbtree.h | 153 struct rb_node *new, in rb_replace_node_cached()
|
| D | audit.h | 450 const struct cred *new, in audit_log_bprm_fcaps() 458 static inline void audit_log_capset(const struct cred *new, in audit_log_capset() 611 const struct cred *new, in audit_log_bprm_fcaps() 616 static inline void audit_log_capset(const struct cred *new, in audit_log_capset()
|
| D | migrate.h | 84 static inline int migrate_pages(struct list_head *l, new_page_t new, in migrate_pages()
|
| D | security.h | 525 static inline int security_capset(struct cred *new, in security_capset() 706 struct cred *new) in security_dentry_create_files_as() 871 static inline int security_inode_copy_up(struct dentry *src, struct cred **new) in security_inode_copy_up() 974 static inline int security_prepare_creds(struct cred *new, in security_prepare_creds() 981 static inline void security_transfer_creds(struct cred *new, in security_transfer_creds() 1020 static inline int security_task_fix_setuid(struct cred *new, in security_task_fix_setuid()
|
| D | user_namespace.h | 146 static inline int create_user_ns(struct cred *new) in create_user_ns()
|
| D | sbitmap.h | 507 int new = sbq_index_inc(old); in sbq_index_atomic_inc() local
|
| /include/net/sctp/ |
| D | checksum.h | 56 __wsum new; in sctp_compute_cksum() local
|
| /include/net/ |
| D | netevent.h | 20 struct dst_entry *new; member
|
| D | checksum.h | 137 static inline void csum_replace2(__sum16 *sum, __be16 old, __be16 new) in csum_replace2()
|
| /include/linux/sched/ |
| D | task_stack.h | 24 #define setup_thread_stack(new,old) do { } while(0) argument
|