Searched refs:pages (Results 51 - 75 of 302) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dreadahead.c45 * Return max readahead size for this inode in number-of-pages.
123 * read_cache_pages - populate an address space with some pages & start reads against them
125 * @pages: The address of a list_head which contains the target pages. These
126 * pages have their ->index populated and are otherwise uninitialised.
132 int read_cache_pages(struct address_space *mapping, struct list_head *pages, argument
141 while (!list_empty(pages)) {
142 page = list_to_page(pages);
152 put_pages_list(pages);
164 struct list_head *pages, unsigne
163 read_pages(struct address_space *mapping, struct file *filp, struct list_head *pages, unsigned nr_pages) argument
[all...]
H A Dmlock.c31 int pages; local
72 pages = (end - start) >> PAGE_SHIFT;
74 pages = -pages;
79 mm->locked_vm -= pages;
H A Dtruncate.c2 * mm/truncate.c - code for taking down pages from address_spaces
111 * any time, and is not supposed to throw away dirty pages. But pages can
113 * discards clean, unused pages.
134 * truncate_inode_pages - truncate range of pages specified by start and
140 * Truncate the page cache, removing the pages that are between
147 * The first pass will remove most pages, so the search cost of the second pass
154 * mapping is large, it is probably the case that the final pages are the most
178 struct page *page = pvec.pages[i];
221 if (pvec.pages[
[all...]
H A Dslob.c12 * singly-linked list of pages from __get_free_page, grown on demand
19 * and keeps a linked list of such pages and their orders. These
52 void *pages; member in struct:bigblock
180 bb->pages = (void *)__get_free_pages(gfp, bb->order);
182 if (bb->pages) {
187 return bb->pages;
240 if (bb->pages == block) {
268 if (bb->pages == block) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Ddrm_memory_debug.h46 static unsigned long drm_ram_available = 0; /* In pages */
210 DRM_AGP_MEM *drm_alloc_agp (drm_device_t *dev, int pages, u32 type) { argument
213 if (!pages) {
214 DRM_MEM_ERROR(DRM_MEM_TOTALAGP, "Allocating 0 pages\n");
218 if ((handle = drm_agp_allocate_memory (pages, type))) {
222 += pages << PAGE_SHIFT;
232 int drm_free_agp (DRM_AGP_MEM * handle, int pages) { argument
248 += pages << PAGE_SHIFT;
H A Ddrm_agpsupport.c214 unsigned long pages; local
224 pages = (request->size + PAGE_SIZE - 1) / PAGE_SIZE;
226 if (!(memory = drm_alloc_agp(dev, pages, type))) {
234 entry->pages = pages;
269 drm_free_agp(entry->memory, entry->pages);
424 drm_free_agp(entry->memory, entry->pages);
484 size_t pages, u32 type)
486 return agp_allocate_memory(bridge, pages, type);
483 drm_agp_allocate_memory(struct agp_bridge_data * bridge, size_t pages, u32 type) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dpci-gart.c38 static unsigned long iommu_pages; /* .. and in pages */
144 printk("Dumping %d pages from end of IOMMU:\n", iommu_leak_pages);
322 struct scatterlist *sout, unsigned long pages)
324 unsigned long iommu_start = alloc_iommu(pages);
333 unsigned long pages, addr; local
347 pages = to_pages(s->offset, s->length);
348 while (pages--) {
355 BUG_ON(iommu_page - iommu_start != pages);
361 unsigned long pages, int need)
369 return __dma_map_cont(sg, start, stopat, sout, pages);
321 __dma_map_cont(struct scatterlist *sg, int start, int stopat, struct scatterlist *sout, unsigned long pages) argument
359 dma_map_cont(struct scatterlist *sg, int start, int stopat, struct scatterlist *sout, unsigned long pages, int need) argument
381 unsigned long pages = 0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnfs_xdr.h244 struct page ** pages; member in struct:nfs_readargs
263 struct page ** pages; member in struct:nfs_writeargs
361 struct page ** pages; member in struct:nfs_symlinkargs
370 struct page ** pages; member in struct:nfs_readdirargs
376 struct page ** pages; member in struct:nfs3_getaclargs
384 struct page ** pages; member in struct:nfs3_setaclargs
396 struct page ** pages; member in struct:nfs_readlinkargs
437 struct page ** pages; member in struct:nfs3_symlinkargs
473 struct page ** pages; member in struct:nfs3_readdirargs
491 struct page ** pages; member in struct:nfs3_readlinkargs
537 struct page ** pages; member in struct:nfs4_create_arg::__anon10202::__anon10203
616 struct page ** pages; /* zero-copy data */ member in struct:nfs4_readdir_arg
630 struct page ** pages; /* zero-copy data */ member in struct:nfs4_readlink
731 struct list_head pages; /* Coalesced read requests */ member in struct:nfs_read_data
750 struct list_head pages; /* Coalesced requests we wish to flush */ member in struct:nfs_write_data
[all...]
H A Dpagemap.h63 void release_pages(struct page **pages, int nr, int cold);
93 unsigned int nr_pages, struct page **pages);
95 unsigned int nr_pages, struct page **pages);
97 int tag, unsigned int nr_pages, struct page **pages);
116 struct list_head *pages, filler_t *filler, void *data);
214 * This assumes that two userspace pages are always sufficient. That's
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/mm/
H A Dinit.c141 tmp = pmem_ranges[j-1].pages;
142 pmem_ranges[j-1].pages = pmem_ranges[j].pages;
143 pmem_ranges[j].pages = tmp;
156 pmem_ranges[i-1].pages) > MAX_GAP) {
158 printk("Large gap in memory detected (%ld pages). "
162 pmem_ranges[i-1].pages));
178 size = (pmem_ranges[i].pages << PAGE_SHIFT);
190 res->end = res->start + (pmem_ranges[i].pages << PAGE_SHIFT)-1;
211 rsize = pmem_ranges[i].pages << PAGE_SHIF
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-i386/
H A Dldt.c240 if(copy_to_user(ptr, ldt->u.pages[i], size)){
324 ldt->u.pages[i] = (struct ldt_entry *)
326 if(!ldt->u.pages[i]){
334 memcpy(ldt->u.pages[0], &entry0,
336 memcpy(ldt->u.pages[0]+1, ldt->u.entries+1,
348 ldt_p = ldt->u.pages[ldt_info.entry_number/LDT_ENTRIES_PER_PAGE] +
545 new_mm->ldt.u.pages[i] =
547 memcpy(new_mm->ldt.u.pages[i],
548 from_mm->ldt.u.pages[i], PAGE_SIZE);
567 free_page((long )mm->ldt.u.pages[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dnfs3acl.c186 struct page *pages[NFSACL_MAXPAGES] = { }; local
189 /* The xdr layer may allocate pages here. */
190 .pages = pages,
231 /* pages may have been allocated at the xdr layer. */
232 for (count = 0; count < NFSACL_MAXPAGES && args.pages[count]; count++)
233 __free_page(args.pages[count]);
290 struct page *pages[NFSACL_MAXPAGES] = { }; local
295 .pages = pages,
[all...]
H A Dwrite.c56 INIT_LIST_HEAD(&p->pages);
80 INIT_LIST_HEAD(&p->pages);
789 data->args.pages = data->pagevec;
848 list_add(&data->pages, &list);
858 data = list_entry(list.next, struct nfs_write_data, pages);
859 list_del_init(&data->pages);
876 data = list_entry(list.next, struct nfs_write_data, pages);
877 list_del(&data->pages);
897 struct page **pages; local
904 pages
1287 long pages, ret; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dmspec.c84 * This structure is used to record the addresses of the mspec pages.
89 int count; /* Number of pages allocated. */
90 int type; /* Type of pages allocated. */
146 * Called when unmapping a device mapping. Frees all mspec pages
153 int i, pages, result, vdata_size; local
159 pages = (vma->vm_end - vma->vm_start) >> PAGE_SHIFT;
160 vdata_size = sizeof(struct vma_data) + pages * sizeof(long);
161 for (i = 0; i < pages; i++) {
236 * underlying pages.
242 int pages, vdata_siz local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/auth_gss/
H A Dgss_krb5_wrap.c60 ptr = kmap_atomic(buf->pages[last], KM_USER0);
98 * The pages, however, may be real pages in the page cache and we replace
99 * them with scratch pages from **pages before writing to them. */
104 struct xdr_buf *buf, struct page **pages)
152 tmp_pages = buf->pages;
153 buf->pages = pages;
157 buf->pages
103 gss_wrap_kerberos(struct gss_ctx *ctx, int offset, struct xdr_buf *buf, struct page **pages) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/storage/
H A Dsddr09.c74 char blockshift; /* 1<<bs pages in an erase block */
218 int blocksize; /* Size of block in pages */
223 int lbact; /* number of available pages */
323 * A read data command gets data in 512-byte pages.
327 * Blocks are groups of 32 pages, and read blockwise control jumps to the
382 * nr_of_pages counts pages of size (1 << pageshift).
423 * nr_of_pages counts pages of size (1 << pageshift) + (1 << controlshift).
430 US_DEBUGP("sddr09_read22: reading %d pages, %d bytes\n",
591 unsigned int page, pages; local
621 /* Find number of pages w
702 sddr09_write_lba(struct us_data *us, unsigned int lba, unsigned int page, unsigned int pages, unsigned char *ptr, unsigned char *blockbuffer) argument
798 unsigned int lba, maxlba, page, pages; local
1306 unsigned int page, pages; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Dnand_bbt.c222 res = read_bbt (mtd, buf, td->pages[i], this->chipsize >> this->bbt_erase_shift, bits, offs, td->reserved_block_code);
228 res = read_bbt (mtd, buf, td->pages[0], mtd->size >> this->bbt_erase_shift, bits, 0, td->reserved_block_code);
289 scan_read_raw(mtd, buf, td->pages[0] << this->page_shift,
293 td->pages[0], td->version[0]);
298 scan_read_raw(mtd, buf, md->pages[0] << this->page_shift,
302 md->pages[0], md->version[0]);
495 td->pages[i] = -1;
505 td->pages[i] = actblock << blocktopage;
516 if (td->pages[i] == -1)
519 printk(KERN_DEBUG "Bad block table found at page %d, version 0x%02X\n", td->pages[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/power/
H A Dswsusp.c77 * swap pages, so that they can be freed in case of an error.
149 * free_all_swap_pages - free swap pages allocated for saving image data.
180 * @nr_pages - number of pages processed between @start and @stop
225 unsigned long pages = 0; local
259 pages += tmp;
262 pages += tmp;
267 printk("\bdone (%lu pages freed)\n", pages);
268 swsusp_show_speed(&start, &stop, pages, "Freed");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/mm/
H A Dinit.c85 printk("%d pages of RAM\n",total);
86 printk("%d free pages\n",free);
87 printk("%d reserved pages\n",reserved);
88 printk("%d pages shared\n",shared);
103 /* allocate some pages for kernel housekeeping tasks */
127 /* distribute the allocatable pages across the various zones and pass them to the allocator
228 int pages = 0; local
234 pages++;
236 printk("Freeing initrd memory: %dKiB freed\n", (pages * PAGE_SIZE) >> 10);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/mm/
H A Dinit.c87 printk("%d pages of RAM\n",total);
88 printk("%d free pages\n",free);
89 printk("%d reserved pages\n",reserved);
90 printk("%d pages shared\n",shared);
91 printk("%d pages swap cached\n",cached);
121 * to a couple of allocated pages.
195 int pages = 0; local
201 pages++;
203 printk ("Freeing initrd memory: %dk freed\n", pages);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/mm/
H A Dinit.c97 printk("%d pages of RAM\n",total);
98 printk("%d free pages\n",free);
99 printk("%d reserved pages\n",reserved);
100 printk("%d pages shared\n",shared);
101 printk("%d pages swap cached\n",cached);
173 int pages = 0; local
179 pages++;
181 printk ("Freeing initrd memory: %dk freed\n", pages);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/mm/
H A Dinit.c85 printk(KERN_INFO "%d pages of RAM\n",total);
86 printk(KERN_INFO "%d free pages\n",free);
87 printk(KERN_INFO "%d reserved pages\n",reserved);
88 printk(KERN_INFO "%d pages shared\n",shared);
89 printk(KERN_INFO "%d pages swap cached\n",cached);
119 * to a couple of allocated pages.
190 int pages = 0; local
196 pages++;
198 printk (KERN_NOTICE "Freeing initrd memory: %dk freed\n", pages);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/Linux/RPM/
H A Dcurl.spec31 Summary: The includes, libs, and man pages to develop with libcurl
36 headers, and manual pages to develop applications using libcurl.
82 - use _mandir instead of prefix to locate man pages because
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/script/
H A Dinstallbin.sh41 binaries, man pages and shell scripts.
H A Dinstallscripts.sh42 man pages and shell scripts. You may recover the previous version (if any

Completed in 208 milliseconds

1234567891011>>