Searched refs:pages (Results 251 - 275 of 622) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dextent_io.c1067 * helper function to set pages and extents in the tree dirty
1086 * helper function to set both pages and extents in the tree writeback
1240 struct page *pages[16]; local
1252 ARRAY_SIZE(pages)), pages);
1254 if (pages[i] != locked_page)
1255 unlock_page(pages[i]);
1256 page_cache_release(pages[i]);
1274 struct page *pages[16]; local
1288 nrpages, ARRAY_SIZE(pages)), page
1422 struct page *pages[16]; local
2677 extent_readpages(struct extent_io_tree *tree, struct address_space *mapping, struct list_head *pages, unsigned nr_pages, get_extent_t get_extent) argument
[all...]
H A Dzlib.c170 * pages are allocated to hold the compressed result and stored
171 * in 'pages'
173 * out_pages is used to return the number of pages allocated. There
174 * may be pages allocated even if we return an error
178 * ran out of room in the pages array or because we cross the
184 * stuff into pages
188 struct page **pages,
228 pages[0] = out_page;
269 pages[nr_pages] = out_page;
327 * pages_in is an array of pages wit
186 btrfs_zlib_compress_pages(struct address_space *mapping, u64 start, unsigned long len, struct page **pages, unsigned long nr_dest_pages, unsigned long *out_pages, unsigned long *total_in, unsigned long *total_out, unsigned long max_out) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtreebook.tex15 set of pages to be shown in a control.
19 To use the class simply create it and populate with pages using
95 Also deletes all the pages owned by the control (inserted previously into it).
107 Adds a new page. The page is placed at the topmost level after all other pages.
166 Deletes all pages inserted into the treebook. No event is generated.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/benet/
H A Dbe_cmds.c339 static void be_cmd_page_addrs_prepare(struct phys_addr *pages, u32 max_pages, argument
346 pages[i].lo = cpu_to_le32(dma & 0xFFFFFFFF);
347 pages[i].hi = cpu_to_le32(upper_32_bits(dma));
486 be_cmd_page_addrs_prepare(req->pages, ARRAY_SIZE(req->pages), q_mem);
641 be_cmd_page_addrs_prepare(req->pages, ARRAY_SIZE(req->pages), q_mem);
694 be_cmd_page_addrs_prepare(req->pages, ARRAY_SIZE(req->pages), q_mem);
740 be_cmd_page_addrs_prepare(req->pages, ARRAY_SIZ
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmmap.c106 int __vm_enough_memory(struct mm_struct *mm, long pages, int cap_sys_admin) argument
110 vm_acct_memory(pages);
138 if (free > pages)
148 * Leave reserved pages. The pages are not for anonymous pages.
162 if (free > pages)
185 vm_unacct_memory(pages);
556 * shrinking vma had, to cover any anon pages imported.
581 * Put into prio_tree now, so instantiated pages
915 vm_stat_account(struct mm_struct *mm, unsigned long flags, struct file *file, long pages) argument
2386 struct page **pages; local
2430 install_special_mapping(struct mm_struct *mm, unsigned long addr, unsigned long len, unsigned long vm_flags, struct page **pages) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/lguest/
H A Dpage_tables.c7 * converted Guest pages when running the Guest.
24 * We hold reference to pages, which prevents them from being swapped.
26 * to swap out. If we had this, and a shrinker callback to trim PTE pages, we
76 * Switcher code itself comes two pages for each CPU, and we don't want this
77 * CPU's guest to see the pages of any other CPU.
102 kill_guest(cpu, "attempt to access switcher pages");
124 kill_guest(cpu, "attempt to access switcher pages");
200 * get_pfn is slow: we could probably try to grab batches of pages here as
244 /* The Guest's pages are offset inside the Launcher. */
473 * we've seen that logic is quite long, and usually the stack pages ar
1138 map_switcher_in_guest(struct lg_cpu *cpu, struct lguest_pages *pages) argument
1197 populate_switcher_pte_page(unsigned int cpu, struct page *switcher_page[], unsigned int pages) argument
1242 init_pagetables(struct page **switcher_page, unsigned int pages) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dvirtio_net.c61 /* Chain pages by the private ptr. */
62 struct page *pages; member in struct:virtnet_info
93 * private is used to chain pages for big packets, put the whole
100 /* Find end of list, sew whole thing into vi->pages. */
102 end->private = (unsigned long)vi->pages;
103 vi->pages = page;
108 struct page *p = vi->pages;
111 vi->pages = (struct page *)p->private;
112 /* clear private here, it is used to chain pages */
157 /* copy small packet so we can reuse these pages fo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dnfs2xdr.c250 args->pages, args->pgbase, count);
315 xdr_encode_pages(sndbuf, args->pages, args->pgbase, count);
375 xdr_encode_pages(sndbuf, args->pages, 0, args->pathlen);
407 xdr_inline_pages(&req->rq_rcv_buf, replen, args->pages, 0, count);
447 page = rcvbuf->pages;
585 xdr_inline_pages(&req->rq_rcv_buf, replen, args->pages, args->pgbase, args->pglen);
627 kaddr = (char *)kmap_atomic(rcvbuf->pages[0], KM_USER0);
H A Dnfs3xdr.c345 args->pages, args->pgbase, count);
367 xdr_encode_pages(sndbuf, args->pages, args->pgbase, count);
418 xdr_encode_pages(&req->rq_snd_buf, args->pages, 0, args->pathlen);
492 xdr_inline_pages(&req->rq_rcv_buf, replen, args->pages, 0, count);
538 page = rcvbuf->pages;
689 xdr_inline_pages(&req->rq_rcv_buf, replen, args->pages, 0,
712 xdr_encode_pages(buf, args->pages, 0, args->len);
813 xdr_inline_pages(&req->rq_rcv_buf, replen, args->pages, args->pgbase, args->pglen);
861 kaddr = (char*)kmap_atomic(rcvbuf->pages[0], KM_USER0);
H A Dfscache.c243 * invalidating all the pages in the page cache relating to the associated
254 /* Need to invalidate any mapped pages that were read in before
454 * Retrieve a set of pages from fscache
459 struct list_head *pages,
469 mapping, pages, nr_pages,
481 case 0: /* read submitted to the cache for all pages */
482 BUG_ON(!list_empty(pages));
489 case -ENOBUFS: /* some pages aren't cached and can't be */
490 case -ENODATA: /* some pages aren't cached */
456 __nfs_readpages_from_fscache(struct nfs_open_context *ctx, struct inode *inode, struct address_space *mapping, struct list_head *pages, unsigned *nr_pages) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/crystalhd/
H A Dcrystalhd_misc.c673 * This routine maps user address and lock pages for DMA.
690 /* Compute pages */
745 0, dio->pages, NULL);
751 BCMLOG_ERR("get pages failed: %d-%d\n", nr_pages, res);
760 crystalhd_set_sg(&dio->sg[0], dio->pages[0], 0, uaddr & ~PAGE_MASK);
776 crystalhd_set_sg(&dio->sg[i], dio->pages[i], spsz, 0);
820 * This routine is to unmap the user buffer pages.
834 page = dio->pages[j];
854 * @max_pages: Max pages for size calculation.
882 asz = (sizeof(*dio->pages) * max_page
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_ttm.c659 struct page **pages; member in struct:radeon_ttm_backend
668 struct page **pages,
674 gtt->pages = pages;
686 gtt->pages = NULL;
703 WARN(1, "nothing to bind %lu pages for mreg %p back %p!\n", gtt->num_pages, bo_mem, backend);
706 gtt->num_pages, gtt->pages);
708 DRM_ERROR("failed to bind %lu pages at 0x%08X\n",
757 gtt->pages = NULL;
666 radeon_ttm_backend_populate(struct ttm_backend *backend, unsigned long num_pages, struct page **pages, struct page *dummy_read_page) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dsvc.c503 * We allocate pages and place them in rq_argpages.
508 unsigned int pages, arghi; local
514 pages = size / PAGE_SIZE + 1; /* extra page as we hold both request and reply.
518 BUG_ON(pages > RPCSVC_MAXPAGES);
519 while (pages) {
524 pages--;
526 return pages == 0;
1227 rqstp->rq_res.pages = rqstp->rq_respages + 1;
H A Dsvc_xprt.c610 int pages; local
627 /* now allocate needed pages. If we get a failure, sleep briefly */
628 pages = (serv->sv_max_mesg + PAGE_SIZE) / PAGE_SIZE;
629 for (i = 0; i < pages ; i++)
643 BUG_ON(pages >= RPCSVC_MAXPAGES);
645 /* Make arg->head point to first page and arg->pages point to rest */
649 arg->pages = rqstp->rq_pages + 1;
652 arg->page_len = (pages-2)*PAGE_SIZE;
653 arg->len = (pages-1)*PAGE_SIZE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/lib/
H A Dxmltok.c48 #define UCS2_GET_NAMING(pages, hi, lo) \
49 (namingBitmap[(pages[hi] << 3) + ((lo) >> 5)] & (1 << ((lo) & 0x1F)))
53 pages, 3 bits to add to that index and 5 bits to generate the mask.
55 #define UTF8_GET_NAMING2(pages, byte) \
56 (namingBitmap[((pages)[(((byte)[0]) >> 2) & 7] << 3) \
63 into pages, 3 bits to add to that index and 5 bits to generate the
66 #define UTF8_GET_NAMING3(pages, byte) \
67 (namingBitmap[((pages)[((((byte)[0]) & 0xF) << 4) \
74 #define UTF8_GET_NAMING(pages, p, n) \
76 ? UTF8_GET_NAMING2(pages, (cons
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/expat/lib/
H A Dxmltok.c43 #define UCS2_GET_NAMING(pages, hi, lo) \
44 (namingBitmap[(pages[hi] << 3) + ((lo) >> 5)] & (1 << ((lo) & 0x1F)))
48 pages, 3 bits to add to that index and 5 bits to generate the mask.
50 #define UTF8_GET_NAMING2(pages, byte) \
51 (namingBitmap[((pages)[(((byte)[0]) >> 2) & 7] << 3) \
58 into pages, 3 bits to add to that index and 5 bits to generate the
61 #define UTF8_GET_NAMING3(pages, byte) \
62 (namingBitmap[((pages)[((((byte)[0]) & 0xF) << 4) \
69 #define UTF8_GET_NAMING(pages, p, n) \
71 ? UTF8_GET_NAMING2(pages, (cons
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/lib/
H A Dxmltok.c48 #define UCS2_GET_NAMING(pages, hi, lo) \
49 (namingBitmap[(pages[hi] << 3) + ((lo) >> 5)] & (1 << ((lo) & 0x1F)))
53 pages, 3 bits to add to that index and 5 bits to generate the mask.
55 #define UTF8_GET_NAMING2(pages, byte) \
56 (namingBitmap[((pages)[(((byte)[0]) >> 2) & 7] << 3) \
63 into pages, 3 bits to add to that index and 5 bits to generate the
66 #define UTF8_GET_NAMING3(pages, byte) \
67 (namingBitmap[((pages)[((((byte)[0]) & 0xF) << 4) \
74 #define UTF8_GET_NAMING(pages, p, n) \
76 ? UTF8_GET_NAMING2(pages, (cons
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/devices/
H A Dblock2mtd.c50 int pages = len >> PAGE_SHIFT; local
54 while (pages) {
72 pages--;
119 cpylen = PAGE_SIZE - offset; // multiple pages
157 cpylen = PAGE_SIZE - offset; // multiple pages
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/common/
H A Dsaa7146_core.c170 int pages = (length+PAGE_SIZE-1)/PAGE_SIZE; local
177 if (!(pt->slist = vmalloc_to_sg(mem, pages)))
183 pt->nents = pages;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Defifb.c306 if (!screen_info.pages)
307 screen_info.pages = 1;
395 printk(KERN_INFO "efifb: mode is %dx%dx%d, linelength=%d, pages=%d\n",
398 screen_info.pages);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/ulp/iser/
H A Diser_memory.c166 * dma addresses of physical pages. The code supports also the weird case
206 page_vec->pages[cur_page++] = page;
287 iser_err("%d %lx\n",i,(unsigned long)page_vec->pages[i]);
417 (unsigned long long) ib_conn->page_vec->pages[i]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/mm/
H A Dcmm.c38 unsigned long pages[CMM_NR_PAGES]; member in struct:cmm_page_array
92 pa->pages[pa->index++] = addr;
110 addr = pa->pages[--pa->index];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dmemalloc.c65 static long snd_allocated_pages; /* holding the number of allocated pages */
78 * snd_malloc_pages - allocate pages with the given size
82 * Allocates the physically contiguous pages with the given size.
103 * snd_free_pages - release the pages
127 /* allocate the coherent DMA pages */
148 /* free the coherent DMA pages */
377 long pages = snd_allocated_pages >> (PAGE_SHIFT-12); local
383 seq_printf(seq, "pages : %li bytes (%li pages per %likB)\n",
384 pages * PAGE_SIZ
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/kernel/
H A Dsetup.c429 * Find a large enough region without reserved pages for
448 unsigned long first_pfn, bootmap_pfn, pages; local
494 * Register fully available RAM pages with the bootmem
497 pages = max_low_pfn - first_pfn;
499 PFN_PHYS(pages));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dinit.c116 printk("%d pages of RAM\n", total);
117 printk("%d free pages\n", free);
118 printk("%d reserved pages\n", reserved);
119 printk("%d slab pages\n", slab);
120 printk("%d pages shared\n", shared);
121 printk("%d pages swap cached\n", cached);
355 unsigned int pages = 0, size = (end - pfn) << (PAGE_SHIFT - 10); local
362 pages++;
368 return pages;
391 * If there are free pages betwee
[all...]

Completed in 324 milliseconds

<<11121314151617181920>>