Searched refs:pages (Results 1 - 25 of 1166) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/drm/
H A Ddrm_cache.h36 void drm_clflush_pages(struct page *pages[], unsigned long num_pages);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/drm/
H A Ddrm_cache.h36 void drm_clflush_pages(struct page *pages[], unsigned long num_pages);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/mm/
H A Dkmemcheck.c10 int pages; local
13 pages = 1 << order;
27 for(i = 0; i < pages; ++i)
35 kmemcheck_hide_pages(page, pages);
41 int pages; local
47 pages = 1 << order;
49 kmemcheck_show_pages(page, pages);
53 for(i = 0; i < pages; ++i)
102 int pages; local
107 pages
[all...]
H A Dpercpu-vm.c23 * pcpu_get_pages_and_bitmap - get temp pages array and bitmap
39 * Pointer to temp pages array on success, NULL on failure.
45 static struct page **pages; local
47 size_t pages_size = pcpu_nr_units * pcpu_unit_pages * sizeof(pages[0]);
51 if (!pages || !bitmap) {
52 if (may_alloc && !pages)
53 pages = pcpu_mem_alloc(pages_size);
56 if (!pages || !bitmap)
60 memset(pages, 0, pages_size);
64 return pages;
78 pcpu_free_pages(struct pcpu_chunk *chunk, struct page **pages, unsigned long *populated, int page_start, int page_end) argument
107 pcpu_alloc_pages(struct pcpu_chunk *chunk, struct page **pages, unsigned long *populated, int page_start, int page_end) argument
169 pcpu_unmap_pages(struct pcpu_chunk *chunk, struct page **pages, unsigned long *populated, int page_start, int page_end) argument
213 __pcpu_map_pages(unsigned long addr, struct page **pages, int nr_pages) argument
236 pcpu_map_pages(struct pcpu_chunk *chunk, struct page **pages, unsigned long *populated, int page_start, int page_end) argument
308 struct page **pages; local
378 struct page **pages; local
[all...]
H A Dpercpu-km.c51 struct page *pages; local
58 pages = alloc_pages(GFP_KERNEL, order_base_2(nr_pages));
59 if (!pages) {
65 pcpu_set_page_chunk(nth_page(pages, i), chunk);
67 chunk->data = pages;
68 chunk->base_addr = page_address(pages) - pcpu_group_offsets[0];
100 printk(KERN_WARNING "percpu: wasting %zu pages per chunk\n",
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/mm/
H A Dkmemcheck.c10 int pages; local
13 pages = 1 << order;
27 for(i = 0; i < pages; ++i)
35 kmemcheck_hide_pages(page, pages);
41 int pages; local
47 pages = 1 << order;
49 kmemcheck_show_pages(page, pages);
53 for(i = 0; i < pages; ++i)
102 int pages; local
107 pages
[all...]
H A Dpercpu-vm.c23 * pcpu_get_pages_and_bitmap - get temp pages array and bitmap
39 * Pointer to temp pages array on success, NULL on failure.
45 static struct page **pages; local
47 size_t pages_size = pcpu_nr_units * pcpu_unit_pages * sizeof(pages[0]);
51 if (!pages || !bitmap) {
52 if (may_alloc && !pages)
53 pages = pcpu_mem_alloc(pages_size);
56 if (!pages || !bitmap)
60 memset(pages, 0, pages_size);
64 return pages;
78 pcpu_free_pages(struct pcpu_chunk *chunk, struct page **pages, unsigned long *populated, int page_start, int page_end) argument
107 pcpu_alloc_pages(struct pcpu_chunk *chunk, struct page **pages, unsigned long *populated, int page_start, int page_end) argument
169 pcpu_unmap_pages(struct pcpu_chunk *chunk, struct page **pages, unsigned long *populated, int page_start, int page_end) argument
213 __pcpu_map_pages(unsigned long addr, struct page **pages, int nr_pages) argument
236 pcpu_map_pages(struct pcpu_chunk *chunk, struct page **pages, unsigned long *populated, int page_start, int page_end) argument
308 struct page **pages; local
378 struct page **pages; local
[all...]
H A Dpercpu-km.c51 struct page *pages; local
58 pages = alloc_pages(GFP_KERNEL, order_base_2(nr_pages));
59 if (!pages) {
65 pcpu_set_page_chunk(nth_page(pages, i), chunk);
67 chunk->data = pages;
68 chunk->base_addr = page_address(pages) - pcpu_group_offsets[0];
100 printk(KERN_WARNING "percpu: wasting %zu pages per chunk\n",
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/libiberty/
H A Dphysmem.c87 double pages = sysconf (_SC_PHYS_PAGES); local
89 if (0 <= pages && 0 <= pagesize)
90 return pages * pagesize;
99 double pages = pss.physical_memory; local
101 if (0 <= pages && 0 <= pagesize)
102 return pages * pagesize;
113 double pages = realmem.physmem; local
114 if (0 <= pages && 0 <= pagesize)
115 return pages * pagesize;
191 double pages local
205 double pages = psd.psd_free; local
219 double pages = realmem.availrmem; local
232 double pages = vmstats.free_count; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/libiberty/
H A Dphysmem.c87 double pages = sysconf (_SC_PHYS_PAGES); local
89 if (0 <= pages && 0 <= pagesize)
90 return pages * pagesize;
99 double pages = pss.physical_memory; local
101 if (0 <= pages && 0 <= pagesize)
102 return pages * pagesize;
113 double pages = realmem.physmem; local
114 if (0 <= pages && 0 <= pagesize)
115 return pages * pagesize;
191 double pages local
205 double pages = psd.psd_free; local
219 double pages = realmem.availrmem; local
232 double pages = vmstats.free_count; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/libiberty/
H A Dphysmem.c87 double pages = sysconf (_SC_PHYS_PAGES); local
89 if (0 <= pages && 0 <= pagesize)
90 return pages * pagesize;
99 double pages = pss.physical_memory; local
101 if (0 <= pages && 0 <= pagesize)
102 return pages * pagesize;
113 double pages = realmem.physmem; local
114 if (0 <= pages && 0 <= pagesize)
115 return pages * pagesize;
191 double pages local
205 double pages = psd.psd_free; local
219 double pages = realmem.availrmem; local
232 double pages = vmstats.free_count; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/drm/ttm/
H A Dttm_page_alloc.h33 * Get count number of pages from pool to pages list.
35 * @pages: heado of empty linked list where pages are filled.
38 * @count: number of pages to allocate.
40 int ttm_get_pages(struct list_head *pages,
45 * Put linked list of pages to pool.
47 * @pages: list of pages to free.
48 * @page_count: number of pages i
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/drm/ttm/
H A Dttm_page_alloc.h33 * Get count number of pages from pool to pages list.
35 * @pages: heado of empty linked list where pages are filled.
38 * @count: number of pages to allocate.
40 int ttm_get_pages(struct list_head *pages,
45 * Put linked list of pages to pool.
47 * @pages: list of pages to free.
48 * @page_count: number of pages i
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/isofs/
H A Dcompress.c40 * to one zisofs block. Store the data in the @pages array with @pcount
45 struct page **pages, unsigned poffset,
71 if (!pages[i])
73 memset(page_address(pages[i]), 0, PAGE_CACHE_SIZE);
74 flush_dcache_page(pages[i]);
75 SetPageUptodate(pages[i]);
121 if (pages[curpage]) {
122 stream.next_out = page_address(pages[curpage])
174 if (pages[curpage]) {
175 flush_dcache_page(pages[curpag
43 zisofs_uncompress_block(struct inode *inode, loff_t block_start, loff_t block_end, int pcount, struct page **pages, unsigned poffset, int *errp) argument
199 zisofs_fill_pages(struct inode *inode, int full_page, int pcount, struct page **pages) argument
307 struct page *pages[max_t(unsigned, zisofs_pages_per_cblock, 1)]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/isofs/
H A Dcompress.c40 * to one zisofs block. Store the data in the @pages array with @pcount
45 struct page **pages, unsigned poffset,
71 if (!pages[i])
73 memset(page_address(pages[i]), 0, PAGE_CACHE_SIZE);
74 flush_dcache_page(pages[i]);
75 SetPageUptodate(pages[i]);
121 if (pages[curpage]) {
122 stream.next_out = page_address(pages[curpage])
174 if (pages[curpage]) {
175 flush_dcache_page(pages[curpag
43 zisofs_uncompress_block(struct inode *inode, loff_t block_start, loff_t block_end, int pcount, struct page **pages, unsigned poffset, int *errp) argument
199 zisofs_fill_pages(struct inode *inode, int full_page, int pcount, struct page **pages) argument
307 struct page *pages[max_t(unsigned, zisofs_pages_per_cblock, 1)]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/examples/printer-accounting/
H A Dacct-sum4 ($date, $user, $machine, $size, $pages) = split(' ');
7 $PrinterPages{$ARGV} += $pages;
11 $Pages{$user}+= $pages;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/examples/printer-accounting/
H A Dacct-sum4 ($date, $user, $machine, $size, $pages) = split(' ');
7 $PrinterPages{$ARGV} += $pages;
11 $Pages{$user}+= $pages;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/examples/printer-accounting/
H A Dacct-sum4 ($date, $user, $machine, $size, $pages) = split(' ');
7 $PrinterPages{$ARGV} += $pages;
11 $Pages{$user}+= $pages;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/examples/printer-accounting/
H A Dacct-sum4 ($date, $user, $machine, $size, $pages) = split(' ');
7 $PrinterPages{$ARGV} += $pages;
11 $Pages{$user}+= $pages;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/examples/printer-accounting/
H A Dacct-sum4 ($date, $user, $machine, $size, $pages) = split(' ');
7 $PrinterPages{$ARGV} += $pages;
11 $Pages{$user}+= $pages;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/examples/printer-accounting/
H A Dacct-sum4 ($date, $user, $machine, $size, $pages) = split(' ');
7 $PrinterPages{$ARGV} += $pages;
11 $Pages{$user}+= $pages;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/examples/printer-accounting/
H A Dacct-sum4 ($date, $user, $machine, $size, $pages) = split(' ');
7 $PrinterPages{$ARGV} += $pages;
11 $Pages{$user}+= $pages;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/examples/printer-accounting/
H A Dacct-sum4 ($date, $user, $machine, $size, $pages) = split(' ');
7 $PrinterPages{$ARGV} += $pages;
11 $Pages{$user}+= $pages;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/examples/printer-accounting/
H A Dacct-sum4 ($date, $user, $machine, $size, $pages) = split(' ');
7 $PrinterPages{$ARGV} += $pages;
11 $Pages{$user}+= $pages;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/omap2/
H A Dvram.c64 unsigned pages; member in struct:vram_alloc
71 unsigned pages; member in struct:vram_region
87 unsigned pages)
96 rm->pages = pages;
104 unsigned long paddr, unsigned pages)
115 new->pages = pages;
136 unsigned pages; local
143 pages
86 omap_vram_create_region(unsigned long paddr, unsigned pages) argument
103 omap_vram_create_allocation(struct vram_region *vr, unsigned long paddr, unsigned pages) argument
195 _omap_vram_reserve(unsigned long paddr, unsigned pages) argument
245 unsigned pages; local
269 _omap_vram_clear(u32 paddr, unsigned pages) argument
316 _omap_vram_alloc(int mtype, unsigned pages, unsigned long *paddr) argument
363 unsigned pages; local
[all...]

Completed in 301 milliseconds

1234567891011>>