HomeSort by relevance Sort by last modified time
    Searched full:page_count (Results 1 - 15 of 15) sorted by null

  /bionic/libc/kernel/common/linux/
relay.h 40 unsigned int page_count; member in struct:rchan_buf
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
relay.h 40 unsigned int page_count; member in struct:rchan_buf
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
relay.h 40 unsigned int page_count; member in struct:rchan_buf
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
relay.h 40 unsigned int page_count; member in struct:rchan_buf
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
relay.h 40 unsigned int page_count; member in struct:rchan_buf
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
relay.h 40 unsigned int page_count; member in struct:rchan_buf
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
relay.h 40 unsigned int page_count; member in struct:rchan_buf
  /external/v8/test/cctest/
test-spaces.cc 129 int page_count = 0; local
132 page_count++;
134 CHECK(total_pages == page_count);
  /system/core/toolbox/
nandread.c 37 int page_count = 0; local
259 page_count++;
270 fprintf(statusfile, "read %d pages, %d empty\n", page_count, empty_pages);
282 printf("read %d pages, %d empty\n", page_count, empty_pages);
  /dalvik/libcore/luni/src/main/native/
org_apache_harmony_luni_platform_OSMemory.cpp 506 int page_count = (size+page_size-1)/page_size; local
508 unsigned char* vec = (unsigned char *) malloc(page_count*sizeof(char));
513 for(i=0 ;i<page_count;i++) {
518 if(i==page_count) {
  /external/kernel-headers/original/linux/
mm.h 315 static inline int page_count(struct page *page) function
349 * For the non-reserved pages, page_count(page) denotes a reference count.
350 * page_count() == 0 means the page is free. page->lru is then used for
352 * page_count() == 1 means the page is used for exactly one purpose
356 * __get_free_page(). In this case the page_count() is at least 1, and
373 * For pages belonging to inodes, the page_count() is the number of
    [all...]
relay.h 45 unsigned int page_count; /* number of current buffer pages */ member in struct:rchan_buf
  /external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.c 771 int page_count; local
790 page_count = 2;
792 page_count = 1;
804 attrib.pageCount = page_count;
    [all...]
  /external/v8/src/
spaces.cc 2433 int page_count = 0; local
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDatabase.java     [all...]

Completed in 726 milliseconds