Searched defs:binder_stats (Results 1 – 2 of 2) sorted by relevance
157 struct binder_stats { struct158 atomic_t br[_IOC_NR(BR_ONEWAY_SPAM_SUSPECT) + 1];159 atomic_t bc[_IOC_NR(BC_REPLY_SG) + 1];160 atomic_t obj_created[BINDER_STAT_COUNT];161 atomic_t obj_deleted[BINDER_STAT_COUNT];
161 static struct binder_stats binder_stats; variable