Searched refs:total_pages (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/kern/
H A Duipc_ktls.c3010 int error, npages, total_pages; local
3019 total_pages = top->m_epg_enc_cnt;
3024 * 'top'. 'total_pages' gives us a total count of pages and is
3040 for (m = top; npages != total_pages; m = m->m_next) {
3044 KASSERT(npages + m->m_epg_npgs <= total_pages,
3045 ("page count mismatch: top %p, total_pages %d, m %p", top,
3046 total_pages, m));
3075 mb_free_notready(top, total_pages);
3137 int error, mpages, npages, total_pages; local
3146 total_pages
[all...]
/freebsd-current/sys/contrib/xen/
H A Dsysctl.h123 uint64_aligned_t total_pages; member in struct:xen_sysctl_physinfo
/freebsd-current/sys/dev/mlx4/mlx4_core/
H A Dmlx4_resource_tracker.c2676 int total_pages; local
2683 total_pages =
2687 return total_pages;

Completed in 203 milliseconds