Lines Matching refs:obj_count
868 unsigned obj_count; in __mfu_check() local
874 obj_count = __mf_find_objects (ptr_low, ptr_high, ovr_obj, 1); in __mfu_check()
875 if (UNLIKELY (obj_count > 1)) in __mfu_check()
881 obj_count)); in __mfu_check()
883 n = __mf_find_objects (ptr_low, ptr_high, all_ovr_obj, obj_count); in __mfu_check()
884 assert (n == obj_count); in __mfu_check()
894 for (i = 0; i < obj_count; i++) in __mfu_check()
906 for (i = 0; i < obj_count; i++) in __mfu_check()
931 for (i = 0; i < obj_count; i++) in __mfu_check()
950 if (UNLIKELY ((judgement == 0) && (obj_count > 1))) in __mfu_check()
953 for (i = 0; i < obj_count; i++) in __mfu_check()
964 for (j = 0; j < obj_count; j++) in __mfu_check()
1362 unsigned obj_count; member
1383 s->obj_count ++; in __mf_adapt_cache_fn()
1439 if (! (s.obj_count > 0) && (s.live_obj_count > 0) && (s.total_weight > 0.0)) in __mf_adapt_cache()
1475 s.obj_count, s.live_obj_count, s.total_size, s.total_weight, s.weighted_size, in __mf_adapt_cache()
2152 unsigned obj_count; in __mf_watch_or_not() local
2157 obj_count = __mf_find_objects (ptr_low, ptr_high, NULL, 0); in __mf_watch_or_not()
2158 VERBOSE_TRACE (" %u:", obj_count); in __mf_watch_or_not()
2160 all_ovr_objs = CALL_REAL (malloc, (sizeof (__mf_object_t *) * obj_count)); in __mf_watch_or_not()
2162 n = __mf_find_objects (ptr_low, ptr_high, all_ovr_objs, obj_count); in __mf_watch_or_not()
2163 assert (n == obj_count); in __mf_watch_or_not()
2165 for (n = 0; n < obj_count; n ++) in __mf_watch_or_not()