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

/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 58 milliseconds