taglinefilesource code
pages74arch/mips/kernel/jazzdma.cint pages;
pages95arch/mips/kernel/jazzdma.cpages = (size + 4095) >> 12; /* no. of pages to allocate */
pages102arch/mips/kernel/jazzdma.cif (first+pages > VDMA_PGTBL_ENTRIES) /* nothing free */
pages106arch/mips/kernel/jazzdma.cwhile (entry[last].owner == VDMA_PAGE_EMPTY && last-first < pages)
pages109arch/mips/kernel/jazzdma.cif (last-first == pages)
pages133arch/mips/kernel/jazzdma.cpages,laddr);
pages192arch/mips/kernel/jazzdma.cint pages;
pages207arch/mips/kernel/jazzdma.cpages = (((paddr & (VDMA_PAGESIZE-1)) + size) >> 12) + 1;
pages210arch/mips/kernel/jazzdma.cprintk("vdma_remap: first=%x, pages=%x\n",first,pages);
pages211arch/mips/kernel/jazzdma.cif (first+pages > VDMA_PGTBL_ENTRIES)
pages219arch/mips/kernel/jazzdma.cwhile (pages > 0 && first < VDMA_PGTBL_ENTRIES)
pages230arch/mips/kernel/jazzdma.cpages--;
pages240arch/mips/kernel/jazzdma.cpages = (((paddr & (VDMA_PAGESIZE-1)) + size) >> 12) + 1;
pages243arch/mips/kernel/jazzdma.cfor (i=first; i<first+pages; i++)
pages246arch/mips/kernel/jazzdma.cfor (i=first; i<first+pages; i++)
pages249arch/mips/kernel/jazzdma.cfor (i=first; i<first+pages; i++)
pages551fs/proc/array.cint * pages, int * shared, int * dirty, int * total)
pages578fs/proc/array.c++*pages;
pages589fs/proc/array.cint * pages, int * shared, int * dirty, int * total)
pages607fs/proc/array.cstatm_pte_range(pmd, address, end - address, pages, shared, dirty, total);
pages614fs/proc/array.cint * pages, int * shared, int * dirty, int * total)
pages617fs/proc/array.cstatm_pmd_range(pgd, address, end - address, pages, shared, dirty, total);
pages635fs/proc/array.cint pages = 0, shared = 0, dirty = 0, total = 0;
pages637fs/proc/array.cstatm_pgd_range(pgd, vma->vm_start, vma->vm_end, &pages, &shared, &dirty, &total);
pages638fs/proc/array.cresident += pages;
pages643fs/proc/array.ctrs += pages;  /* text */
pages645fs/proc/array.cdrs += pages;  /* stack */
pages647fs/proc/array.clrs += pages;  /* library */
pages649fs/proc/array.cdrs += pages;
pages28include/linux/swap.hint pages;
pages104mm/mlock.cint pages, retval;
pages110mm/mlock.cpages = (end - start) >> PAGE_SHIFT;
pages112mm/mlock.cpages = -pages;
pages113mm/mlock.cvma->vm_mm->locked_vm += pages;
pages374mm/swapfile.cnr_swap_pages -= p->pages;
pages504mm/swapfile.cp->pages = j;