Home
last modified time | relevance | path

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

/dflybsd-src/test/debug/
H A Dvmpageinfo.c122 long count_phys; variable
307 count_phys += obj.resident_page_count; in main()
410 printf("%8.2fM phys\n", count_phys * 4096.0 / 1048576.0); in main()
H A Dvmpqinactive.c121 long count_phys; variable
326 count_phys += obj.resident_page_count; in main()
440 printf("%8.2fM phys\n", count_phys * 4096.0 / 1048576.0); in main()