Home
last modified time | relevance | path

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

/include/linux/
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()
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()
/include/linux/atomic/
Datomic-instrumented.h1971 #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