Home
last modified time | relevance | path

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

/drivers/android/
A Dbinder_alloc.c1231 static struct shrinker *binder_shrinker; variable
1265 binder_shrinker = shrinker_alloc(0, "android-binder"); in binder_alloc_shrinker_init()
1266 if (!binder_shrinker) { in binder_alloc_shrinker_init()
1271 binder_shrinker->count_objects = binder_shrink_count; in binder_alloc_shrinker_init()
1272 binder_shrinker->scan_objects = binder_shrink_scan; in binder_alloc_shrinker_init()
1274 shrinker_register(binder_shrinker); in binder_alloc_shrinker_init()
1281 shrinker_free(binder_shrinker); in binder_alloc_shrinker_exit()

Completed in 6 milliseconds