Home | History | Annotate | Download | only in squashfs-tools

Lines Matching refs:nextp

201 	int nextp;
205 while((nextp = (queue->writep + 1) % queue->size) == queue->readp)
209 queue->writep = nextp;