Searched defs:binder_stats (Results 1 – 2 of 2) sorted by relevance
135 struct binder_stats { struct136 atomic_t br[_IOC_NR(BR_TRANSACTION_PENDING_FROZEN) + 1];137 atomic_t bc[_IOC_NR(BC_REPLY_SG) + 1];138 atomic_t obj_created[BINDER_STAT_COUNT];139 atomic_t obj_deleted[BINDER_STAT_COUNT];
189 static struct binder_stats binder_stats; variable