Home
last modified time | relevance | path

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

/include/linux/
Dhdlcdrv.h207 unsigned newp; in hdlcdrv_hbuf_put() local
211 newp = (hb->wr+1) % HDLCDRV_HDLCBUFFER; in hdlcdrv_hbuf_put()
212 if (newp != hb->rd) { in hdlcdrv_hbuf_put()
214 hb->wr = newp; in hdlcdrv_hbuf_put()
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()