Lines Matching refs:lru
238 on_lru = list_lru_del(&binder_alloc_lru, &page->lru); in binder_update_page_range()
258 INIT_LIST_HEAD(&page->lru); in binder_update_page_range()
289 ret = list_lru_add(&binder_alloc_lru, &page->lru); in binder_update_page_range()
853 &alloc->pages[i].lru); in binder_alloc_deferred_release()
914 int lru = 0; in binder_alloc_print_pages() local
927 else if (list_empty(&page->lru)) in binder_alloc_print_pages()
930 lru++; in binder_alloc_print_pages()
934 seq_printf(m, " pages: %d:%d:%d\n", active, lru, free); in binder_alloc_print_pages()
980 struct list_lru_one *lru, in binder_alloc_free_page() argument
988 lru); in binder_alloc_free_page()
1013 list_lru_isolate(lru, item); in binder_alloc_free_page()