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/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/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/alpha/include/
param.h 90 * MCLBYTES must be no larger than NBPG (the software page size), and,
92 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
102 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
  /src/sys/arch/m68k/include/
param.h 79 * MCLBYTES must be no larger than NBPG (the software page size), and,
81 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
91 #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/hppa/include/
param.h 72 * MCLBYTES must be no larger than the software page size, and,
74 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
79 #define MCLBYTES (1 << MCLSHIFT) /* large enough for ether MTU */
80 #define MCLOFSET (MCLBYTES - 1)
  /src/sys/arch/sparc/include/
param.h 94 * MCLBYTES must be no larger than NBPG (the software page size), and,
96 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
106 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
  /src/sys/arch/aarch64/include/
param.h 119 * MCLBYTES must be no larger than NBPG (the software page size), and
120 * NBPG % MCLBYTES must be zero.
133 #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/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/i386/include/
param.h 122 * MCLBYTES must be no larger than NBPG (the software page size), and,
124 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
134 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
137 #define NMBCLUSTERS_MAX (0x4000000 / MCLBYTES) /* Limit to 64MB for clusters */
  /src/sys/arch/sparc64/include/
param.h 185 * MCLBYTES must be no larger than NBPG (the software page size), and,
187 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
197 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
  /src/sys/arch/amd64/include/
param.h 105 * MCLBYTES must be no larger than NBPG (the software page size), and,
107 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
117 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */
  /src/sys/arch/mips/include/
mips_param.h 186 * MCLBYTES must be no larger than NBPG (the software page size), and,
188 * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple
202 #define MCLBYTES (1 << MCLSHIFT) /* size of a m_buf cluster */

Completed in 19 milliseconds