Lines Matching refs:obj_allocated
563 unsigned long obj_allocated, obj_used, pages_used, freeable;
571 "obj_allocated", "obj_used", "pages_used",
589 obj_allocated = zs_stat_get(class, ZS_OBJS_ALLOCATED);
595 pages_used = obj_allocated / objs_per_zspage *
599 obj_allocated, obj_used, pages_used,
602 total_objs += obj_allocated;
798 static inline bool obj_allocated(struct page *page, void *obj,
1564 if (obj_allocated(page, addr + offset, &handle))
1847 if (obj_allocated(page, addr, &handle)) {
1975 unsigned long obj_allocated = zs_stat_get(class, ZS_OBJS_ALLOCATED);
1978 if (obj_allocated <= obj_used)
1981 obj_wasted = obj_allocated - obj_used;