Searched refs:px_dvma_page_cache_clustsz (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_space.c125 uint_t px_dvma_page_cache_clustsz = 0x8; /* # of pages per chunk */ variable
H A Dpx_space.h78 extern uint_t px_dvma_page_cache_clustsz;
H A Dpx_dma.h147 <= px_dvma_page_cache_clustsz) && PX_HAS_NOFASTLIMIT(mp))
154 ((align_pg) <= px_dvma_page_cache_clustsz))
174 if ((mp->dmai_ndvmapages + PX_HAS_REDZONE(mp)) > px_dvma_page_cache_clustsz) \
H A Dpx_mmu.c104 px_dvma_page_cache_clustsz);
136 cache_i = tsb_i / px_dvma_page_cache_clustsz;
H A Dpx_dma.c702 uint_t clustsz = px_dvma_page_cache_clustsz;
864 ASSERT(index % px_dvma_page_cache_clustsz == 0);
865 index /= px_dvma_page_cache_clustsz;

Completed in 73 milliseconds