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++)
pages529arch/sparc/mm/srmmu.cunsigned long pages;
pages531arch/sparc/mm/srmmu.cpages = __get_free_pages(GFP_KERNEL, 2, 0);
pages532arch/sparc/mm/srmmu.cif(!pages)
pages534arch/sparc/mm/srmmu.cmemset((void *) pages, 0, (PAGE_SIZE << 2));
pages535arch/sparc/mm/srmmu.creturn pages;
pages736fs/proc/array.cint * pages, int * shared, int * dirty, int * total)
pages763fs/proc/array.c++*pages;
pages774fs/proc/array.cint * pages, int * shared, int * dirty, int * total)
pages792fs/proc/array.cstatm_pte_range(pmd, address, end - address, pages, shared, dirty, total);
pages799fs/proc/array.cint * pages, int * shared, int * dirty, int * total)
pages802fs/proc/array.cstatm_pmd_range(pgd, address, end - address, pages, shared, dirty, total);
pages820fs/proc/array.cint pages = 0, shared = 0, dirty = 0, total = 0;
pages822fs/proc/array.cstatm_pgd_range(pgd, vma->vm_start, vma->vm_end, &pages, &shared, &dirty, &total);
pages823fs/proc/array.cresident += pages;
pages828fs/proc/array.ctrs += pages;  /* text */
pages830fs/proc/array.cdrs += pages;  /* stack */
pages832fs/proc/array.clrs += pages;  /* library */
pages834fs/proc/array.cdrs += pages;
pages28include/linux/swap.hint pages;
pages104mm/mlock.cint pages, retval;
pages122mm/mlock.cpages = (end - start) >> PAGE_SHIFT;
pages124mm/mlock.cpages = -pages;
pages125mm/mlock.cvma->vm_mm->locked_vm += pages;
pages205mm/mremap.cint pages = (new_len - old_len) >> PAGE_SHIFT;
pages207mm/mremap.ccurrent->mm->total_vm += pages;
pages209mm/mremap.ccurrent->mm->locked_vm += pages;
pages376mm/swapfile.cnr_swap_pages -= p->pages;
pages506mm/swapfile.cp->pages = j;