/openbmc/linux/include/linux/ |
H A D | refcount.h | 150 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 D | nodemask.h | 356 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 D | cmpxchg_64.h | 76 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 D | atomic-instrumented.h | 4831 #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 D | init.c | 172 char *oldp; in parse_memmap_one() local
|
/openbmc/qemu/bsd-user/freebsd/ |
H A D | os-sys.c | 482 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 D | services.h | 33 struct policydb *oldp; member
|
H A D | mls.c | 447 int mls_convert_context(struct policydb *oldp, in mls_convert_context()
|
/openbmc/qemu/hw/core/ |
H A D | resettable.c | 205 void resettable_change_parent(Object *obj, Object *newp, Object *oldp) in resettable_change_parent()
|
/openbmc/linux/arch/mips/kernel/ |
H A D | setup.c | 383 char *oldp; in early_parse_memmap() local
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | kaslr.c | 130 char *oldp; in parse_memmap() local
|
/openbmc/linux/drivers/net/arcnet/ |
H A D | arcnet.c | 1155 *oldp = arc_proto_map[lp->default_proto[rxdata.pkt.hard.source]], in arcnet_rx() local
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | proton-pack.c | 39 static void update_mitigation_state(enum mitigation_state *oldp, in update_mitigation_state()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | e820.c | 920 char *oldp; in parse_memmap_one() local
|
/openbmc/u-boot/common/ |
H A D | dlmalloc.c | 1654 mchunkptr oldp; /* chunk corresponding to oldmem */ local
|