Searched refs:newpage (Results 1 - 25 of 36) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/mm/
H A Dmigrate.c212 struct page *newpage, struct page *page)
244 get_page(newpage); /* add cache reference */
246 SetPageSwapCache(newpage);
247 set_page_private(newpage, page_private(page));
250 radix_tree_replace_slot(pslot, newpage);
270 __inc_zone_page_state(newpage, NR_FILE_PAGES);
273 __inc_zone_page_state(newpage, NR_SHMEM);
283 static void migrate_page_copy(struct page *newpage, struct page *page) argument
285 copy_highpage(newpage, page);
288 SetPageError(newpage);
211 migrate_page_move_mapping(struct address_space *mapping, struct page *newpage, struct page *page) argument
336 fail_migrate_page(struct address_space *mapping, struct page *newpage, struct page *page) argument
349 migrate_page(struct address_space *mapping, struct page *newpage, struct page *page) argument
372 buffer_migrate_page(struct address_space *mapping, struct page *newpage, struct page *page) argument
471 fallback_migrate_page(struct address_space *mapping, struct page *newpage, struct page *page) argument
499 move_to_new_page(struct page *newpage, struct page *page, int remap_swapcache) argument
556 struct page *newpage = get_new_page(page, private, &result); local
[all...]
H A Dinternal.h124 static inline void mlock_migrate_page(struct page *newpage, struct page *page) argument
131 SetPageMlocked(newpage);
132 __inc_zone_page_state(newpage, NR_MLOCK);
H A Dksm.c1683 void ksm_migrate_page(struct page *newpage, struct page *oldpage) argument
1688 VM_BUG_ON(!PageLocked(newpage));
1689 VM_BUG_ON(newpage->mapping != oldpage->mapping);
1691 stable_node = page_stable_node(newpage);
1694 stable_node->kpfn = page_to_pfn(newpage);
H A Dmemcontrol.c2576 struct page *newpage, struct mem_cgroup **ptr)
2652 pc = lookup_page_cgroup(newpage);
2665 struct page *oldpage, struct page *newpage)
2677 unused = newpage;
2679 used = newpage;
2575 mem_cgroup_prepare_migration(struct page *page, struct page *newpage, struct mem_cgroup **ptr) argument
2664 mem_cgroup_end_migration(struct mem_cgroup *mem, struct page *oldpage, struct page *newpage) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/mm/
H A Dmigrate.c212 struct page *newpage, struct page *page)
244 get_page(newpage); /* add cache reference */
246 SetPageSwapCache(newpage);
247 set_page_private(newpage, page_private(page));
250 radix_tree_replace_slot(pslot, newpage);
270 __inc_zone_page_state(newpage, NR_FILE_PAGES);
273 __inc_zone_page_state(newpage, NR_SHMEM);
283 static void migrate_page_copy(struct page *newpage, struct page *page) argument
285 copy_highpage(newpage, page);
288 SetPageError(newpage);
211 migrate_page_move_mapping(struct address_space *mapping, struct page *newpage, struct page *page) argument
336 fail_migrate_page(struct address_space *mapping, struct page *newpage, struct page *page) argument
349 migrate_page(struct address_space *mapping, struct page *newpage, struct page *page) argument
372 buffer_migrate_page(struct address_space *mapping, struct page *newpage, struct page *page) argument
471 fallback_migrate_page(struct address_space *mapping, struct page *newpage, struct page *page) argument
499 move_to_new_page(struct page *newpage, struct page *page, int remap_swapcache) argument
556 struct page *newpage = get_new_page(page, private, &result); local
[all...]
H A Dinternal.h124 static inline void mlock_migrate_page(struct page *newpage, struct page *page) argument
131 SetPageMlocked(newpage);
132 __inc_zone_page_state(newpage, NR_MLOCK);
H A Dksm.c1683 void ksm_migrate_page(struct page *newpage, struct page *oldpage) argument
1688 VM_BUG_ON(!PageLocked(newpage));
1689 VM_BUG_ON(newpage->mapping != oldpage->mapping);
1691 stable_node = page_stable_node(newpage);
1694 stable_node->kpfn = page_to_pfn(newpage);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/cachefiles/
H A Drdwr.c232 struct page *newpage, *backpage; local
253 newpage = NULL;
260 if (!newpage) {
261 newpage = page_cache_alloc_cold(bmapping);
262 if (!newpage)
266 ret = add_to_page_cache(newpage, bmapping,
277 _debug("- new %p", newpage);
279 backpage = newpage;
280 newpage = NULL;
317 if (newpage) {
474 struct page *newpage = NULL, *netpage, *_n, *backpage = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/cachefiles/
H A Drdwr.c232 struct page *newpage, *backpage; local
253 newpage = NULL;
260 if (!newpage) {
261 newpage = page_cache_alloc_cold(bmapping);
262 if (!newpage)
266 ret = add_to_page_cache(newpage, bmapping,
277 _debug("- new %p", newpage);
279 backpage = newpage;
280 newpage = NULL;
317 if (newpage) {
474 struct page *newpage = NULL, *netpage, *_n, *backpage = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dksm.h91 void ksm_migrate_page(struct page *newpage, struct page *oldpage);
139 static inline void ksm_migrate_page(struct page *newpage, struct page *oldpage) argument
H A Dmemcontrol.h94 struct page *newpage, struct mem_cgroup **ptr);
96 struct page *oldpage, struct page *newpage);
227 mem_cgroup_prepare_migration(struct page *page, struct page *newpage, argument
235 struct page *newpage)
233 mem_cgroup_end_migration(struct mem_cgroup *mem, struct page *oldpage, struct page *newpage) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dksm.h91 void ksm_migrate_page(struct page *newpage, struct page *oldpage);
139 static inline void ksm_migrate_page(struct page *newpage, struct page *oldpage) argument
H A Dmemcontrol.h94 struct page *newpage, struct mem_cgroup **ptr);
96 struct page *oldpage, struct page *newpage);
227 mem_cgroup_prepare_migration(struct page *page, struct page *newpage, argument
235 struct page *newpage)
233 mem_cgroup_end_migration(struct mem_cgroup *mem, struct page *oldpage, struct page *newpage) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/fuse/
H A Ddev.c682 struct page *newpage; local
706 newpage = buf->page;
708 if (WARN_ON(!PageUptodate(newpage)))
711 ClearPageMappedToDisk(newpage);
713 if (fuse_check_page(newpage) != 0)
735 err = add_to_page_cache_locked(newpage, mapping, index, GFP_KERNEL);
740 page_cache_get(newpage);
743 lru_cache_add_file(newpage);
750 *pagep = newpage;
754 unlock_page(newpage);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/fuse/
H A Ddev.c682 struct page *newpage; local
706 newpage = buf->page;
708 if (WARN_ON(!PageUptodate(newpage)))
711 ClearPageMappedToDisk(newpage);
713 if (fuse_check_page(newpage) != 0)
735 err = add_to_page_cache_locked(newpage, mapping, index, GFP_KERNEL);
740 page_cache_get(newpage);
743 lru_cache_add_file(newpage);
750 *pagep = newpage;
754 unlock_page(newpage);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/btree/
H A Dbt_compact.c2209 PAGE *newpage; local
2226 TYPE(*pgp) == P_LBTREE ? &lock : NULL, &newpage)) != 0)
2230 * If newpage is null then __db_new would have had to allocate
2234 if (newpage == NULL)
2241 if (PGNO(newpage) > PGNO(*pgp)) {
2243 if (TYPE(newpage) == P_OVERFLOW)
2244 OV_LEN(newpage) = 0;
2247 return (__db_free(dbc, newpage));
2265 &LSN(newpage), 0, PGNO(newpage),
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/btree/
H A Dbt_compact.c2209 PAGE *newpage; local
2226 TYPE(*pgp) == P_LBTREE ? &lock : NULL, &newpage)) != 0)
2230 * If newpage is null then __db_new would have had to allocate
2234 if (newpage == NULL)
2241 if (PGNO(newpage) > PGNO(*pgp)) {
2243 if (TYPE(newpage) == P_OVERFLOW)
2244 OV_LEN(newpage) = 0;
2247 return (__db_free(dbc, newpage));
2265 &LSN(newpage), 0, PGNO(newpage),
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/btree/
H A Dbt_compact.c2209 PAGE *newpage; local
2226 TYPE(*pgp) == P_LBTREE ? &lock : NULL, &newpage)) != 0)
2230 * If newpage is null then __db_new would have had to allocate
2234 if (newpage == NULL)
2241 if (PGNO(newpage) > PGNO(*pgp)) {
2243 if (TYPE(newpage) == P_OVERFLOW)
2244 OV_LEN(newpage) = 0;
2247 return (__db_free(dbc, newpage));
2265 &LSN(newpage), 0, PGNO(newpage),
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/nfs/
H A Dwrite.c1537 int nfs_migrate_page(struct address_space *mapping, struct page *newpage, argument
1550 ret = migrate_page(mapping, newpage, page);
1555 page_cache_get(newpage);
1557 req->wb_page = newpage;
1558 SetPagePrivate(newpage);
1559 set_page_private(newpage, (unsigned long)req);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/nfs/
H A Dwrite.c1537 int nfs_migrate_page(struct address_space *mapping, struct page *newpage, argument
1550 ret = migrate_page(mapping, newpage, page);
1555 page_cache_get(newpage);
1557 req->wb_page = newpage;
1558 SetPagePrivate(newpage);
1559 set_page_private(newpage, (unsigned long)req);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/jfs/
H A Djfs_logmgr.h342 } newpage; member in union:lrd::__anon32247
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/jfs/
H A Djfs_logmgr.h342 } newpage; member in union:lrd::__anon20554
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/docs-xml/xslt/latex/
H A Dsambadoc.cls292 \hbox{}\thispagestyle{empty}\newpage\if@twocolumn\hbox{}\newpage\fi\fi\fi}
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/docs-xml/xslt/latex/
H A Dsambadoc.cls292 \hbox{}\thispagestyle{empty}\newpage\if@twocolumn\hbox{}\newpage\fi\fi\fi}
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/docs-xml/xslt/latex/
H A Dsambadoc.cls292 \hbox{}\thispagestyle{empty}\newpage\if@twocolumn\hbox{}\newpage\fi\fi\fi}

Completed in 379 milliseconds

12