Searched defs:binder_stats (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/android/
H A Dbinder.c150 struct binder_stats { struct
157 static struct binder_stats binder_stats; variable in typeref:struct:binder_stats
161 binder_stats.obj_deleted[type]++;
166 binder_stats.obj_created[type]++;
310 struct binder_stats stats;
341 struct binder_stats stats;
1830 if (_IOC_NR(cmd) < ARRAY_SIZE(binder_stats.bc)) {
1831 binder_stats.bc[_IOC_NR(cmd)]++;
2209 if (_IOC_NR(cmd) < ARRAY_SIZE(binder_stats
[all...]

Completed in 51 milliseconds