Searched refs:total_free (Results 1 – 5 of 5) sorted by relevance
148 uptr total_free = stats.mmaped - stats.munmaped + stats.really_freed; in __sanitizer_get_free_bytes() local152 return (total_free > total_used) ? total_free - total_used : 1; in __sanitizer_get_free_bytes()
687 unsigned long total_used = 0, total_free = 0, total = 0; in drm_mm_debug_table() local697 total_free += hole_size; in drm_mm_debug_table()712 total_free += hole_size; in drm_mm_debug_table()715 total = total_free + total_used; in drm_mm_debug_table()718 total_used, total_free); in drm_mm_debug_table()
395 static void bcheck(kmp_info_t *th, bufsize *max_free, bufsize *total_free) { in bcheck() argument399 *total_free = *max_free = 0; in bcheck()408 *total_free += (b->bh.bb.bsize - sizeof(bhead_t)); in bcheck()
391 __le16 total_free; /* Resources un-allocated/not reserved by any PF */381 __le16 total_free; /* Resources un-allocated/not reserved by any PF */ global() member
2169 uint64_t total_free = first->dle_bpobj.bpo_phys->bpo_num_freed + in dsl_livelist_should_condense() local2173 if ((total_entries - (2 * total_free)) < zfs_livelist_max_entries) in dsl_livelist_should_condense()