Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/kern/
H A Duipc_mbuf.c528 static ppnum_t mcl_pages; /* Size of array (# physical pages) */ variable
2369 mcl_pages = (nmbclusters << MCLSHIFT) / PAGE_SIZE; in mbinit()
2370 mcl_paddr = zalloc_permanent(mcl_pages * sizeof(ppnum_t), in mbinit()
2374 mcl_paddr_base = IOMapperIOVMAlloc(mcl_pages); in mbinit()
3853 VERIFY(offset < mcl_pages);