zs_stat_get       614 mm/zsmalloc.c  		class_almost_full = zs_stat_get(class, CLASS_ALMOST_FULL);
zs_stat_get       615 mm/zsmalloc.c  		class_almost_empty = zs_stat_get(class, CLASS_ALMOST_EMPTY);
zs_stat_get       616 mm/zsmalloc.c  		obj_allocated = zs_stat_get(class, OBJ_ALLOCATED);
zs_stat_get       617 mm/zsmalloc.c  		obj_used = zs_stat_get(class, OBJ_USED);
zs_stat_get      2253 mm/zsmalloc.c  	unsigned long obj_allocated = zs_stat_get(class, OBJ_ALLOCATED);
zs_stat_get      2254 mm/zsmalloc.c  	unsigned long obj_used = zs_stat_get(class, OBJ_USED);