Lines Matching refs:lru
247 on_lru = list_lru_del(&binder_alloc_lru, &page->lru); in binder_update_page_range()
267 INIT_LIST_HEAD(&page->lru); in binder_update_page_range()
311 ret = list_lru_add(&binder_alloc_lru, &page->lru); in binder_update_page_range()
787 &alloc->pages[i].lru); in binder_alloc_deferred_release()
850 int lru = 0; in binder_alloc_print_pages() local
858 else if (list_empty(&page->lru)) in binder_alloc_print_pages()
861 lru++; in binder_alloc_print_pages()
864 seq_printf(m, " pages: %d:%d:%d\n", active, lru, free); in binder_alloc_print_pages()
910 struct list_lru_one *lru, in binder_alloc_free_page() argument
917 lru); in binder_alloc_free_page()
941 list_lru_isolate(lru, item); in binder_alloc_free_page()