HomeSort by relevance Sort by last modified time
    Searched full:pages (Results 1 - 25 of 763) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/kernel-headers/original/linux/
fadvise.h 7 #define POSIX_FADV_WILLNEED 3 /* Will need these pages. */
14 #define POSIX_FADV_DONTNEED 6 /* Don't need these pages. */
17 #define POSIX_FADV_DONTNEED 4 /* Don't need these pages. */
vmalloc.h 12 #define VM_MAP 0x00000004 /* vmap()ed pages */
14 #define VM_VPAGES 0x00000010 /* buffer for pages was vmalloc'ed */
22 #define IOREMAP_MAX_ORDER (7 + PAGE_SHIFT) /* 128 pages */
29 struct page **pages; member in struct:vm_struct
51 extern void *vmap(struct page **pages, unsigned int count,
69 struct page ***pages);
backing-dev.h 38 * - The first two flags control whether dirty pages will contribute to the
39 * VM's accounting and whether writepages() should be called for dirty pages
44 #define BDI_CAP_NO_ACCT_DIRTY 0x00000001 /* Dirty pages shouldn't contribute to accounting */
45 #define BDI_CAP_NO_WRITEBACK 0x00000002 /* Don't write pages back */
  /build/tools/droiddoc/templates/
lists.cs 2 <?cs each:page = docs.pages
  /external/kernel-headers/original/asm-arm/
mman.h 9 #define MAP_LOCKED 0x2000 /* pages are locked */
  /external/kernel-headers/original/asm-generic/
mman.h 30 #define MADV_WILLNEED 3 /* will need these pages */
31 #define MADV_DONTNEED 4 /* don't need these pages */
34 #define MADV_REMOVE 9 /* remove these pages & resources */
  /external/kernel-headers/original/linux/sunrpc/
svc.h 49 * This is use to determine the max number of pages nfsd is
55 * RPC Requsts and replies are stored in one or more pages.
56 * We maintain an array of pages for each server thread.
57 * Requests are copied into these pages as they arrive. Remaining
58 * pages are available to write the reply into.
60 * Pages are sent using ->sendpage so each server thread needs to
62 * of these pages we have a receive list where all pages initialy live,
63 * and a send list where pages are moved to when there are to be part
67 * read responses (that have a header, and some data pages, and possibl
    [all...]
  /external/kernel-headers/original/asm-x86/
user32.h 50 __u32 u_tsize; /* Text segment size (pages). */
51 __u32 u_dsize; /* Data segment size (pages). */
52 __u32 u_ssize; /* Stack segment size (pages). */
mman.h 11 #define MAP_LOCKED 0x2000 /* pages are locked */
  /external/proguard/docs/
quality.html 20 available tools. The results are poured into a convenient set of web pages
25 target="other">Automated Code Analysis and Testing Pages</a> (at <a
29 The pages will appear in a new window, which you probably want to view at
  /external/bluetooth/glib/tests/
slice-threadinit.c 23 #define N_PAGES (101) /* number of pages to sample */
34 } pages[N_PAGES] = { { NULL, }, }; variable in typeref:struct:__anon1427
63 if (pages[j].page == p)
81 /* allocate blocks from N_PAGES different pages */
87 if (pages[j].page == p)
94 pages[j].page = p;
95 pages[j].sample = b;
101 /* ensure that we can allocate from known pages */
156 /* ensure that we can allocate from known pages */
  /external/e2fsprogs/
INSTALL 38 8) Remove any pre-formatted man pages.
40 Some distributions will have pre-formatted manual pages which
41 will always be displayed in preference to newer man pages in /usr/man.
43 see the correct manual pages. The shell script in
INSTALL.elfbin 22 3) Remove any pre-formatted man pages.
24 Some distributions will have pre-formatted manual pages which
25 will always be displayed in preference to newer man pages in /usr/man.
27 see the correct manual pages. The shell script in
  /external/iproute2/doc/
do-psnup 5 # $4 = Number of pages to fit on a single sheet . "numeric"
  /external/webkit/WebCore/page/
PageGroupLoadDeferrer.cpp 35 const HashSet<Page*>& pages = page->group().pages(); local
37 HashSet<Page*>::const_iterator end = pages.end();
38 for (HashSet<Page*>::const_iterator it = pages.begin(); it != end; ++it) {
  /development/simulator/app/
LogPrefsDialog.h 11 * wrapper as well as all of the pages.
31 * Values edited in the preference pages. By Windows convention,
  /external/dbus/
cleanup-man-pages.sh 3 ## This script cleans up private/internal API from the man pages
4 ## generated by Doxygen. This brings the man pages down from 7 megs
5 ## to 2 megs and avoids namespace-polluting man pages. It's probably
33 ## this list should only contain man pages with >1 line, i.e. with real content; the
77 echo "$KEEP_COUNT man pages kept and $NUKE_COUNT man pages to remove"
84 echo "Man pages to be installed are in $MANDIR and man pages to ignore are in $MANDIR/nuke"
  /external/libpng/
TODO 14 Man pages for function calls.
19 Text conversion between different code pages (Latin-1 -> Mac and DOS).
  /external/libffi/
acinclude.m4 31 # zeroed pages with both the following properties:
32 # 1. If you map N consecutive pages in with one call, and then
33 # unmap any subset of those pages, the pages that were not
68 # doesn't give anonymous zeroed pages with the same properties listed
  /external/webkit/JavaScriptCore/wtf/
TCSystemAlloc.h 54 // This call is a hint to the operating system that the pages
57 // Pages which are released in this way may be destroyed (zeroed) by
59 // use by the system, the cost is that the pages are faulted back into
61 // performance. (Only pages fully covered by the memory region will
62 // be released, partial pages will not.)
  /bionic/libc/kernel/common/linux/
nfs_xdr.h 194 struct page ** pages; member in struct:nfs_readargs
210 struct page ** pages; member in struct:nfs_writeargs
311 struct page ** pages; member in struct:nfs_readdirargs
317 struct page ** pages; member in struct:nfs3_getaclargs
325 struct page ** pages; member in struct:nfs3_setaclargs
337 struct page ** pages; member in struct:nfs_readlinkargs
414 struct page ** pages; member in struct:nfs3_readdirargs
432 struct page ** pages; member in struct:nfs3_readlinkargs
470 struct list_head pages; member in struct:nfs_read_data
486 struct list_head pages; member in struct:nfs_write_data
    [all...]
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
nfs_xdr.h 194 struct page ** pages; member in struct:nfs_readargs
210 struct page ** pages; member in struct:nfs_writeargs
311 struct page ** pages; member in struct:nfs_readdirargs
317 struct page ** pages; member in struct:nfs3_getaclargs
325 struct page ** pages; member in struct:nfs3_setaclargs
337 struct page ** pages; member in struct:nfs_readlinkargs
414 struct page ** pages; member in struct:nfs3_readdirargs
432 struct page ** pages; member in struct:nfs3_readlinkargs
470 struct list_head pages; member in struct:nfs_read_data
486 struct list_head pages; member in struct:nfs_write_data
    [all...]
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
nfs_xdr.h 194 struct page ** pages; member in struct:nfs_readargs
210 struct page ** pages; member in struct:nfs_writeargs
311 struct page ** pages; member in struct:nfs_readdirargs
317 struct page ** pages; member in struct:nfs3_getaclargs
325 struct page ** pages; member in struct:nfs3_setaclargs
337 struct page ** pages; member in struct:nfs_readlinkargs
414 struct page ** pages; member in struct:nfs3_readdirargs
432 struct page ** pages; member in struct:nfs3_readlinkargs
470 struct list_head pages; member in struct:nfs_read_data
486 struct list_head pages; member in struct:nfs_write_data
    [all...]
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
nfs_xdr.h 194 struct page ** pages; member in struct:nfs_readargs
210 struct page ** pages; member in struct:nfs_writeargs
311 struct page ** pages; member in struct:nfs_readdirargs
317 struct page ** pages; member in struct:nfs3_getaclargs
325 struct page ** pages; member in struct:nfs3_setaclargs
337 struct page ** pages; member in struct:nfs_readlinkargs
414 struct page ** pages; member in struct:nfs3_readdirargs
432 struct page ** pages; member in struct:nfs3_readlinkargs
470 struct list_head pages; member in struct:nfs_read_data
486 struct list_head pages; member in struct:nfs_write_data
    [all...]
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
nfs_xdr.h 194 struct page ** pages; member in struct:nfs_readargs
210 struct page ** pages; member in struct:nfs_writeargs
311 struct page ** pages; member in struct:nfs_readdirargs
317 struct page ** pages; member in struct:nfs3_getaclargs
325 struct page ** pages; member in struct:nfs3_setaclargs
337 struct page ** pages; member in struct:nfs_readlinkargs
414 struct page ** pages; member in struct:nfs3_readdirargs
432 struct page ** pages; member in struct:nfs3_readlinkargs
470 struct list_head pages; member in struct:nfs_read_data
486 struct list_head pages; member in struct:nfs_write_data
    [all...]

Completed in 150 milliseconds

1 2 3 4 5 6 7 8 91011>>