/include/asm-generic/bitops/ |
D | lock.h | 21 long old; in arch_test_and_set_bit_lock() local 61 unsigned long old; in arch___clear_bit_unlock() local 82 long old; in arch_clear_bit_unlock_is_negative_byte() local
|
D | atomic.h | 38 long old; in arch_test_and_set_bit() local 49 long old; in arch_test_and_clear_bit() local 60 long old; in arch_test_and_change_bit() local
|
D | generic-non-atomic.h | 77 unsigned long old = *p; in generic___test_and_set_bit() local 97 unsigned long old = *p; in generic___test_and_clear_bit() local 109 unsigned long old = *p; in generic___test_and_change_bit() local
|
/include/trace/events/ |
D | power.h | 550 #define trace_guest_halt_poll_ns_grow(new, old) \ argument 552 #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 | spinlock.h | 55 u32 old = atomic_read(lock); in arch_spin_trylock() local
|
D | atomic.h | 134 #define arch_atomic_cmpxchg(v, old, new) (arch_cmpxchg(&((v)->counter), (old), (new))) argument
|
/include/linux/ |
D | refcount.h | 152 int old = refcount_read(r); in __refcount_add_not_zero() local 193 int old = atomic_fetch_add_relaxed(i, &r->refs); in __refcount_add() local 272 int old = atomic_fetch_sub_release(i, &r->refs); in __refcount_sub_and_test() local 338 int old = atomic_fetch_sub_release(1, &r->refs); in __refcount_dec() local
|
D | iversion.h | 295 inode_eq_iversion_raw(const struct inode *inode, u64 old) in inode_eq_iversion_raw() 312 inode_eq_iversion(const struct inode *inode, u64 old) in inode_eq_iversion()
|
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 | ksm.h | 83 static inline void folio_migrate_ksm(struct folio *newfolio, struct folio *old) in folio_migrate_ksm()
|
D | page_owner.h | 41 static inline void folio_copy_owner(struct folio *newfolio, struct folio *old) in folio_copy_owner()
|
D | via-core.h | 202 u8 old; in via_write_reg_mask() local 214 u8 old = inb(VIA_MISC_REG_READ); in via_write_misc_reg_mask() local
|
D | rculist.h | 197 static inline void list_replace_rcu(struct list_head *old, in list_replace_rcu() 524 static inline void hlist_replace_rcu(struct hlist_node *old, in hlist_replace_rcu()
|
D | ptr_ring.h | 563 void **old; in __ptr_ring_swap_queue() local 595 void **old; in ptr_ring_resize() local
|
/include/linux/atomic/ |
D | atomic-long.h | 411 arch_atomic_long_cmpxchg(atomic_long_t *v, long old, long new) in arch_atomic_long_cmpxchg() 417 arch_atomic_long_cmpxchg_acquire(atomic_long_t *v, long old, long new) in arch_atomic_long_cmpxchg_acquire() 423 arch_atomic_long_cmpxchg_release(atomic_long_t *v, long old, long new) in arch_atomic_long_cmpxchg_release() 429 arch_atomic_long_cmpxchg_relaxed(atomic_long_t *v, long old, long new) in arch_atomic_long_cmpxchg_relaxed() 435 arch_atomic_long_try_cmpxchg(atomic_long_t *v, long *old, long new) in arch_atomic_long_try_cmpxchg() 441 arch_atomic_long_try_cmpxchg_acquire(atomic_long_t *v, long *old, long new) in arch_atomic_long_try_cmpxchg_acquire() 447 arch_atomic_long_try_cmpxchg_release(atomic_long_t *v, long *old, long new) in arch_atomic_long_try_cmpxchg_release() 453 arch_atomic_long_try_cmpxchg_relaxed(atomic_long_t *v, long *old, long new) in arch_atomic_long_try_cmpxchg_relaxed() 905 arch_atomic_long_cmpxchg(atomic_long_t *v, long old, long new) in arch_atomic_long_cmpxchg() 911 arch_atomic_long_cmpxchg_acquire(atomic_long_t *v, long old, long new) in arch_atomic_long_cmpxchg_acquire() [all …]
|
D | atomic-instrumented.h | 500 atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg() 508 atomic_cmpxchg_acquire(atomic_t *v, int old, int new) in atomic_cmpxchg_acquire() 515 atomic_cmpxchg_release(atomic_t *v, int old, int new) in atomic_cmpxchg_release() 523 atomic_cmpxchg_relaxed(atomic_t *v, int old, int new) in atomic_cmpxchg_relaxed() 530 atomic_try_cmpxchg(atomic_t *v, int *old, int new) in atomic_try_cmpxchg() 539 atomic_try_cmpxchg_acquire(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_acquire() 547 atomic_try_cmpxchg_release(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_release() 556 atomic_try_cmpxchg_relaxed(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_relaxed() 1119 atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg() 1127 atomic64_cmpxchg_acquire(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg_acquire() [all …]
|
D | atomic-arch-fallback.h | 1028 arch_atomic_cmpxchg_acquire(atomic_t *v, int old, int new) in arch_atomic_cmpxchg_acquire() 1039 arch_atomic_cmpxchg_release(atomic_t *v, int old, int new) in arch_atomic_cmpxchg_release() 1049 arch_atomic_cmpxchg(atomic_t *v, int old, int new) in arch_atomic_cmpxchg() 1071 arch_atomic_try_cmpxchg(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg() 1084 arch_atomic_try_cmpxchg_acquire(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg_acquire() 1097 arch_atomic_try_cmpxchg_release(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg_release() 1110 arch_atomic_try_cmpxchg_relaxed(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg_relaxed() 1125 arch_atomic_try_cmpxchg_acquire(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg_acquire() 1136 arch_atomic_try_cmpxchg_release(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg_release() 1146 arch_atomic_try_cmpxchg(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg() [all …]
|
/include/net/sctp/ |
D | checksum.h | 55 __le32 old = sh->checksum; in sctp_compute_cksum() local
|
/include/net/ |
D | netevent.h | 20 struct dst_entry *old; member
|
D | checksum.h | 142 static __always_inline void csum_replace2(__sum16 *sum, __be16 old, __be16 new) in csum_replace2() 147 static inline void csum_replace(__wsum *csum, __wsum old, __wsum new) in csum_replace()
|
/include/linux/sched/ |
D | task_stack.h | 24 #define setup_thread_stack(new,old) do { } while(0) argument
|
/include/media/i2c/ |
D | ir-kbd-i2c.h | 17 unsigned char old; member
|
/include/linux/soc/samsung/ |
D | s3c-cpu-freq.h | 62 struct s3c_freq old; member
|