Home
last modified time | relevance | path

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

/linux-4.1.27/fs/
Dpipe.c362 int lastbuf = (pipe->curbuf + pipe->nrbufs - 1) & in pipe_write() local
364 struct pipe_buffer *buf = pipe->bufs + lastbuf; in pipe_write()
/linux-4.1.27/drivers/tty/serial/
Damba-pl011.c873 bool lastbuf = dmarx->use_buf_b; in pl011_dma_rx_callback() local
899 dmarx->use_buf_b = !lastbuf; in pl011_dma_rx_callback()
902 pl011_dma_rx_chars(uap, pending, lastbuf, false); in pl011_dma_rx_callback()
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_iba7322.c6938 unsigned lastbuf, erstbuf; in init_sdma_7322_regs() local
6956 lastbuf = erstbuf + n; in init_sdma_7322_regs()
6959 ppd->sdma_state.last_sendbuf = lastbuf; in init_sdma_7322_regs()
6960 for (; erstbuf < lastbuf; ++erstbuf) { in init_sdma_7322_regs()