Lines Matching refs:size
72 unsigned int size; /* Lazy: Equals bufsize * bufnum */
235 nmax = fifo->size - READ_ONCE(fifo->fill);
392 fifo->size = fifo->bufnum * fifo->bufsize;
1095 fifo->fill <= (fifo->size - 8) ||
1370 in_checkpoint = in_fifo->size >>
1481 fifo_checkpoint_bytes = chan->in_consumed_bytes + fifo->size;
1504 * checkpoint by at least an 8th of the FIFO's size, or if
1514 (leap > (fifo->size >> 3) ||
1680 fifo->fill != fifo->size || xdev->error)) {
1887 (READ_ONCE(chan->out_ep->fifo.fill) != chan->out_ep->fifo.size))