Searched refs:nxtwrndx (Results 1 – 1 of 1) sorted by relevance
543 int nxtwrndx; in pipecommon_write() local604 nxtwrndx = dev->d_wrndx + 1; in pipecommon_write()605 if (nxtwrndx >= dev->d_bufsize) in pipecommon_write()607 nxtwrndx = 0; in pipecommon_write()612 if (nxtwrndx != dev->d_rdndx) in pipecommon_write()624 dev->d_wrndx = nxtwrndx; in pipecommon_write()