Searched refs:njcl (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c449 int njcl; /* # of clusters for jumbo sizes */ variable
1149 njcl = nmbclusters / 3;
1157 nclusters = P2ROUNDDOWN(nmbclusters - njcl, NCLPBG);
1158 if (njcl > 0) {
1162 * njcl is in 2KB unit, hence treated as such.
1164 njcl = P2ROUNDDOWN(nmbclusters - nclusters, 8);
1166 /* Update nclusters with rounded down value of njcl */
1167 nclusters = P2ROUNDDOWN(nmbclusters - njcl, NCLPBG);
1171 * njcl is valid only on platforms with 16KB jumbo clusters, where
1179 * | c | b | s | njcl |
[all...]
H A Dkpi_mbuf.c137 if (*size > MBIGCLBYTES && njcl == 0)
168 else if (njcl > 0)
198 if (njcl > 0) {
H A Duipc_socket2.c2048 SYSCTL_INT(_kern_ipc, OID_AUTO, njcl, CTLFLAG_RD | CTLFLAG_LOCKED, &njcl, 0, "");
H A Duipc_syscalls.c2268 jumbocl = sosendjcl && njcl > 0 &&
H A Duipc_socket.c1601 jumbocl = sosendjcl && njcl > 0 &&
/darwin-on-arm/xnu/bsd/sys/
H A Dmbuf.h565 m->m_len > ((njcl > 0) ? njclbytes : MBIGCLBYTES) || \
993 __private_extern__ int njcl; /* # of jumbo clusters */ variable

Completed in 44 milliseconds