Searched refs:pages (Results 376 - 400 of 622) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_buffer.c83 unsigned long num_pages, struct page **pages,
82 vmw_ttm_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/kernel/
H A Drelay.c1234 struct page *pages[PIPE_DEF_BUFFERS]; local
1237 .pages = pages,
1272 spd.pages[spd.nr_pages] = rbuf->page_array[pidx];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dinode.c199 * before we unlock the pages. Otherwise we
264 struct page **pages; member in struct:async_extent
282 struct page **pages,
291 async_extent->pages = pages;
299 * phase compresses a range of pages that have already been
300 * locked (both pages and state bits are locked).
328 struct page **pages = NULL; local
386 WARN_ON(pages);
387 pages
279 add_async_extent(struct async_cow *cow, u64 start, u64 ram_size, u64 compressed_size, struct page **pages, unsigned long nr_pages) argument
5687 btrfs_readpages(struct file *file, struct address_space *mapping, struct list_head *pages, unsigned nr_pages) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/dlm/
H A Ddlmdomain.c75 static void dlm_free_pagevec(void **vec, int pages) argument
77 while (pages--)
78 free_page((unsigned long)vec[pages]);
82 static void **dlm_alloc_pagevec(int pages) argument
84 void **vec = kmalloc(pages * sizeof(void *), GFP_KERNEL);
90 for (i = 0; i < pages; i++)
94 mlog(0, "Allocated DLM hash pagevec; %d pages (%lu expected), %lu buckets per page\n",
95 pages, (unsigned long)DLM_HASH_PAGES,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dr600_cp.c152 int pages; local
160 pages = (entry->pages <= max_pages)
161 ? entry->pages : max_pages;
163 for (i = 0; i < pages; i++) {
183 int pages; local
192 pages = (entry->pages <= max_real_pages) ?
193 entry->pages : max_real_pages;
198 for (i = 0; i < pages;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmemory.c13 * Ok, demand-loading was easy, shared pages a little bit tricker. Shared
14 * pages started 02.12.91, seems to work. - Linus.
221 * Note: this doesn't free the actual pages themselves. That
561 * special mapping (even if there are underlying and valid "struct pages").
562 * COWed pages of a VM_PFNMAP are always normal.
564 * The way we recognize COWed pages within VM_PFNMAP mappings is through the
582 * page" backing, however the difference is that _all_ pages with a struct
584 * normal pages by the VM. The disadvantage is that pages are refcounted
636 * NOTE! We still have PageReserved() pages i
1342 __get_user_pages(struct task_struct *tsk, struct mm_struct *mm, unsigned long start, int nr_pages, unsigned int gup_flags, struct page **pages, struct vm_area_struct **vmas) argument
1548 get_user_pages(struct task_struct *tsk, struct mm_struct *mm, unsigned long start, int nr_pages, int write, int force, struct page **pages, struct vm_area_struct **vmas) argument
[all...]
H A Dbacking-dev.c164 #define K(pages) ((pages) << (PAGE_SHIFT - 10))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/rmgr/
H A Dproc.c135 map_obj->pages = kcalloc(num_usr_pgs, sizeof(struct page *),
137 if (!map_obj->pages) {
186 kfree(map_obj->pages);
264 return map_obj->pages[pg_i];
663 /* calculating the number of pages this area spans */
695 /* calculating the number of pages this area spans */
1384 size_align, ul_map_attr, map_obj->pages);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/drbd/
H A Ddrbd_bitmap.c205 static void bm_free_pages(struct page **pages, unsigned long number) argument
208 if (!pages)
212 if (!pages[i]) {
218 __free_page(pages[i]);
219 pages[i] = NULL;
451 unsigned long want, have, onpages; /* number of pages */
785 /* need to cpu_to_lel all the pages ...
798 /* all pages */
1146 /* first and full pages, unless first page == last page */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dnandsim.c151 MODULE_PARM_DESC(weakpages, "Weak pages [: maximum writes (defaults to 3)]"
162 MODULE_PARM_DESC(cache_file, "File to use to cache nand pages instead of memory");
273 * (which is only valid for 512-byte pages).
277 /* Maximum page cache pages needed to read or write a NAND page to the cache_file */
306 /* The simulated NAND flash pages array */
307 union ns_mem *pages; member in struct:nandsim
309 /* Slab allocator for nand pages */
324 uint pgnum; /* total number of pages */
325 uint pgsec; /* number of pages per sector */
355 unsigned char *pages_written; /* Which pages hav
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/richtext/
H A Drichtext.cpp1120 int pages = wxRICHTEXT_FORMAT_FONT; local
1122 wxRichTextFormattingDialog formatDlg(pages, this);
1166 int pages = wxRICHTEXT_FORMAT_INDENTS_SPACING|wxRICHTEXT_FORMAT_TABS|wxRICHTEXT_FORMAT_BULLETS; local
1168 wxRichTextFormattingDialog formatDlg(pages, this);
1185 int pages = wxRICHTEXT_FORMAT_FONT|wxRICHTEXT_FORMAT_INDENTS_SPACING|wxRICHTEXT_FORMAT_TABS|wxRICHTEXT_FORMAT_BULLETS; local
1187 wxRichTextFormattingDialog formatDlg(pages, this);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dosd_client.c77 dout("calc_layout %s (%d) %llu~%llu (%d pages)\n",
95 dout("release_request revoking pages %p from con %p\n",
1099 req->r_request->pages = req->r_pages;
1250 * Read some contiguous pages. If we cross a stripe boundary, shorten
1257 struct page **pages, int num_pages)
1272 req->r_pages = pages;
1274 dout("readpages final extent is %llu~%llu (%d pages)\n",
1287 * do a synchronous write on N pages
1295 struct page **pages, int num_pages,
1313 req->r_pages = pages;
1253 ceph_osdc_readpages(struct ceph_osd_client *osdc, struct ceph_vino vino, struct ceph_file_layout *layout, u64 off, u64 *plen, u32 truncate_seq, u64 truncate_size, struct page **pages, int num_pages) argument
1289 ceph_osdc_writepages(struct ceph_osd_client *osdc, struct ceph_vino vino, struct ceph_file_layout *layout, struct ceph_snap_context *snapc, u64 off, u64 len, u32 truncate_seq, u64 truncate_size, struct timespec *mtime, struct page **pages, int num_pages, int flags, int do_sync, bool nofail) argument
[all...]
H A Dmessenger.c510 /* fill in crc (except data pages), footer */
740 * to map the page. if our pages[] has been revoked, use the
743 if (msg->pages) {
744 page = msg->pages[con->out_msg_pos.page];
774 if (crc && (msg->pages || msg->pagelist))
1448 BUG_ON(m->pages == NULL);
1449 p = kmap(m->pages[con->in_msg_pos.page]);
1456 kunmap(m->pages[con->in_msg_pos.page]);
1599 /* msg pages? */
2059 dout("con_revoke_pages %p msg %p pages
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dfile.c131 /* if not oplocked, invalidate inode pages if mtime or file
180 /* if not oplocked, invalidate inode pages if mtime or file
1417 page = pvec.pages[i];
1471 * BB can we get rid of this? pages are held by pvec
1526 page = pvec.pages[first + i];
1543 /* Need to re-find the pages we skipped */
1544 index = pvec.pages[0]->index + 1;
1710 loop through pages looking for write behind data (dirty pages)
1718 /* reset wb rc if we were able to write out dirty pages */
1898 cifs_copy_cache_pages(struct address_space *mapping, struct list_head *pages, int bytes_read, char *data) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/zip/
H A Dmakefile.bcc254 for %f in (pages.zip start.htm) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
H A Dmakefile.gcc247 for %%f in (pages.zip start.htm) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
H A Dmakefile.vc360 for %f in (pages.zip start.htm) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dtex2any.h247 extern wxChar *htmlStylesheet; // Use this CSS stylesheet for HTML pages
452 wxChar *pages; member in class:BibEntry
474 pages = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhvscroll.tex489 Scroll by the specified number of column pages, which may be positive (to
497 Scroll by the specified number of row pages and column pages, both of which may
510 Scroll by the specified number of row pages, which may be positive (to scroll
H A Drichtextoverview.tex326 You can select which pages will be shown by supplying flags to the dialog constructor.
329 pages. The Style tab is useful when editing a style definition.
332 object, which tells the formatting dialog how many pages are supported, what their identifiers
333 are, and how to creates the pages.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Dste_dma40.c35 /* Attempts before giving up to trying to get pages that are aligned */
123 * @pages: The number of pages needed for all physical channels.
133 int pages; member in struct:d40_lcla_pool
2665 * we allocate pages until we get an aligned one.
2675 /* Calculating how many pages that are required */
2676 base->lcla_pool.pages = SZ_1K * base->num_phy_chans / PAGE_SIZE;
2680 base->lcla_pool.pages);
2684 "[%s] Failed to allocate %d pages.\n",
2685 __func__, base->lcla_pool.pages);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/
H A Dcommoncap.c904 * @pages: The size of the mapping
909 int cap_vm_enough_memory(struct mm_struct *mm, long pages) argument
916 return __vm_enough_memory(mm, pages, cap_sys_admin);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/riptide/
H A Driptide.c492 unsigned int pages; member in struct:pcmhw
1109 for (j = 0; j < data->pages; j++) {
1497 unsigned int i, j, size, pages, f, pt, period; local
1505 pages = (size + f - 1) / f;
1507 data->pages = pages;
1509 ("create sgd size: 0x%x pages %d of size 0x%x for period 0x%x\n",
1510 size, pages, f, period);
1513 for (i = 0; i < pages; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/netkit-ftp-0.18-pre1/
H A Dconfigure25 --manmode=mode Mode for manual pages [644]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dwindow.cpp409 bool wxWindowPalm::ScrollPages(int pages) argument

Completed in 382 milliseconds

<<11121314151617181920>>