Searched refs:M16KCLBYTES (Results 1 - 9 of 9) sorted by relevance

/xnu-2782.1.97/tools/lldbmacros/
H A Dmbufdefines.py8 M16KCLBYTES = 16384 variable
H A Dmbufs.py397 if (csize == M16KCLBYTES):
446 if (csize == (MSIZE + M16KCLBYTES)):
/xnu-2782.1.97/bsd/i386/
H A Dparam.h111 #define M16KCLBYTES (1 << M16KCLSHIFT) /* size of a jumbo cluster */ macro
/xnu-2782.1.97/bsd/kern/
H A Dkpi_mbuf.c147 else if (*size > MBIGCLBYTES && *size <= M16KCLBYTES &&
149 *size = M16KCLBYTES;
162 if (size != MCLBYTES && size != MBIGCLBYTES && size != M16KCLBYTES)
171 m_16kfree(addr, M16KCLBYTES, NULL);
199 } else if (size == M16KCLBYTES) {
H A Duipc_socket.c1923 bytes_to_copy / M16KCLBYTES;
1926 (num_needed * M16KCLBYTES))
1934 M16KCLBYTES);
H A Duipc_mbuf.c414 #define NSLABSP16KB (M16KCLBYTES >> PGSHIFT)
1201 njclbytes = M16KCLBYTES;
1285 m_maxsize(MC_16KCL) = m_size(MC_16KCL) = M16KCLBYTES;
1290 m_maxsize(MC_MBUF_16KCL) = M16KCLBYTES;
H A Duipc_syscalls.c2824 *m = m_getpackets_internal(&needed, 1, how, 0, M16KCLBYTES);
/xnu-2782.1.97/bsd/sys/
H A Dmbuf.h93 * MCLBYTES/MBIGCLBYTES/M16KCLBYTES (also in machine/param.h), which has
662 char m16kcl_buf[M16KCLBYTES];
/xnu-2782.1.97/bsd/netinet/
H A Dmptcp_usrreq.c1170 how, 1, M16KCLBYTES);

Completed in 80 milliseconds