Home
last modified time | relevance | path

Searched defs:oldp (Results 1 – 17 of 17) sorted by relevance

/linux/include/linux/
H A Drefcount.h174 bool __refcount_add_not_zero(int i, refcount_t *r, int *oldp) in __refcount_add_not_zero()
216 bool __refcount_add_not_zero_limited_acquire(int i, refcount_t *r, int *oldp, in __refcount_add_not_zero_limited_acquire()
242 __refcount_inc_not_zero_limited_acquire(refcount_t *r, int *oldp, int limit) in __refcount_inc_not_zero_limited_acquire()
248 bool __refcount_add_not_zero_acquire(int i, refcount_t *r, int *oldp) in __refcount_add_not_zero_acquire()
281 void __refcount_add(int i, refcount_t *r, int *oldp) in __refcount_add()
315 static inline __must_check bool __refcount_inc_not_zero(refcount_t *r, int *oldp) in __refcount_inc_not_zero()
338 static inline __must_check bool __refcount_inc_not_zero_acquire(refcount_t *r, int *oldp) in __refcount_inc_not_zero_acquire()
364 static inline void __refcount_inc(refcount_t *r, int *oldp) in __refcount_inc()
387 bool __refcount_sub_and_test(int i, refcount_t *r, int *oldp) in __refcount_sub_and_test()
430 static inline __must_check bool __refcount_dec_and_test(refcount_t *r, int *oldp) in __refcount_dec_and_test()
[all …]
H A Dnodemask.h343 const nodemask_t *oldp, const nodemask_t *newp, int nbits) in __node_remap()
351 const nodemask_t *oldp, const nodemask_t *newp, int nbits) in __nodes_remap()
/linux/arch/x86/include/asm/
H A Dcmpxchg_32.h61 static __always_inline bool __try_cmpxchg64(volatile u64 *ptr, u64 *oldp, u64 new) in __try_cmpxchg64()
66 static __always_inline bool __try_cmpxchg64_local(volatile u64 *ptr, u64 *oldp, u64 new) in __try_cmpxchg64_local()
139 static __always_inline bool arch_try_cmpxchg64(volatile u64 *ptr, u64 *oldp, u64 new) in arch_try_cmpxchg64()
145 static __always_inline bool arch_try_cmpxchg64_local(volatile u64 *ptr, u64 *oldp, u64 new) in arch_try_cmpxchg64_local()
H A Dcmpxchg_64.h81 static __always_inline bool arch_try_cmpxchg128(volatile u128 *ptr, u128 *oldp, u128 new) in arch_try_cmpxchg128()
87 static __always_inline bool arch_try_cmpxchg128_local(volatile u128 *ptr, u128 *oldp, u128 new) in arch_try_cmpxchg128_local()
/linux/arch/s390/include/asm/
H A Dcmpxchg.h110 #define arch_try_cmpxchg(ptr, oldp, new) \ argument
155 #define arch_try_cmpxchg(ptr, oldp, new) \ argument
256 static __always_inline bool arch_try_cmpxchg128(volatile u128 *ptr, u128 *oldp, u128 new) in arch_try_cmpxchg128()
/linux/include/linux/atomic/
H A Datomic-instrumented.h4873 #define try_cmpxchg(ptr, oldp, ...) \ argument
4883 #define try_cmpxchg_acquire(ptr, oldp, ...) \ argument
4892 #define try_cmpxchg_release(ptr, oldp, ...) \ argument
4902 #define try_cmpxchg_relaxed(ptr, oldp, ...) \ argument
4911 #define try_cmpxchg64(ptr, oldp, ...) \ argument
4921 #define try_cmpxchg64_acquire(ptr, oldp, ...) \ argument
4930 #define try_cmpxchg64_release(ptr, oldp, ...) \ argument
4940 #define try_cmpxchg64_relaxed(ptr, oldp, ...) \ argument
4949 #define try_cmpxchg128(ptr, oldp, ...) \ argument
4959 #define try_cmpxchg128_acquire(ptr, oldp, ...) \ argument
[all …]
/linux/tools/include/linux/
H A Datomic.h15 static inline bool atomic_try_cmpxchg(atomic_t *ptr, int *oldp, int new) in atomic_try_cmpxchg()
/linux/arch/xtensa/mm/
H A Dinit.c134 char *oldp; in parse_memmap_one() local
/linux/security/selinux/ss/
H A Dservices.h34 struct policydb *oldp; member
H A Dmls.c439 int mls_convert_context(struct policydb *oldp, struct policydb *newp, in mls_convert_context()
/linux/fs/xfs/scrub/
H A Dorphanage.c57 struct xfs_dquot *oldu = NULL, *oldg = NULL, *oldp = NULL; in xrep_chown_orphanage() local
/linux/arch/mips/kernel/
H A Dsetup.c379 char *oldp; in early_parse_memmap() local
/linux/arch/x86/boot/compressed/
H A Dkaslr.c121 char *oldp; in parse_memmap() local
/linux/drivers/net/arcnet/
H A Darcnet.c1157 *oldp = arc_proto_map[lp->default_proto[rxdata.pkt.hard.source]], in arcnet_rx() local
/linux/arch/x86/kernel/
H A De820.c920 char *oldp; in parse_memmap_one() local
/linux/arch/arm64/kernel/
H A Dproton-pack.c39 static void update_mitigation_state(enum mitigation_state *oldp, in update_mitigation_state()
/linux/mm/
H A Dmemblock.c2635 char *oldp; in reserve_mem() local