library: fix kb_slab_*reclaimable names and export both

This commit is contained in:
Jaromir Capik
2014-07-22 13:52:11 +02:00
parent c437faf8d3
commit cdc95efe74
3 changed files with 9 additions and 4 deletions

View File

@ -55,6 +55,9 @@ extern unsigned long kb_dirty;
extern unsigned long kb_inactive;
extern unsigned long kb_mapped;
extern unsigned long kb_pagetables;
// seen on 2.6.24-rc6-git12
extern unsigned long kb_slab_reclaimable;
extern unsigned long kb_slab_unreclaimable;
#define BUFFSIZE (64*1024)
typedef unsigned long long jiff;