Home
last modified time | relevance | path

Searched defs:old (Results 1 – 25 of 37) sorted by relevance

12

/include/asm-generic/bitops/
Dnon-atomic.h61 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
Datomic.h131 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/asm-generic/
Dcmpxchg-local.h15 unsigned long old, unsigned long new, int size) in __cmpxchg_local_generic()
54 u64 old, u64 new) in __cmpxchg64_local_generic()
Datomic-long.h80 #define atomic_long_cmpxchg_relaxed(l, old, new) \ argument
83 #define atomic_long_cmpxchg_acquire(l, old, new) \ argument
86 #define atomic_long_cmpxchg_release(l, old, new) \ argument
89 #define atomic_long_cmpxchg(l, old, new) \ argument
Datomic.h224 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) argument
228 int c, old; in __atomic_add_unless() local
Dcputime_jiffies.h6 #define cmpxchg_cputime(ptr, old, new) cmpxchg(ptr, old, new) argument
Dcputime_nsecs.h24 #define cmpxchg_cputime(ptr, old, new) cmpxchg64(ptr, old, new) argument
/include/trace/events/
Dkvm.h394 #define trace_kvm_halt_poll_ns_grow(vcpu_id, new, old) \ argument
396 #define trace_kvm_halt_poll_ns_shrink(vcpu_id, new, old) \ argument
/include/net/
Dnetevent.h18 struct dst_entry *old; member
Dchecksum.h141 static inline void csum_replace2(__sum16 *sum, __be16 old, __be16 new) in csum_replace2()
/include/net/sctp/
Dchecksum.h64 __le32 ret, old = sh->checksum; in sctp_compute_cksum() local
/include/linux/
Drbtree_augmented.h121 __rb_change_child(struct rb_node *old, struct rb_node *new, in __rb_change_child()
134 __rb_change_child_rcu(struct rb_node *old, struct rb_node *new, in __rb_change_child_rcu()
Drculist.h171 static inline void list_replace_rcu(struct list_head *old, in list_replace_rcu()
439 static inline void hlist_replace_rcu(struct hlist_node *old, in hlist_replace_rcu()
Dvia-core.h219 u8 old; in via_write_reg_mask() local
231 u8 old = inb(VIA_MISC_REG_READ); in via_write_misc_reg_mask() local
Dlist.h123 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()
698 static inline void hlist_move_list(struct hlist_head *old, in hlist_move_list()
Dptr_ring.h378 void **old; in __ptr_ring_swap_queue() local
407 void **old; in ptr_ring_resize() local
Duinput.h61 struct ff_effect *old; member
Daudit.h433 const struct cred *old) in audit_log_bprm_fcaps()
441 const struct cred *old) in audit_log_capset()
555 const struct cred *old) in audit_log_bprm_fcaps()
560 const struct cred *old) in audit_log_capset()
Dsbitmap.h345 int old = atomic_read(index); in sbq_index_atomic_inc() local
Dsecurity.h441 const struct cred *old, in security_capset()
608 const struct cred *old, in security_dentry_create_files_as()
872 const struct cred *old, in security_prepare_creds()
879 const struct cred *old) in security_transfer_creds()
913 const struct cred *old, in security_task_fix_setuid()
1424 static inline int security_xfrm_policy_clone(struct xfrm_sec_ctx *old, struct xfrm_sec_ctx **new_ct… in security_xfrm_policy_clone()
Dvirtio_config.h325 u32 old, gen = vdev->config->generation ? in __virtio_cread_many() local
/include/media/i2c/
Dir-kbd-i2c.h16 unsigned char old; member
/include/uapi/linux/
Dvirtio_ring.h164 static inline int vring_need_event(__u16 event_idx, __u16 new_idx, __u16 old) in vring_need_event()
Duinput.h52 struct ff_effect old; member
/include/sound/
Dpcm_params.h162 struct snd_mask old; in snd_mask_refine() local

12