Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Drefcount.h150 static inline __must_check bool __refcount_add_not_zero(int i, refcount_t *r, int *oldp) in __refcount_add_not_zero()
191 static inline void __refcount_add(int i, refcount_t *r, int *oldp) in __refcount_add()
225 static inline __must_check bool __refcount_inc_not_zero(refcount_t *r, int *oldp) in __refcount_inc_not_zero()
248 static inline void __refcount_inc(refcount_t *r, int *oldp) in __refcount_inc()
270 static inline __must_check bool __refcount_sub_and_test(int i, refcount_t *r, int *oldp) in __refcount_sub_and_test()
313 static inline __must_check bool __refcount_dec_and_test(refcount_t *r, int *oldp) in __refcount_dec_and_test()
336 static inline void __refcount_dec(refcount_t *r, int *oldp) in __refcount_dec()
H A Dnodemask.h356 const nodemask_t *oldp, const nodemask_t *newp, int nbits) in __node_remap()
364 const nodemask_t *oldp, const nodemask_t *newp, int nbits) in __nodes_remap()
/openbmc/linux/arch/x86/include/asm/
H A Dcmpxchg_64.h76 static __always_inline bool arch_try_cmpxchg128(volatile u128 *ptr, u128 *oldp, u128 new) in arch_try_cmpxchg128()
82 static __always_inline bool arch_try_cmpxchg128_local(volatile u128 *ptr, u128 *oldp, u128 new) in arch_try_cmpxchg128_local()
/openbmc/linux/include/linux/atomic/
H A Datomic-instrumented.h4831 #define try_cmpxchg(ptr, oldp, ...) \ argument
4841 #define try_cmpxchg_acquire(ptr, oldp, ...) \ argument
4850 #define try_cmpxchg_release(ptr, oldp, ...) \ argument
4860 #define try_cmpxchg_relaxed(ptr, oldp, ...) \ argument
4869 #define try_cmpxchg64(ptr, oldp, ...) \ argument
4879 #define try_cmpxchg64_acquire(ptr, oldp, ...) \ argument
4888 #define try_cmpxchg64_release(ptr, oldp, ...) \ argument
4898 #define try_cmpxchg64_relaxed(ptr, oldp, ...) \ argument
4907 #define try_cmpxchg128(ptr, oldp, ...) \ argument
4917 #define try_cmpxchg128_acquire(ptr, oldp, ...) \ argument
[all …]
/openbmc/linux/arch/xtensa/mm/
H A Dinit.c172 char *oldp; in parse_memmap_one() local
/openbmc/qemu/bsd-user/freebsd/
H A Dos-sys.c482 int32_t namelen, abi_ulong oldp, abi_ulong oldlenp, abi_ulong newp, in do_freebsd_sysctlbyname()
542 abi_ulong oldp, abi_ulong oldlenp, abi_ulong newp, abi_ulong newlen) in do_freebsd_sysctl()
/openbmc/linux/security/selinux/ss/
H A Dservices.h33 struct policydb *oldp; member
H A Dmls.c447 int mls_convert_context(struct policydb *oldp, in mls_convert_context()
/openbmc/qemu/hw/core/
H A Dresettable.c205 void resettable_change_parent(Object *obj, Object *newp, Object *oldp) in resettable_change_parent()
/openbmc/linux/arch/mips/kernel/
H A Dsetup.c383 char *oldp; in early_parse_memmap() local
/openbmc/linux/arch/x86/boot/compressed/
H A Dkaslr.c130 char *oldp; in parse_memmap() local
/openbmc/linux/drivers/net/arcnet/
H A Darcnet.c1155 *oldp = arc_proto_map[lp->default_proto[rxdata.pkt.hard.source]], in arcnet_rx() local
/openbmc/linux/arch/arm64/kernel/
H A Dproton-pack.c39 static void update_mitigation_state(enum mitigation_state *oldp, in update_mitigation_state()
/openbmc/linux/arch/x86/kernel/
H A De820.c920 char *oldp; in parse_memmap_one() local
/openbmc/u-boot/common/
H A Ddlmalloc.c1654 mchunkptr oldp; /* chunk corresponding to oldmem */ local