binder_alloc_lru   29 drivers/android/binder_alloc.c struct list_lru binder_alloc_lru;
binder_alloc_lru  237 drivers/android/binder_alloc.c 			on_lru = list_lru_del(&binder_alloc_lru, &page->lru);
binder_alloc_lru  289 drivers/android/binder_alloc.c 		ret = list_lru_add(&binder_alloc_lru, &page->lru);
binder_alloc_lru  781 drivers/android/binder_alloc.c 			on_lru = list_lru_del(&binder_alloc_lru,
binder_alloc_lru  976 drivers/android/binder_alloc.c 	unsigned long ret = list_lru_count(&binder_alloc_lru);
binder_alloc_lru  985 drivers/android/binder_alloc.c 	ret = list_lru_walk(&binder_alloc_lru, binder_alloc_free_page,
binder_alloc_lru 1012 drivers/android/binder_alloc.c 	int ret = list_lru_init(&binder_alloc_lru);
binder_alloc_lru 1017 drivers/android/binder_alloc.c 			list_lru_destroy(&binder_alloc_lru);
binder_alloc_lru   18 drivers/android/binder_alloc.h extern struct list_lru binder_alloc_lru;
binder_alloc_lru  161 drivers/android/binder_alloc_selftest.c 	while ((count = list_lru_count(&binder_alloc_lru))) {
binder_alloc_lru  162 drivers/android/binder_alloc_selftest.c 		list_lru_walk(&binder_alloc_lru, binder_alloc_free_page,
binder_alloc_lru  186 drivers/android/binder_alloc_selftest.c 	if (list_lru_count(&binder_alloc_lru))