Searched refs:cur_page (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/ttm/
H A Dttm_agp_backend.c54 struct page **cur_page, **last_page = pages + num_pages; local
62 for (cur_page = pages; cur_page < last_page; ++cur_page) {
63 struct page *page = *cur_page;
H A Dttm_tt.c217 struct page *cur_page; local
233 cur_page = ttm->pages[i];
234 if (likely(cur_page != NULL)) {
235 ret = ttm_tt_set_page_caching(cur_page,
249 cur_page = ttm->pages[j];
250 if (likely(cur_page != NULL)) {
251 (void)ttm_tt_set_page_caching(cur_page, c_state,
279 struct page *cur_page; local
288 cur_page = ttm->pages[i];
290 if (cur_page) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dcompress.c480 unsigned int xpage, max_page, cur_page, cur_ofs, i; local
564 cur_page = 0;
700 cb_max_page = (cur_page << PAGE_CACHE_SHIFT) + cur_ofs + cb_size;
715 for (; cur_page < cb_max_page; cur_page++) {
716 page = pages[cur_page];
728 if (cur_page == xpage)
732 pages[cur_page] = NULL;
741 page = pages[cur_page];
753 unsigned int cur2_page = cur_page;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibzvbi-teletextdec.c330 TeletextPage *cur_page = new_pages + ctx->nb_pages; local
332 cur_page->sub_rect = av_mallocz(sizeof(*cur_page->sub_rect));
333 cur_page->pts = ctx->pts;
334 cur_page->pgno = ev->ev.ttx_page.pgno;
335 cur_page->subno = ev->ev.ttx_page.subno;
336 if (cur_page->sub_rect) {
338 gen_sub_bitmap(ctx, cur_page->sub_rect, &page, chop_top) :
339 gen_sub_text (ctx, cur_page->sub_rect, &page, chop_top);
341 av_freep(&cur_page
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Ddirect-io.c97 struct page *cur_page; /* The page */ member in struct:dio
598 * Attempt to put the current chunk of 'cur_page' into the current BIO. If
608 ret = bio_add_page(dio->bio, dio->cur_page,
616 page_cache_get(dio->cur_page);
627 * Put cur_page under IO. The section of cur_page which is described by
628 * cur_page_offset,cur_page_len is put into a BIO. The section of cur_page
633 * The caller of this function is responsible for removing cur_page from the
721 if ( (dio->cur_page == page) &&
733 page_cache_release(dio->cur_page);
[all...]
H A Dbio.c962 int cur_page = 0; local
1003 const int page_limit = cur_page + local_nr_pages;
1006 write_to_vm, &pages[cur_page]);
1013 for (j = cur_page; j < page_limit; j++) {
1033 cur_page = j;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/ulp/iser/
H A Diser_memory.c179 int i, new_chunk, cur_page, last_ent = data->dma_nents - 1; local
185 cur_page = 0;
206 page_vec->pages[cur_page++] = page;
212 iser_dbg("page_vec->data_size:%d cur_page %d\n", page_vec->data_size,cur_page);
213 return cur_page;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dnotebook.cpp382 gpointer cur = notebook->cur_page;

Completed in 255 milliseconds