Home
last modified time | relevance | path

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

/drivers/android/
A Dbinder_alloc.c30 static struct list_lru binder_freelist; variable
1221 return list_lru_count(&binder_freelist); in binder_shrink_count()
1227 return list_lru_walk(&binder_freelist, binder_alloc_free_page, in binder_shrink_scan()
1254 __binder_alloc_init(alloc, &binder_freelist); in binder_alloc_init()
1261 ret = list_lru_init(&binder_freelist); in binder_alloc_shrinker_init()
1267 list_lru_destroy(&binder_freelist); in binder_alloc_shrinker_init()
1282 list_lru_destroy(&binder_freelist); in binder_alloc_shrinker_exit()

Completed in 6 milliseconds