Searched defs:oldp (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/include/linux/ |
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()
|
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()
|
/linux-6.3-rc2/arch/xtensa/mm/ |
A D | init.c | 172 char *oldp; in parse_memmap_one() local
|
/linux-6.3-rc2/security/selinux/ss/ |
A D | services.h | 34 struct policydb *oldp; member
|
A D | mls.c | 446 int mls_convert_context(struct policydb *oldp, in mls_convert_context()
|
/linux-6.3-rc2/include/linux/atomic/ |
A D | atomic-instrumented.h | 1971 #define try_cmpxchg(ptr, oldp, ...) \ argument 1981 #define try_cmpxchg_acquire(ptr, oldp, ...) \ argument 1990 #define try_cmpxchg_release(ptr, oldp, ...) \ argument 2000 #define try_cmpxchg_relaxed(ptr, oldp, ...) \ argument 2009 #define try_cmpxchg64(ptr, oldp, ...) \ argument 2019 #define try_cmpxchg64_acquire(ptr, oldp, ...) \ argument 2028 #define try_cmpxchg64_release(ptr, oldp, ...) \ argument 2038 #define try_cmpxchg64_relaxed(ptr, oldp, ...) \ argument
|
/linux-6.3-rc2/arch/mips/kernel/ |
A D | setup.c | 380 char *oldp; in early_parse_memmap() local
|
/linux-6.3-rc2/arch/x86/boot/compressed/ |
A D | kaslr.c | 130 char *oldp; in parse_memmap() local
|
/linux-6.3-rc2/drivers/net/arcnet/ |
A D | arcnet.c | 1159 *oldp = arc_proto_map[lp->default_proto[rxdata.pkt.hard.source]], in arcnet_rx() local
|
/linux-6.3-rc2/arch/arm64/kernel/ |
A D | proton-pack.c | 39 static void update_mitigation_state(enum mitigation_state *oldp, in update_mitigation_state()
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | e820.c | 920 char *oldp; in parse_memmap_one() local
|
Completed in 24 milliseconds