Home
last modified time | relevance | path

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

12

/include/asm-generic/bitops/
Dnon-atomic.h62 unsigned long old = *p; in __test_and_set_bit() local
81 unsigned long old = *p; in __test_and_clear_bit() local
93 unsigned long old = *p; in __test_and_change_bit() local
Datomic.h132 unsigned long old; in test_and_set_bit() local
156 unsigned long old; in test_and_clear_bit() local
179 unsigned long old; in test_and_change_bit() local
/include/asm-generic/
Dcmpxchg-local.h16 unsigned long old, unsigned long new, int size) in __cmpxchg_local_generic()
55 u64 old, u64 new) in __cmpxchg64_local_generic()
Datomic-long.h81 #define atomic_long_cmpxchg_relaxed(l, old, new) \ argument
84 #define atomic_long_cmpxchg_acquire(l, old, new) \ argument
87 #define atomic_long_cmpxchg_release(l, old, new) \ argument
90 #define atomic_long_cmpxchg(l, old, new) \ argument
Datomic.h224 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) argument
229 int c, old; in __atomic_add_unless() local
/include/trace/events/
Dkvm.h397 #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/net/
Dnetevent.h19 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.h134 __rb_change_child(struct rb_node *old, struct rb_node *new, in __rb_change_child()
147 __rb_change_child_rcu(struct rb_node *old, struct rb_node *new, in __rb_change_child_rcu()
Drculist.h170 static inline void list_replace_rcu(struct list_head *old, in list_replace_rcu()
438 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
Duinput.h61 struct ff_effect *old; member
Daudit.h429 const struct cred *old) in audit_log_bprm_fcaps()
437 const struct cred *old) in audit_log_capset()
557 const struct cred *old) in audit_log_bprm_fcaps()
562 const struct cred *old) in audit_log_capset()
Dlist.h137 static inline void list_replace(struct list_head *old, in list_replace()
146 static inline void list_replace_init(struct list_head *old, in list_replace_init()
755 static inline void hlist_move_list(struct hlist_head *old, in hlist_move_list()
Dptr_ring.h545 void **old; in __ptr_ring_swap_queue() local
577 void **old; in ptr_ring_resize() local
Dsbitmap.h420 int old = atomic_read(index); in sbq_index_atomic_inc() local
Dsecurity.h471 const struct cred *old, in security_capset()
635 const struct cred *old, in security_dentry_create_files_as()
900 const struct cred *old, in security_prepare_creds()
907 const struct cred *old) in security_transfer_creds()
941 const struct cred *old, in security_task_fix_setuid()
1480 static inline int security_xfrm_policy_clone(struct xfrm_sec_ctx *old, struct xfrm_sec_ctx **new_ct… in security_xfrm_policy_clone()
Dnodemask.h336 #define node_remap(oldbit, old, new) \ argument
344 #define nodes_remap(dst, src, old, new) \ argument
Ddevfreq.h168 unsigned long old; member
/include/linux/sched/
Dtask_stack.h24 #define setup_thread_stack(new,old) do { } while(0) argument
/include/media/i2c/
Dir-kbd-i2c.h17 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.h53 struct ff_effect old; member
/include/sound/
Dpcm_params.h162 struct snd_mask old; in snd_mask_refine() local

12