Home
last modified time | relevance | path

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

12

/include/linux/
Diversion.h126 u64 cur, old; in inode_set_max_iversion_raw() local
200 u64 cur, old, new; in inode_maybe_inc_iversion() local
307 u64 cur, old, new; in inode_query_iversion() local
340 inode_eq_iversion_raw(const struct inode *inode, u64 old) in inode_eq_iversion_raw()
357 inode_eq_iversion(const struct inode *inode, u64 old) in inode_eq_iversion()
Drefcount.h152 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
Datomic-arch-fallback.h874 arch_atomic_cmpxchg_acquire(atomic_t *v, int old, int new) in arch_atomic_cmpxchg_acquire()
885 arch_atomic_cmpxchg_release(atomic_t *v, int old, int new) in arch_atomic_cmpxchg_release()
895 arch_atomic_cmpxchg(atomic_t *v, int old, int new) in arch_atomic_cmpxchg()
917 arch_atomic_try_cmpxchg(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg()
930 arch_atomic_try_cmpxchg_acquire(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg_acquire()
943 arch_atomic_try_cmpxchg_release(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg_release()
956 arch_atomic_try_cmpxchg_relaxed(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg_relaxed()
971 arch_atomic_try_cmpxchg_acquire(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg_acquire()
982 arch_atomic_try_cmpxchg_release(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg_release()
992 arch_atomic_try_cmpxchg(atomic_t *v, int *old, int new) in arch_atomic_try_cmpxchg()
[all …]
Datomic-fallback.h966 atomic_cmpxchg_acquire(atomic_t *v, int old, int new) in atomic_cmpxchg_acquire()
977 atomic_cmpxchg_release(atomic_t *v, int old, int new) in atomic_cmpxchg_release()
987 atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg()
1014 atomic_try_cmpxchg(atomic_t *v, int *old, int new) in atomic_try_cmpxchg()
1027 atomic_try_cmpxchg_acquire(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_acquire()
1040 atomic_try_cmpxchg_release(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_release()
1053 atomic_try_cmpxchg_relaxed(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_relaxed()
1068 atomic_try_cmpxchg_acquire(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_acquire()
1079 atomic_try_cmpxchg_release(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_release()
1089 atomic_try_cmpxchg(atomic_t *v, int *old, int new) in atomic_try_cmpxchg()
[all …]
Drbtree_augmented.h169 __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()
Dvia-core.h202 u8 old; in via_write_reg_mask() local
214 u8 old = inb(VIA_MISC_REG_READ); in via_write_misc_reg_mask() local
Drculist.h206 static inline void list_replace_rcu(struct list_head *old, in list_replace_rcu()
525 static inline void hlist_replace_rcu(struct hlist_node *old, in hlist_replace_rcu()
Dlist.h158 static inline void list_replace(struct list_head *old, in list_replace()
174 static inline void list_replace_init(struct list_head *old, in list_replace_init()
963 static inline void hlist_move_list(struct hlist_head *old, in hlist_move_list()
Dblk-cgroup.h542 int old = atomic_read(&blkg->use_delay); in blkcg_unuse_delay() local
581 int old = atomic_read(&blkg->use_delay); in blkcg_set_delay() local
598 int old = atomic_read(&blkg->use_delay); in blkcg_clear_delay() local
Dptr_ring.h563 void **old; in __ptr_ring_swap_queue() local
595 void **old; in ptr_ring_resize() local
/include/asm-generic/bitops/
Dlock.h21 long old; in test_and_set_bit_lock() local
60 unsigned long old; in __clear_bit_unlock() local
81 long old; in clear_bit_unlock_is_negative_byte() local
Datomic.h34 long old; in test_and_set_bit() local
44 long old; in test_and_clear_bit() local
54 long old; in test_and_change_bit() local
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
/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.h411 atomic_long_cmpxchg(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg()
417 atomic_long_cmpxchg_acquire(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg_acquire()
423 atomic_long_cmpxchg_release(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg_release()
429 atomic_long_cmpxchg_relaxed(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg_relaxed()
435 atomic_long_try_cmpxchg(atomic_long_t *v, long *old, long new) in atomic_long_try_cmpxchg()
441 atomic_long_try_cmpxchg_acquire(atomic_long_t *v, long *old, long new) in atomic_long_try_cmpxchg_acquire()
447 atomic_long_try_cmpxchg_release(atomic_long_t *v, long *old, long new) in atomic_long_try_cmpxchg_release()
453 atomic_long_try_cmpxchg_relaxed(atomic_long_t *v, long *old, long new) in atomic_long_try_cmpxchg_relaxed()
905 atomic_long_cmpxchg(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg()
911 atomic_long_cmpxchg_acquire(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg_acquire()
[all …]
Datomic-instrumented.h652 atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg()
662 atomic_cmpxchg_acquire(atomic_t *v, int old, int new) in atomic_cmpxchg_acquire()
672 atomic_cmpxchg_release(atomic_t *v, int old, int new) in atomic_cmpxchg_release()
682 atomic_cmpxchg_relaxed(atomic_t *v, int old, int new) in atomic_cmpxchg_relaxed()
692 atomic_try_cmpxchg(atomic_t *v, int *old, int new) in atomic_try_cmpxchg()
703 atomic_try_cmpxchg_acquire(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_acquire()
714 atomic_try_cmpxchg_release(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_release()
725 atomic_try_cmpxchg_relaxed(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_relaxed()
1462 atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg()
1472 atomic64_cmpxchg_acquire(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg_acquire()
[all …]
Datomic.h194 #define atomic_cmpxchg(v, old, new) (cmpxchg(&((v)->counter), (old), (new))) argument
/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/sctp/
Dchecksum.h55 __le32 old = sh->checksum; in sctp_compute_cksum() local
/include/net/
Dnetevent.h19 struct dst_entry *old; member
Dchecksum.h138 static __always_inline void csum_replace2(__sum16 *sum, __be16 old, __be16 new) in csum_replace2()
143 static inline void csum_replace(__wsum *csum, __wsum old, __wsum new) in csum_replace()
/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/linux/soc/samsung/
Ds3c-cpu-freq.h62 struct s3c_freq old; member
/include/uapi/linux/
Duinput.h53 struct ff_effect old; member

12