Home
last modified time | relevance | path

Searched refs:binder_alloc_lru (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/android/
Dbinder_alloc_selftest.c169 while ((count = list_lru_count(&binder_alloc_lru))) { in binder_selftest_free_page()
170 list_lru_walk(&binder_alloc_lru, binder_alloc_free_page, in binder_selftest_free_page()
194 if (list_lru_count(&binder_alloc_lru)) in binder_selftest_alloc_free()
Dbinder_alloc.c35 struct list_lru binder_alloc_lru; variable
248 on_lru = list_lru_del(&binder_alloc_lru, &page->lru); in binder_update_page_range()
312 ret = list_lru_add(&binder_alloc_lru, &page->lru); in binder_update_page_range()
819 on_lru = list_lru_del(&binder_alloc_lru, in binder_alloc_deferred_release()
1014 unsigned long ret = list_lru_count(&binder_alloc_lru); in binder_shrink_count()
1023 ret = list_lru_walk(&binder_alloc_lru, binder_alloc_free_page, in binder_shrink_scan()
1050 int ret = list_lru_init(&binder_alloc_lru); in binder_alloc_shrinker_init()
1055 list_lru_destroy(&binder_alloc_lru); in binder_alloc_shrinker_init()
Dbinder_alloc.h26 extern struct list_lru binder_alloc_lru;