Searched defs:oldp (Results 1 – 12 of 12) sorted by relevance
/linux/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 | 348 const nodemask_t *oldp, const nodemask_t *newp, int nbits) in __node_remap() 356 const nodemask_t *oldp, const nodemask_t *newp, int nbits) in __nodes_remap()
|
/linux/arch/xtensa/mm/ |
A D | init.c | 172 char *oldp; in parse_memmap_one() local
|
/linux/arch/mips/kernel/ |
A D | setup.c | 370 char *oldp; in early_parse_memmap() local
|
/linux/security/selinux/ss/ |
A D | mls.c | 447 int mls_convert_context(struct policydb *oldp, in mls_convert_context()
|
A D | services.c | 73 struct policydb *oldp; member
|
/linux/arch/arm64/kernel/ |
A D | proton-pack.c | 36 static void update_mitigation_state(enum mitigation_state *oldp, in update_mitigation_state()
|
/linux/include/linux/atomic/ |
A D | atomic-instrumented.h | 1842 #define try_cmpxchg(ptr, oldp, ...) \ argument 1851 #define try_cmpxchg_acquire(ptr, oldp, ...) \ argument 1860 #define try_cmpxchg_release(ptr, oldp, ...) \ argument 1869 #define try_cmpxchg_relaxed(ptr, oldp, ...) \ argument
|
/linux/arch/x86/boot/compressed/ |
A D | kaslr.c | 130 char *oldp; in parse_memmap() local
|
/linux/drivers/net/arcnet/ |
A D | arcnet.c | 1159 *oldp = arc_proto_map[lp->default_proto[rxdata.pkt.hard.source]], in arcnet_rx() local
|
/linux/net/sched/ |
A D | cls_tcindex.c | 336 struct tcindex_data *cp = NULL, *oldp; in tcindex_set_parms() local
|
/linux/arch/x86/kernel/ |
A D | e820.c | 920 char *oldp; in parse_memmap_one() local
|
Completed in 27 milliseconds