Searched refs:pipe (Results 1 – 1 of 1) sorted by relevance
327 struct pipe_inode_info *pipe = i->pipe; in sanity() local329 int next = pipe->curbuf + pipe->nrbufs; in sanity()332 if (unlikely(!pipe->nrbufs)) in sanity()334 if (unlikely(idx != ((next - 1) & (pipe->buffers - 1)))) in sanity()337 p = &pipe->bufs[idx]; in sanity()341 if (idx != (next & (pipe->buffers - 1))) in sanity()348 pipe->curbuf, pipe->nrbufs, pipe->buffers); in sanity()349 for (idx = 0; idx < pipe->buffers; idx++) in sanity()351 pipe->bufs[idx].ops, in sanity()352 pipe->bufs[idx].page, in sanity()[all …]