Home
last modified time | relevance | path

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

/lib/
Diov_iter.c327 struct pipe_inode_info *pipe = i->pipe; in sanity() local
329 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 …]