Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/android/
H A Dbinder_alloc_selftest.c161 while ((count = list_lru_count(&binder_alloc_lru))) { in binder_selftest_free_page()
162 list_lru_walk(&binder_alloc_lru, binder_alloc_free_page, in binder_selftest_free_page()
186 if (list_lru_count(&binder_alloc_lru)) in binder_selftest_alloc_free()
H A Dbinder_alloc.c30 struct list_lru binder_alloc_lru; variable
238 on_lru = list_lru_del(&binder_alloc_lru, &page->lru); in binder_update_page_range()
289 ret = list_lru_add(&binder_alloc_lru, &page->lru); in binder_update_page_range()
859 on_lru = list_lru_del(&binder_alloc_lru, in binder_alloc_deferred_release()
1054 unsigned long ret = list_lru_count(&binder_alloc_lru); in binder_shrink_count()
1063 ret = list_lru_walk(&binder_alloc_lru, binder_alloc_free_page, in binder_shrink_scan()
1090 int ret = list_lru_init(&binder_alloc_lru); in binder_alloc_shrinker_init()
1095 list_lru_destroy(&binder_alloc_lru); in binder_alloc_shrinker_init()
H A Dbinder_alloc.h18 extern struct list_lru binder_alloc_lru;