Home
last modified time | relevance | path

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

/linux-6.15/drivers/android/
H A Dbinder_alloc.c1230 static struct shrinker *binder_shrinker; variable
1256 binder_shrinker = shrinker_alloc(0, "android-binder"); in binder_alloc_shrinker_init()
1257 if (!binder_shrinker) { in binder_alloc_shrinker_init()
1262 binder_shrinker->count_objects = binder_shrink_count; in binder_alloc_shrinker_init()
1263 binder_shrinker->scan_objects = binder_shrink_scan; in binder_alloc_shrinker_init()
1265 shrinker_register(binder_shrinker); in binder_alloc_shrinker_init()
1272 shrinker_free(binder_shrinker); in binder_alloc_shrinker_exit()