Searched refs:oldp (Results 1 – 3 of 3) sorted by relevance
| /include/linux/ |
| A D | refcount.h | 183 if (oldp) in __refcount_add_not_zero() 184 *oldp = old; in __refcount_add_not_zero() 226 if (oldp) in __refcount_add_not_zero_limited_acquire() 232 if (oldp) in __refcount_add_not_zero_limited_acquire() 233 *oldp = old; in __refcount_add_not_zero_limited_acquire() 285 if (oldp) in __refcount_add() 286 *oldp = old; in __refcount_add() 391 if (oldp) in __refcount_sub_and_test() 392 *oldp = old; in __refcount_sub_and_test() 457 if (oldp) in __refcount_dec() [all …]
|
| A D | nodemask.h | 343 const nodemask_t *oldp, const nodemask_t *newp, int nbits) in __node_remap() argument 345 return bitmap_bitremap(oldbit, oldp->bits, newp->bits, nbits); in __node_remap() 351 const nodemask_t *oldp, const nodemask_t *newp, int nbits) in __nodes_remap() argument 353 bitmap_remap(dstp->bits, srcp->bits, oldp->bits, newp->bits, nbits); in __nodes_remap()
|
| /include/linux/atomic/ |
| A D | atomic-instrumented.h | 4876 typeof(oldp) __ai_oldp = (oldp); \ 4886 typeof(oldp) __ai_oldp = (oldp); \ 4895 typeof(oldp) __ai_oldp = (oldp); \ 4905 typeof(oldp) __ai_oldp = (oldp); \ 4914 typeof(oldp) __ai_oldp = (oldp); \ 4924 typeof(oldp) __ai_oldp = (oldp); \ 4933 typeof(oldp) __ai_oldp = (oldp); \ 4943 typeof(oldp) __ai_oldp = (oldp); \ 4952 typeof(oldp) __ai_oldp = (oldp); \ 4962 typeof(oldp) __ai_oldp = (oldp); \ [all …]
|
Completed in 14 milliseconds