Searched refs:MCLBYTES (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mbuf_util.c80 MCLBYTES, 8, NULL, NULL, NULL, NULL, NULL, 0);
147 count = (nbytes > MCLBYTES) ? MCLBYTES : nbytes;
192 if (len > MCLBYTES) {
414 bzero(p, MCLBYTES);
427 ASSERT3S(sz, ==, MCLBYTES);
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dsocketvar.h135 (sb)->sb_mbcnt += MCLBYTES; \
143 (sb)->sb_mbcnt -= MCLBYTES; \
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dmbuf.h77 #define MCLBYTES 8192 macro
82 * MCLBYTES (also in machine/machparam.h), which has no additional overhead
224 (m)->m_ext.ext_size = MCLBYTES; \
/illumos-gate/usr/src/boot/sys/sys/
H A Dparam.h160 * MCLBYTES must be no larger than PAGE_SIZE.
170 #define MCLBYTES (1 << MCLSHIFT) /* size of an mbuf cluster */ macro
173 #define MJUMPAGESIZE MCLBYTES

Completed in 87 milliseconds