Searched refs:newp (Results 1 – 2 of 2) sorted by relevance
/include/linux/ |
D | hdlcdrv.h | 207 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()
|
D | nodemask.h | 348 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()
|