HomeSort by: relevance | last modified time | path
    Searched defs:MCLBYTES (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/arch/emips/include/
param.h 55 * MCLBYTES must be no larger than NBPG (the software page size), and,
57 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
67 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
  /src/sys/arch/playstation2/include/
param.h 81 * MCLBYTES must be no larger than NBPG (the software page size), and,
83 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
93 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
  /src/sys/arch/arm/include/
param.h 162 * MCLBYTES must be no larger than NBPG (the software page size), and,
164 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
174 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
177 #define NMBCLUSTERS_MAX (0x4000000 / MCLBYTES) /* Limit to 64MB for clusters */
  /src/sys/arch/sh3/include/
param.h 76 * MCLBYTES must be no larger than NBPG (the software page size), and,
78 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
88 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
  /src/sys/arch/or1k/include/
param.h 68 * MCLBYTES must be no larger than NBPG (the software page size), and
69 * NBPG % MCLBYTES must be zero.
78 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
  /src/sys/arch/powerpc/include/
param.h 91 * MCLBYTES must be no larger than NBPG (the software page size), and,
93 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
106 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
  /src/sys/arch/riscv/include/
param.h 83 * MCLBYTES must be no larger than NBPG (the software page size), and
84 * NBPG % MCLBYTES must be zero.
93 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
  /src/sys/arch/alpha/include/
param.h 86 * MCLBYTES must be no larger than NBPG (the software page size), and,
88 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
98 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
  /src/sys/arch/hppa/include/
param.h 68 * MCLBYTES must be no larger than the software page size, and,
70 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
75 #define MCLBYTES (1 << MCLSHIFT) /* large enough for ether MTU */
76 #define MCLOFSET (MCLBYTES - 1)
  /src/sys/arch/sparc/include/
param.h 93 * MCLBYTES must be no larger than NBPG (the software page size), and,
95 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
105 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
  /src/sys/arch/m68k/include/
param.h 121 * MCLBYTES must be no larger than NBPG (the software page size), and,
123 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
133 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
  /src/sys/arch/ia64/include/
param.h 88 * MCLBYTES must be no larger than NBPG (the software page size), and,
90 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
100 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
  /src/sys/arch/vax/include/
param.h 82 * MCLBYTES must be no larger than NBPG (the software page size), and,
84 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
94 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
  /src/sys/arch/aarch64/include/
param.h 116 * MCLBYTES must be no larger than NBPG (the software page size), and
117 * NBPG % MCLBYTES must be zero.
130 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
  /src/sys/arch/i386/include/
param.h 118 * MCLBYTES must be no larger than NBPG (the software page size), and,
120 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
130 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
133 #define NMBCLUSTERS_MAX (0x4000000 / MCLBYTES) /* Limit to 64MB for clusters */
  /src/sys/arch/amd64/include/
param.h 101 * MCLBYTES must be no larger than NBPG (the software page size), and,
103 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
113 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
  /src/sys/arch/mips/include/
mips_param.h 183 * MCLBYTES must be no larger than NBPG (the software page size), and,
185 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
199 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
  /src/sys/arch/sparc64/include/
param.h 181 * MCLBYTES must be no larger than NBPG (the software page size), and,
183 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
193 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */

Completed in 75 milliseconds