HomeSort by relevance Sort by last modified time
    Searched refs:total_pages (Results 1 - 7 of 7) sorted by null

  /external/valgrind/include/vki/
vki-xen-sysctl.h 137 vki_xen_uint64_aligned_t total_pages; member in struct:vki_xen_sysctl_physinfo_00000008
153 vki_xen_uint64_aligned_t total_pages; member in struct:vki_xen_sysctl_physinfo_0000000a
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ecs/
item.py 108 self.total_pages = 0
123 self.total_pages = value
148 if int(self.page) < int(self.total_pages):
  /external/e2fsprogs/ext2ed/
win.c 107 int current_page,total_pages; local
112 total_pages=show_pad_info.max_line/show_pad_info.display_lines+1;
115 wprintw (show_win,"Page %d of %d\n",current_page,total_pages);
  /external/v8/test/cctest/heap/
test-spaces.cc 318 int total_pages = 0; local
326 total_pages++;
336 total_pages++;
343 CHECK(total_pages == page_count);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
ecoff.c 1052 int total_pages; \/* total number of pages allocated *\/ member in struct:alloc_info
    [all...]
  /external/jemalloc/src/
arena.c 406 size_t total_pages, rem_pages; local
410 total_pages = arena_mapbits_unallocated_size_get(chunk, run_ind) >>
412 assert(arena_mapbits_dirty_get(chunk, run_ind+total_pages-1) ==
414 assert(need_pages <= total_pages);
415 rem_pages = total_pages - need_pages;
417 arena_avail_remove(arena, chunk, run_ind, total_pages);
419 arena_run_dirty_remove(arena, chunk, run_ind, total_pages);
432 arena_mapbits_unallocated_set(chunk, run_ind+total_pages-1,
434 (arena_mapbits_unzeroed_get(chunk, run_ind+total_pages-1) &
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-xen.c     [all...]

Completed in 116 milliseconds