Searched refs:npgs (Results 1 – 2 of 2) sorted by relevance
106 npgs=$((${sz} / ${p}))107 if [ ${sz} -eq $((${npgs} * ${p})) ] ; then
1581 int i, npgs; in mb_alloc_ext_plus_pages() local1588 npgs = howmany(len, PAGE_SIZE); in mb_alloc_ext_plus_pages()1589 for (i = 0; i < npgs; i++) { in mb_alloc_ext_plus_pages()1604 m->m_epg_npgs = npgs; in mb_alloc_ext_plus_pages()