Home
last modified time | relevance | path

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

/include/linux/
Dnodemask.h348 const nodemask_t *oldp, const nodemask_t *newp, int nbits) in __node_remap() argument
350 return bitmap_bitremap(oldbit, oldp->bits, newp->bits, nbits); in __node_remap()
356 const nodemask_t *oldp, const nodemask_t *newp, int nbits) in __nodes_remap() argument
358 bitmap_remap(dstp->bits, srcp->bits, oldp->bits, newp->bits, nbits); in __nodes_remap()