Searched defs:binder_stats (Results 1 – 2 of 2) sorted by relevance
137 struct binder_stats { struct138 atomic_t br[_IOC_NR(BR_CLEAR_FREEZE_NOTIFICATION_DONE) + 1];139 atomic_t bc[_IOC_NR(BC_FREEZE_NOTIFICATION_DONE) + 1];140 atomic_t obj_created[BINDER_STAT_COUNT];141 atomic_t obj_deleted[BINDER_STAT_COUNT];
189 static struct binder_stats binder_stats; variable