Searched defs:mpcount (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_readdir.c393 uint_t mpcount; local
548 mpcount = MAXBSIZE;
550 mpcount = args->maxcount;
558 mp = allocb(RNDUP(mpcount), BPRI_MED);
567 if (mpcount > MAXBSIZE)
568 args->maxcount = mpcount = MAXBSIZE;
569 mp = allocb_wait(RNDUP(mpcount), BPRI_MED,
591 if (args->maxcount < (mpcount - 128))
596 (uint32_t *)((((char *)ptr) + RNDUP(mpcount)) - 128);

Completed in 46 milliseconds