Lines Matching defs:nbufs
30 __u32 nbufs;
255 struct io_buffer_list *bl, unsigned nbufs)
260 if (!nbufs)
296 if (++i == nbufs)
345 p->nbufs = tmp;
365 ret = __io_remove_buffers(ctx, bl, p->nbufs);
386 p->nbufs = tmp;
390 if (check_mul_overflow((unsigned long)p->len, (unsigned long)p->nbufs,
396 size = (unsigned long)p->len * p->nbufs;
404 if (tmp + p->nbufs > MAX_BIDS_PER_BGID)
460 for (i = 0; i < pbuf->nbufs; i++) {