/include/asm-generic/ |
D | cmpxchg-local.h | 15 unsigned long old, unsigned long new, int size) in __cmpxchg_local_generic() 54 u64 old, u64 new) in __cmpxchg64_local_generic()
|
D | atomic.h | 176 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) argument 180 int c, old; in __atomic_add_unless() local
|
D | atomic-long.h | 134 #define atomic_long_cmpxchg(l, old, new) \ argument 251 #define atomic_long_cmpxchg(l, old, new) \ argument
|
D | cputime_jiffies.h | 6 #define cmpxchg_cputime(ptr, old, new) cmpxchg(ptr, old, new) argument
|
D | cputime_nsecs.h | 24 #define cmpxchg_cputime(ptr, old, new) cmpxchg64(ptr, old, new) argument
|
/include/asm-generic/bitops/ |
D | non-atomic.h | 61 unsigned long old = *p; in __test_and_set_bit() local 80 unsigned long old = *p; in __test_and_clear_bit() local 92 unsigned long old = *p; in __test_and_change_bit() local
|
D | atomic.h | 131 unsigned long old; in test_and_set_bit() local 155 unsigned long old; in test_and_clear_bit() local 178 unsigned long old; in test_and_change_bit() local
|
/include/net/ |
D | netevent.h | 18 struct dst_entry *old; member
|
D | checksum.h | 134 static inline void csum_replace2(__sum16 *sum, __be16 old, __be16 new) in csum_replace2()
|
/include/net/sctp/ |
D | checksum.h | 64 __le32 ret, old = sh->checksum; in sctp_compute_cksum() local
|
/include/linux/ |
D | rculist.h | 171 static inline void list_replace_rcu(struct list_head *old, in list_replace_rcu() 356 static inline void hlist_replace_rcu(struct hlist_node *old, in hlist_replace_rcu()
|
D | via-core.h | 219 u8 old; in via_write_reg_mask() local 231 u8 old = inb(VIA_MISC_REG_READ); in via_write_misc_reg_mask() local
|
D | list.h | 123 static inline void list_replace(struct list_head *old, in list_replace() 132 static inline void list_replace_init(struct list_head *old, in list_replace_init() 679 static inline void hlist_move_list(struct hlist_head *old, in hlist_move_list()
|
D | uinput.h | 56 struct ff_effect *old; member
|
D | audit.h | 319 const struct cred *old) in audit_log_bprm_fcaps() 327 const struct cred *old) in audit_log_capset() 440 const struct cred *old) in audit_log_bprm_fcaps() 445 const struct cred *old) in audit_log_capset()
|
D | atomic.h | 422 int c, old, dec; in atomic_dec_if_positive() local 440 int old; in atomic_or() local
|
D | rbtree_augmented.h | 121 __rb_change_child(struct rb_node *old, struct rb_node *new, in __rb_change_child()
|
D | cpufreq.h | 43 unsigned int old; member 413 static inline unsigned long cpufreq_scale(unsigned long old, u_int div, in cpufreq_scale()
|
D | nodemask.h | 345 #define node_remap(oldbit, old, new) \ argument 353 #define nodes_remap(dst, src, old, new) \ argument
|
D | security.h | 1979 const struct cred *old, in security_capset() 2384 const struct cred *old, in security_prepare_creds() 2391 const struct cred *old) in security_transfer_creds() 2423 const struct cred *old, in security_task_fix_setuid() 2937 static inline int security_xfrm_policy_clone(struct xfrm_sec_ctx *old, struct xfrm_sec_ctx **new_ct… in security_xfrm_policy_clone()
|
/include/media/ |
D | ir-kbd-i2c.h | 16 unsigned char old; member
|
/include/uapi/linux/ |
D | uinput.h | 47 struct ff_effect old; member
|
D | virtio_ring.h | 153 static inline int vring_need_event(__u16 event_idx, __u16 new_idx, __u16 old) in vring_need_event()
|
/include/sound/ |
D | pcm_params.h | 187 struct snd_mask old; in snd_mask_refine() local
|
/include/drm/ttm/ |
D | ttm_bo_driver.h | 559 ttm_flag_masked(uint32_t *old, uint32_t new, uint32_t mask) in ttm_flag_masked()
|