hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/android/binder_alloc.c
....@@ -1097,6 +1097,12 @@
10971097 return ret;
10981098 }
10991099
1100
+void binder_alloc_shrinker_exit(void)
1101
+{
1102
+ unregister_shrinker(&binder_shrinker);
1103
+ list_lru_destroy(&binder_alloc_lru);
1104
+}
1105
+
11001106 /**
11011107 * check_buffer() - verify that buffer/offset is safe to access
11021108 * @alloc: binder_alloc for this proc