Searched refs:total_free (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/fs/qnx4/ |
D | bitmap.c | 24 int total_free = 0; in qnx4_count_free_blocks() local 36 total_free += bytes * BITS_PER_BYTE - in qnx4_count_free_blocks() 43 return total_free; in qnx4_count_free_blocks()
|
/linux-4.4.14/fs/ubifs/ |
D | master.c | 198 if (c->lst.total_free < 0 || c->lst.total_free > main_sz || in validate_master() 199 c->lst.total_free & 7) { in validate_master() 214 if (c->lst.total_free + c->lst.total_dirty + in validate_master() 227 c->lst.total_dead > c->lst.total_free + c->lst.total_dirty || in validate_master() 234 c->lst.total_dark > c->lst.total_free + c->lst.total_dirty || in validate_master() 302 c->lst.total_free = le64_to_cpu(c->mst_node->total_free); in ubifs_read_master() 327 c->lst.total_free += growth * (long long)c->leb_size; in ubifs_read_master() 338 c->mst_node->total_free = cpu_to_le64(c->lst.total_free); in ubifs_read_master()
|
D | lprops.c | 555 ubifs_assert(!(c->lst.total_free & 7) && !(c->lst.total_dirty & 7)); in ubifs_change_lp() 588 c->lst.total_free += free - lprops->free; in ubifs_change_lp() 1104 lst->total_free += c->leb_size; in scan_check_cb() 1110 lst->total_free += lp->free; in scan_check_cb() 1227 lst->total_free += free; in scan_check_cb() 1293 lst.total_free != c->lst.total_free || in dbg_check_lprops() 1298 lst.empty_lebs, lst.idx_lebs, lst.total_free, in dbg_check_lprops() 1301 c->lst.empty_lebs, c->lst.idx_lebs, c->lst.total_free, in dbg_check_lprops()
|
D | commit.c | 192 c->mst_node->total_free = cpu_to_le64(lst.total_free); in do_commit()
|
D | ubifs-media.h | 698 __le64 total_free; member
|
D | sb.c | 238 mst->total_free = cpu_to_le64(tmp64); in create_default_filesystem()
|
D | ubifs.h | 536 long long total_free; member
|
D | debug.c | 395 (unsigned long long)le64_to_cpu(mst->total_free)); in ubifs_dump_node() 571 lst->taken_empty_lebs, lst->total_free, lst->total_dirty); in ubifs_dump_lstats()
|
D | super.c | 1131 if (c->lst.total_free + c->lst.total_dirty < c->dark_wm) { in check_free_space()
|
/linux-4.4.14/tools/vm/ |
D | slabinfo.c | 439 unsigned long total_free; in slab_stats() local 446 total_free = s->free_fastpath + s->free_slowpath; in slab_stats() 457 total_free ? s->free_fastpath * 100 / total_free : 0); in slab_stats() 461 total_free ? s->free_slowpath * 100 / total_free : 0); in slab_stats() 465 total_free ? s->free_slab * 100 / total_free : 0); in slab_stats() 470 total_free ? s->free_add_partial * 100 / total_free : 0); in slab_stats() 474 total_free ? s->free_remove_partial * 100 / total_free : 0); in slab_stats() 479 total_free ? s->cpu_partial_free * 100 / total_free : 0); in slab_stats() 484 total_free ? s->free_frozen * 100 / total_free : 0); in slab_stats() 486 printf("Total %8lu %8lu\n\n", total_alloc, total_free); in slab_stats() [all …]
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_mm.c | 802 u64 total_used = 0, total_free = 0, total = 0; in drm_mm_debug_table() local 804 total_free += drm_mm_debug_hole(&mm->head_node, prefix); in drm_mm_debug_table() 810 total_free += drm_mm_debug_hole(entry, prefix); in drm_mm_debug_table() 812 total = total_free + total_used; in drm_mm_debug_table() 815 total_used, total_free); in drm_mm_debug_table() 844 u64 total_used = 0, total_free = 0, total = 0; in drm_mm_dump_table() local 846 total_free += drm_mm_dump_hole(m, &mm->head_node); in drm_mm_dump_table() 852 total_free += drm_mm_dump_hole(m, entry); in drm_mm_dump_table() 854 total = total_free + total_used; in drm_mm_dump_table() 857 total_used, total_free); in drm_mm_dump_table()
|
/linux-4.4.14/drivers/staging/gdm72xx/ |
D | gdm_qos.c | 80 int total_free = 0; in free_qos_entry_list() local 85 total_free++; in free_qos_entry_list() 88 pr_debug("%s: total_free_cnt=%d\n", __func__, total_free); in free_qos_entry_list()
|