Lines Matching defs:nbufs
639 __u16 nbufs;
4312 p->nbufs = tmp;
4318 int bgid, unsigned nbufs)
4323 if (!nbufs)
4333 if (++i == nbufs)
4359 ret = __io_remove_buffers(ctx, head, p->bgid, p->nbufs);
4382 p->nbufs = tmp;
4386 if (check_mul_overflow((unsigned long)p->len, (unsigned long)p->nbufs,
4392 size = (unsigned long)p->len * p->nbufs;
4410 for (i = 0; i < pbuf->nbufs; i++) {