Searched refs:size_bytes (Results 1 – 1 of 1) sorted by relevance
46 uint64_t size_bytes, old_size_bytes; in run_tests() local51 rc = xc_get_paging_mempool_size(xch, domid, &size_bytes); in run_tests()57 size_bytes, size_bytes >> 10, size_bytes >> 20); in run_tests()65 if ( size_bytes != default_mempool_size_bytes ) in run_tests()67 size_bytes, default_mempool_size_bytes); in run_tests()76 old_size_bytes = size_bytes; in run_tests()92 rc = xc_get_paging_mempool_size(xch, domid, &size_bytes); in run_tests()97 if ( old_size_bytes != size_bytes ) in run_tests()99 old_size_bytes, size_bytes); in run_tests()134 if ( size_bytes != 64 << 20 ) in run_tests()[all …]
Completed in 25 milliseconds