Home
last modified time | relevance | path

Searched refs:total_free (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_stats.cpp148 uptr total_free = stats.mmaped - stats.munmaped + stats.really_freed; in __sanitizer_get_free_bytes() local
152 return (total_free > total_used) ? total_free - total_used : 1; in __sanitizer_get_free_bytes()
/freebsd/sys/dev/drm2/
H A Ddrm_mm.c687 unsigned long total_used = 0, total_free = 0, total = 0; in drm_mm_debug_table() local
697 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()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp395 static void bcheck(kmp_info_t *th, bufsize *max_free, bufsize *total_free) { in bcheck() argument
399 *total_free = *max_free = 0; in bcheck()
408 *total_free += (b->bh.bb.bsize - sizeof(bhead_t)); in bcheck()
/freebsd/sys/dev/ice/
H A Dice_adminq_cmd.h391 __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
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_dataset.c2169 uint64_t total_free = first->dle_bpobj.bpo_phys->bpo_num_freed + in dsl_livelist_should_condense() local
2173 if ((total_entries - (2 * total_free)) < zfs_livelist_max_entries) in dsl_livelist_should_condense()