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

/drivers/staging/android/
H A Dbinder.c157 struct binder_stats { struct
164 static struct binder_stats binder_stats; variable in typeref:struct:binder_stats
168 binder_stats.obj_deleted[type]++;
173 binder_stats.obj_created[type]++;
318 struct binder_stats stats;
349 struct binder_stats stats;
1769 if (_IOC_NR(cmd) < ARRAY_SIZE(binder_stats.bc)) {
1770 binder_stats.bc[_IOC_NR(cmd)]++;
2121 if (_IOC_NR(cmd) < ARRAY_SIZE(binder_stats
[all...]

Completed in 469 milliseconds