[PATCH 1/3] percpu_ida: introduce kobject for percpu_ida pool

2014-04-29 Thread Ming Lei
So that we can export some allocation/free information for monitoring percpu_ida performance. Signed-off-by: Ming Lei --- include/linux/percpu_ida.h | 16 lib/percpu_ida.c | 21 ++--- 2 files changed, 34 insertions(+), 3 deletions(-) diff --git

[PATCH 1/3] percpu_ida: introduce kobject for percpu_ida pool

2014-04-29 Thread Ming Lei
So that we can export some allocation/free information for monitoring percpu_ida performance. Signed-off-by: Ming Lei tom.leim...@gmail.com --- include/linux/percpu_ida.h | 16 lib/percpu_ida.c | 21 ++--- 2 files changed, 34 insertions(+), 3