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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_subr.c1233 #define NSIBUF 32 macro
1249 bps = kmem_alloc(NSIBUF * sizeof (buf_t), KM_SLEEP);
1250 bufs = kmem_alloc(NSIBUF * SI_BUFSZ, KM_SLEEP);
1255 for (bp = bps, i = 0; i < NSIBUF; i++, bp++) {
1269 * Issue upto NSIBUF asynchronous reads
1271 ncg = MIN(NSIBUF, (fs->fs_ncg - cg));
1300 kmem_free(bps, NSIBUF * sizeof (buf_t));
1301 kmem_free(bufs, NSIBUF * SI_BUFSZ);

Completed in 56 milliseconds