Home
last modified time | relevance | path

Searched refs:page_lru (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/net/ceph/
H A Dpagelist.c140 c->page_lru = pl->head.prev; in ceph_pagelist_set_cursor()
158 while (pl->head.prev != c->page_lru) { in ceph_pagelist_truncate()
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dcompaction.h83 struct list_head *page_lru;
94 list_for_each(page_lru, migratepages)
/OK3568_Linux_fs/kernel/include/linux/ceph/
H A Dpagelist.h22 struct list_head *page_lru; /* page in list */ member
/OK3568_Linux_fs/kernel/mm/
H A Dswap.c243 del_page_from_lru_list(page, lruvec, page_lru(page)); in pagevec_move_tail_fn()
245 add_page_to_lru_list_tail(page, lruvec, page_lru(page)); in pagevec_move_tail_fn()
1135 page_lru(page_tail)); in lru_add_page_tail()
1179 lru = page_lru(page); in __pagevec_lru_add_fn()
H A Dmigrate.c2015 int page_lru; in numamigrate_isolate_page() local
2038 page_lru = page_is_file_lru(page); in numamigrate_isolate_page()
2039 mod_node_page_state(page_pgdat(page), NR_ISOLATED_ANON + page_lru, in numamigrate_isolate_page()
2127 int page_lru = page_is_file_lru(page); in migrate_misplaced_transhuge_page() local
2174 NR_ISOLATED_ANON + page_lru, -HPAGE_PMD_NR); in migrate_misplaced_transhuge_page()
2225 NR_ISOLATED_ANON + page_lru, in migrate_misplaced_transhuge_page()
H A Dmlock.c122 del_page_from_lru_list(page, lruvec, page_lru(page)); in __munlock_isolate_lru_page()
H A Dvmscan.c1830 int lru = page_lru(page); in isolate_lru_page()
1920 lru = page_lru(page); in move_pages_to_lru()
H A Dcompaction.c1037 del_page_from_lru_list(page, lruvec, page_lru(page)); in isolate_migratepages_block()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmm_inline.h122 static __always_inline enum lru_list page_lru(struct page *page) in page_lru() function