HomeSort by: relevance | last modified time | path
    Searched refs:ninactive (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/test/unit/
psset.c 361 size_t ninactive = HUGEPAGE_PAGES - nactive; local
363 if (ninactive != 0 && ninactive < HUGEPAGE_PAGES) {
365 ninactive << LG_PAGE));
  /src/external/bsd/jemalloc/dist/test/unit/
psset.c 552 size_t ninactive = HUGEPAGE_PAGES - nactive; local
554 if (ninactive != 0 && ninactive < HUGEPAGE_PAGES) {
556 sz_psz_quantize_floor(ninactive << LG_PAGE));

Completed in 53 milliseconds