Home
last modified time | relevance | path

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

/openbmc/linux/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.c29 struct list_lru binder_alloc_lru; variable
237 on_lru = list_lru_del(&binder_alloc_lru, &page->lru); in binder_update_page_range()
288 ret = list_lru_add(&binder_alloc_lru, &page->lru); in binder_update_page_range()
849 on_lru = list_lru_del(&binder_alloc_lru, in binder_alloc_deferred_release()
1048 return list_lru_count(&binder_alloc_lru); in binder_shrink_count()
1054 return list_lru_walk(&binder_alloc_lru, binder_alloc_free_page, in binder_shrink_scan()
1082 int ret = list_lru_init(&binder_alloc_lru); in binder_alloc_shrinker_init()
1087 list_lru_destroy(&binder_alloc_lru); in binder_alloc_shrinker_init()
1095 list_lru_destroy(&binder_alloc_lru); in binder_alloc_shrinker_exit()
H A Dbinder_alloc.h18 extern struct list_lru binder_alloc_lru;