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

12345

/asus-wl-520gu-7.0.1.45/src/router/samba/examples/printer-accounting/
H A Dacct-sum4 ($date, $user, $machine, $size, $pages) = split(' ');
7 $PrinterPages{$ARGV} += $pages;
11 $Pages{$user}+= $pages;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm/
H A Ddrm_scatter.h41 for ( i = 0 ; i < entry->pages ; i++ ) {
50 entry->pages * sizeof(*entry->busaddr),
53 entry->pages * sizeof(*entry->pagelist),
67 unsigned long pages, i, j; local
85 pages = (request.size + PAGE_SIZE - 1) / PAGE_SIZE;
86 DRM_DEBUG( "sg size=%ld pages=%ld\n", request.size, pages );
88 entry->pages = pages;
89 entry->pagelist = DRM(alloc)( pages * sizeo
[all...]
H A Dati_pcigart.h48 # define ATI_MAX_PCIGART_PAGES 8192 /* 32 MB aperture, 4K pages */
96 unsigned long pages; local
120 DRM_ERROR( "unable to map PCIGART pages!\n" );
128 pages = ( entry->pages <= ATI_MAX_PCIGART_PAGES )
129 ? entry->pages : ATI_MAX_PCIGART_PAGES;
133 for ( i = 0 ; i < pages ; i++ ) {
140 DRM_ERROR( "unable to map PCIGART pages!\n" );
173 unsigned long pages; local
187 pages
[all...]
H A Ddrm_agpsupport.h130 unsigned long pages; local
141 pages = (request.size + PAGE_SIZE - 1) / PAGE_SIZE;
144 if (!(memory = DRM(alloc_agp)(pages, type))) {
152 entry->pages = pages;
164 DRM(free_agp)(memory, pages);
242 DRM(free_agp)(entry->memory, entry->pages);
331 agp_memory *DRM(agp_allocate_memory)(size_t pages, u32 type) argument
334 return drm_agp->allocate_memory(pages, type);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/mtd/devices/
H A Dblkmtd.c16 * thread writes pages out to the device in the background. This
18 * Also, since pages in the page cache are never marked as dirty,
37 * much memory making copies of outgoing pages. Need to handle case
41 * Reading should read multiple pages at once rather than using
87 struct page **pages; member in struct:mtdblkdev_write_queue_s
205 memcpy(page_address(page), page_address(item->pages[index]), PAGE_SIZE);
355 struct page **pages = item->pages; local
382 /* Loop through all the pages to be written in the queue item, remembering
394 iobuf->maplist[i] = *(pages
451 queue_page_write(mtd_raw_dev_data_t *rawdevice, struct page **pages, int pagenr, int pagecnt, int iserase) argument
573 struct page *page, **pages; local
648 int pagenr, pages; local
718 struct page **pages; local
898 int i, len, pages = 0, cnt; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/jazz/
H A Djazzdma.c95 int pages; local
119 pages = (size + 4095) >> 12; /* no. of pages to allocate */
124 if (first + pages > VDMA_PGTBL_ENTRIES) { /* nothing free */
131 && last - first < pages)
134 if (last - first == pages)
139 * Mark pages as allocated
157 ("vdma_alloc: Allocated %d pages starting from %08lx\n",
158 pages, laddr);
178 * Free previously allocated dma translation pages
218 int first, pages, npages; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/boot/compressed/
H A Dmiscsetup.h37 unsigned short pages; /* 0x32 */ member in struct:screen_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/mm/
H A Dinit.c155 tmp = pmem_ranges[j-1].pages;
156 pmem_ranges[j-1].pages = pmem_ranges[j].pages;
157 pmem_ranges[j].pages = tmp;
171 pmem_ranges[i-1].pages) > MAX_GAP) {
188 size = (pmem_ranges[i].pages << PAGE_SHIFT);
205 res->end = res->start + (pmem_ranges[i].pages << PAGE_SHIFT)-1;
225 rsize = pmem_ranges[i].pages << PAGE_SHIFT;
231 pmem_ranges[i].pages = (mem_limit >> PAGE_SHIFT)
252 end_pfn = pmem_ranges[0].start_pfn + pmem_ranges[0].pages;
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/script/
H A Dinstallman.sh5 # modified to accomodate international man pages (inspired
19 echo Installing default man pages in $MANDIR/
22 echo Installing \"$lang\" man pages in $MANDIR/lang/$lang
64 The man pages have been installed. You may uninstall them using the command
66 man pages and shell scripts.
H A Duninstallmodules.sh33 binaries, modules, man pages and shell scripts.
H A Duninstallscripts.sh31 man pages and shell scripts. You may recover a previous version (if any
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nfs/
H A Dread.c44 struct list_head pages; /* Coalesced read requests */ member in struct:nfs_read_data
66 INIT_LIST_HEAD(&p->pages);
67 p->args.pages = p->pagevec;
191 struct page **pages; local
194 pages = data->args.pages;
199 nfs_list_add_request(req, &data->pages);
200 *pages++ = req->wb_page;
203 req = nfs_list_entry(data->pages.next);
292 unsigned int pages local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sunrpc/
H A Dxdr.c106 xdr_encode_pages(struct xdr_buf *xdr, struct page **pages, unsigned int base, argument
109 xdr->pages = pages;
126 struct page **pages, unsigned int base, unsigned int len)
135 xdr->pages = pages;
182 struct page **ppage = xdr->pages;
231 struct page **ppage = xdr->pages;
268 struct page **ppage = xdr->pages;
125 xdr_inline_pages(struct xdr_buf *xdr, unsigned int offset, struct page **pages, unsigned int base, unsigned int len) argument
/asus-wl-520gu-7.0.1.45/src/router/www/asus/
H A DMakefile2 # Broadcom web pages
18 all: pages.mk
20 pages.mk:
69 rm -f pages.mk
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/storage/
H A Dsddr55.c55 int blocksize; /* Size of block in pages */
291 unsigned short pages; local
330 pages = info->blocksize - page;
331 if (pages > (sectors << info->smallpageshift))
332 pages = (sectors << info->smallpageshift);
334 US_DEBUGP("Read %02X pages, from PBA %04X"
336 pages, pba, lba, page);
340 memset (ptr, 0, pages << info->pageshift);
349 command[6] = LSB_of(pages << (1 - info->smallpageshift));
367 pages<<inf
434 unsigned short pages; local
923 unsigned short pages; local
[all...]
H A Dsddr09.c54 char blockshift; /* 1<<bs pages in an erase block */
479 * A read data command gets data in 512-byte pages.
483 * Blocks are groups of 32 pages, and read blockwise control jumps to the
534 * nr_of_pages counts pages of size (1 << pageshift).
575 * nr_of_pages counts pages of size (1 << pageshift) + (1 << controlshift).
582 US_DEBUGP("sddr09_read22: reading %d pages, %d bytes\n",
714 * This reads several pages from the card to a single memory buffer.
818 unsigned int page, pages; local
854 /* Find number of pages we can read in this block */
855 pages
941 sddr09_write_lba(struct us_data *us, unsigned int lba, unsigned int page, unsigned int pages, unsigned char *ptr) argument
1064 unsigned int lba, page, pages; local
1567 unsigned int page, pages; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/emu10k1/
H A Dcardwo.h55 u32 pages; /* buffer size in page units*/ member in struct:waveout_buffer
H A Dvoicemgr.c39 * One (dma_handle) keeps track of the host memory pages used and the other (virtualpagetable)
43 int emu10k1_voice_alloc_buffer(struct emu10k1_card *card, struct voice_mem *mem, u32 pages) argument
49 DPD(2, "requested pages is: %d\n", pages);
51 if ((mem->emupageindex = emu10k1_addxmgr_alloc(pages * PAGE_SIZE, card)) < 0)
58 for (pagecount = 0; pagecount < pages; pagecount++) {
61 mem->pages = pagecount;
79 mem->pages = pagecount;
97 for (pagecount = 0; pagecount < mem->pages; pagecount++) {
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dnfs_xdr.h69 struct page ** pages; member in struct:nfs_readargs
88 struct page ** pages; member in struct:nfs_writeargs
166 struct page ** pages; member in struct:nfs_readdirargs
177 struct page ** pages; member in struct:nfs_readlinkargs
254 struct page ** pages; member in struct:nfs3_readdirargs
271 struct page ** pages; member in struct:nfs3_readlinkargs
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dnfs_xdr.h69 struct page ** pages; member in struct:nfs_readargs
88 struct page ** pages; member in struct:nfs_writeargs
166 struct page ** pages; member in struct:nfs_readdirargs
177 struct page ** pages; member in struct:nfs_readlinkargs
254 struct page ** pages; member in struct:nfs3_readdirargs
271 struct page ** pages; member in struct:nfs3_readlinkargs
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/isofs/
H A Dcompress.c59 * per reference. We inject the additional pages into the page
81 struct page *pages[zisofs_block_pages]; local
88 pages[xpage] = page;
90 /* The remaining pages need to be allocated and inserted */
98 pages[i] = grab_cache_page_nowait(mapping, offset);
100 page = pages[i];
152 /* Now page[] contains an array of pages, any of which can be NULL,
154 release the pages. If the pages are NULL the decompressed data
161 if ( (page = pages[fpag
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/proc/
H A Darray.c400 int * pages, int * shared, int * dirty, int * total)
431 ++*pages;
440 int * pages, int * shared, int * dirty, int * total)
458 statm_pte_range(pmd, address, end - address, pages, shared, dirty, total);
465 int * pages, int * shared, int * dirty, int * total)
468 statm_pmd_range(pgd, address, end - address, pages, shared, dirty, total);
490 int pages = 0, shared = 0, dirty = 0, total = 0; local
492 statm_pgd_range(pgd, vma->vm_start, vma->vm_end, &pages, &shared, &dirty, &total);
493 resident += pages;
498 trs += pages; /* tex
399 statm_pte_range(pmd_t * pmd, unsigned long address, unsigned long size, int * pages, int * shared, int * dirty, int * total) argument
439 statm_pmd_range(pgd_t * pgd, unsigned long address, unsigned long size, int * pages, int * shared, int * dirty, int * total) argument
464 statm_pgd_range(pgd_t * pgd, unsigned long address, unsigned long end, int * pages, int * shared, int * dirty, int * total) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm-4.0/
H A Dagpsupport.c127 unsigned long pages; local
137 pages = (request.size + PAGE_SIZE - 1) / PAGE_SIZE;
140 if (!(memory = drm_alloc_agp(pages, type))) {
148 entry->pages = pages;
160 drm_free_agp(memory, pages);
237 drm_free_agp(entry->memory, entry->pages);
316 agp_memory *drm_agp_allocate_memory(size_t pages, u32 type) argument
319 return drm_agp->allocate_memory(pages, type);
H A Dmemory.c47 static unsigned long drm_ram_available = 0; /* In pages */
346 agp_memory *drm_alloc_agp(int pages, u32 type) argument
350 if (!pages) {
351 DRM_MEM_ERROR(DRM_MEM_TOTALAGP, "Allocating 0 pages\n");
355 if ((handle = drm_agp_allocate_memory(pages, type))) {
359 += pages << PAGE_SHIFT;
369 int drm_free_agp(agp_memory *handle, int pages) argument
386 += pages << PAGE_SHIFT;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/mm/
H A Dinit.c106 printk("%d pages of RAM\n",total);
107 printk("%d free pages\n",free);
108 printk("%d reserved pages\n",reserved);
109 printk("%d pages shared\n",shared);
110 printk("%d pages swap cached\n",cached);
111 printk("%ld pages in page table cache\n",pgtable_cache_size);
180 int pages = 0; local
186 pages++;
188 printk ("Freeing initrd memory: %dk freed\n", pages);

Completed in 115 milliseconds

12345