Home
last modified time | relevance | path

Searched refs:m16kcluster (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.140.69/bsd/sys/
H A Dmbuf.h910 union m16kcluster { union
911 union m16kcluster *m16kcl_next;
/xnu-11417.140.69/bsd/kern/
H A Duipc_mbuf.c1041 ZONE_DEFINE_ID(ZONE_ID_CLUSTER_16K, "mbuf.cluster.16k", union m16kcluster,
1045 static_assert(sizeof(union m16kcluster) == M16KCLBYTES);
3903 union m16kcluster *m16kcl = (union m16kcluster *)page;