| /include/linux/atomic/ |
| D | atomic-instrumented.h | 1116 atomic_xchg(atomic_t *v, int new) in atomic_xchg() 1135 atomic_xchg_acquire(atomic_t *v, int new) in atomic_xchg_acquire() 1153 atomic_xchg_release(atomic_t *v, int new) in atomic_xchg_release() 1172 atomic_xchg_relaxed(atomic_t *v, int new) in atomic_xchg_relaxed() 1192 atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() 1213 atomic_cmpxchg_acquire(atomic_t *v, int old, int new) in atomic_cmpxchg_acquire() 1233 atomic_cmpxchg_release(atomic_t *v, int old, int new) in atomic_cmpxchg_release() 1254 atomic_cmpxchg_relaxed(atomic_t *v, int old, int new) in atomic_cmpxchg_relaxed() 1275 atomic_try_cmpxchg(atomic_t *v, int *old, int new) in atomic_try_cmpxchg() 1298 atomic_try_cmpxchg_acquire(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_acquire() [all …]
|
| D | atomic-long.h | 1276 raw_atomic_long_xchg(atomic_long_t *v, long new) in raw_atomic_long_xchg() 1297 raw_atomic_long_xchg_acquire(atomic_long_t *v, long new) in raw_atomic_long_xchg_acquire() 1318 raw_atomic_long_xchg_release(atomic_long_t *v, long new) in raw_atomic_long_xchg_release() 1339 raw_atomic_long_xchg_relaxed(atomic_long_t *v, long new) in raw_atomic_long_xchg_relaxed() 1362 raw_atomic_long_cmpxchg(atomic_long_t *v, long old, long new) in raw_atomic_long_cmpxchg() 1385 raw_atomic_long_cmpxchg_acquire(atomic_long_t *v, long old, long new) in raw_atomic_long_cmpxchg_acquire() 1408 raw_atomic_long_cmpxchg_release(atomic_long_t *v, long old, long new) in raw_atomic_long_cmpxchg_release() 1431 raw_atomic_long_cmpxchg_relaxed(atomic_long_t *v, long old, long new) in raw_atomic_long_cmpxchg_relaxed() 1455 raw_atomic_long_try_cmpxchg(atomic_long_t *v, long *old, long new) in raw_atomic_long_try_cmpxchg() 1479 raw_atomic_long_try_cmpxchg_acquire(atomic_long_t *v, long *old, long new) in raw_atomic_long_try_cmpxchg_acquire() [all …]
|
| D | atomic-arch-fallback.h | 1910 raw_atomic_xchg(atomic_t *v, int new) in raw_atomic_xchg() 1937 raw_atomic_xchg_acquire(atomic_t *v, int new) in raw_atomic_xchg_acquire() 1964 raw_atomic_xchg_release(atomic_t *v, int new) in raw_atomic_xchg_release() 1990 raw_atomic_xchg_relaxed(atomic_t *v, int new) in raw_atomic_xchg_relaxed() 2015 raw_atomic_cmpxchg(atomic_t *v, int old, int new) in raw_atomic_cmpxchg() 2044 raw_atomic_cmpxchg_acquire(atomic_t *v, int old, int new) in raw_atomic_cmpxchg_acquire() 2073 raw_atomic_cmpxchg_release(atomic_t *v, int old, int new) in raw_atomic_cmpxchg_release() 2101 raw_atomic_cmpxchg_relaxed(atomic_t *v, int old, int new) in raw_atomic_cmpxchg_relaxed() 2127 raw_atomic_try_cmpxchg(atomic_t *v, int *old, int new) in raw_atomic_try_cmpxchg() 2161 raw_atomic_try_cmpxchg_acquire(atomic_t *v, int *old, int new) in raw_atomic_try_cmpxchg_acquire() [all …]
|
| /include/trace/events/ |
| D | power.h | 549 #define trace_guest_halt_poll_ns_grow(new, old) \ argument 551 #define trace_guest_halt_poll_ns_shrink(new, old) \ argument
|
| D | kvm.h | 373 #define trace_kvm_halt_poll_ns_grow(vcpu_id, new, old) \ argument 375 #define trace_kvm_halt_poll_ns_shrink(vcpu_id, new, old) \ argument
|
| /include/asm-generic/ |
| D | cmpxchg-local.h | 16 unsigned long old, unsigned long new, int size) in __generic_cmpxchg_local() 55 u64 old, u64 new) in __generic_cmpxchg64_local()
|
| D | local64.h | 45 static inline s64 local64_cmpxchg(local64_t *l, s64 old, s64 new) in local64_cmpxchg() 50 static inline bool local64_try_cmpxchg(local64_t *l, s64 *old, s64 new) in local64_try_cmpxchg()
|
| /include/linux/ |
| D | rculist.h | 76 static inline void __list_add_rcu(struct list_head *new, in __list_add_rcu() 104 static inline void list_add_rcu(struct list_head *new, struct list_head *head) in list_add_rcu() 125 static inline void list_add_tail_rcu(struct list_head *new, in list_add_tail_rcu() 201 struct list_head *new) in list_replace_rcu() 530 struct hlist_node *new) in hlist_replace_rcu()
|
| D | list.h | 65 static __always_inline bool __list_add_valid(struct list_head *new, in __list_add_valid() 128 static inline bool __list_add_valid(struct list_head *new, in __list_add_valid() 146 static inline void __list_add(struct list_head *new, in __list_add() 167 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() 181 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() 242 struct list_head *new) in list_replace() 258 struct list_head *new) in list_replace_init() 1114 struct hlist_head *new) in hlist_move_list()
|
| D | vt.h | 21 static inline int vt_kmsg_redirect(int new) in vt_kmsg_redirect()
|
| D | llist.h | 246 static inline bool llist_add(struct llist_node *new, struct llist_head *head) in llist_add() 251 static inline bool __llist_add(struct llist_node *new, struct llist_head *head) in __llist_add()
|
| D | pgsize_migration.h | 60 static inline void split_pad_vma(struct vm_area_struct *vma, struct vm_area_struct *new, in split_pad_vma()
|
| D | rbtree_augmented.h | 195 __rb_change_child(struct rb_node *old, struct rb_node *new, in __rb_change_child() 208 __rb_change_child_rcu(struct rb_node *old, struct rb_node *new, in __rb_change_child_rcu()
|
| D | lwq.h | 26 struct llist_head new; /* entries being enqueued */ member
|
| D | kcore.h | 42 void kclist_add(struct kcore_list *new, void *addr, size_t size, int type) in kclist_add()
|
| D | mempolicy.h | 246 const nodemask_t *new) in mpol_rebind_task() 250 static inline void mpol_rebind_mm(struct mm_struct *mm, nodemask_t *new) in mpol_rebind_mm()
|
| D | mman.h | 203 static inline bool map_deny_write_exec(unsigned long old, unsigned long new) in map_deny_write_exec()
|
| D | mISDNdsp.h | 13 void *(*new)(const char *arg); member
|
| D | pgalloc_tag.h | 201 static inline void pgalloc_tag_swap(struct folio *new, struct folio *old) {} in pgalloc_tag_swap()
|
| D | mm_inline.h | 308 static inline void folio_migrate_refs(struct folio *new, struct folio *old) in folio_migrate_refs() 336 static inline void folio_migrate_refs(struct folio *new, struct folio *old) in folio_migrate_refs()
|
| D | audit.h | 495 const struct cred *new, in audit_log_bprm_fcaps() 503 static inline void audit_log_capset(const struct cred *new, in audit_log_capset() 666 const struct cred *new, in audit_log_bprm_fcaps() 671 static inline void audit_log_capset(const struct cred *new, in audit_log_capset()
|
| /include/net/ |
| D | netevent.h | 21 struct dst_entry *new; member
|
| D | checksum.h | 144 static __always_inline void csum_replace2(__sum16 *sum, __be16 old, __be16 new) in csum_replace2() 149 static inline void csum_replace(__wsum *csum, __wsum old, __wsum new) in csum_replace()
|
| /include/net/sctp/ |
| D | checksum.h | 56 __wsum new; in sctp_compute_cksum() local
|
| /include/linux/sched/ |
| D | task_stack.h | 26 #define setup_thread_stack(new,old) do { } while(0) argument
|