Searched refs:total_free (Results 1 – 12 of 12) sorted by relevance
| /linux/fs/qnx4/ |
| A D | bitmap.c | 25 int total_free = 0; in qnx4_count_free_blocks() local 37 total_free += bytes * BITS_PER_BYTE - in qnx4_count_free_blocks() 44 return total_free; in qnx4_count_free_blocks()
|
| /linux/fs/ubifs/ |
| A D | master.c | 274 if (c->lst.total_free < 0 || c->lst.total_free > main_sz || in validate_master() 275 c->lst.total_free & 7) { in validate_master() 290 if (c->lst.total_free + c->lst.total_dirty + in validate_master() 303 c->lst.total_dead > c->lst.total_free + c->lst.total_dirty || in validate_master() 310 c->lst.total_dark > c->lst.total_free + c->lst.total_dirty || in validate_master() 378 c->lst.total_free = le64_to_cpu(c->mst_node->total_free); in ubifs_read_master() 405 c->lst.total_free += growth * (long long)c->leb_size; in ubifs_read_master() 416 c->mst_node->total_free = cpu_to_le64(c->lst.total_free); in ubifs_read_master()
|
| A D | lprops.c | 541 ubifs_assert(c, !(c->lst.total_free & 7) && !(c->lst.total_dirty & 7)); in ubifs_change_lp() 574 c->lst.total_free += free - lprops->free; in ubifs_change_lp() 1087 lst->total_free += c->leb_size; in scan_check_cb() 1093 lst->total_free += lp->free; in scan_check_cb() 1214 lst->total_free += free; in scan_check_cb() 1279 lst.total_free != c->lst.total_free || in dbg_check_lprops() 1284 lst.empty_lebs, lst.idx_lebs, lst.total_free, in dbg_check_lprops() 1287 c->lst.empty_lebs, c->lst.idx_lebs, c->lst.total_free, in dbg_check_lprops()
|
| A D | commit.c | 191 c->mst_node->total_free = cpu_to_le64(lst.total_free); in do_commit()
|
| A D | ubifs-media.h | 735 __le64 total_free; member
|
| A D | sb.c | 257 mst->total_free = cpu_to_le64(tmp64); in create_default_filesystem()
|
| A D | ubifs.h | 535 long long total_free; member
|
| A D | debug.c | 418 (unsigned long long)le64_to_cpu(mst->total_free)); in ubifs_dump_node() 606 lst->taken_empty_lebs, lst->total_free, lst->total_dirty); in ubifs_dump_lstats()
|
| A D | super.c | 1241 if (c->lst.total_free + c->lst.total_dirty < c->dark_wm) { in check_free_space()
|
| /linux/tools/mm/ |
| A D | slabinfo.c | 473 unsigned long total_free; in slab_stats() local 491 total_free ? s->free_fastpath * 100 / total_free : 0); in slab_stats() 495 total_free ? s->free_slowpath * 100 / total_free : 0); in slab_stats() 499 total_free ? s->free_slab * 100 / total_free : 0); in slab_stats() 504 total_free ? s->free_add_partial * 100 / total_free : 0); in slab_stats() 508 total_free ? s->free_remove_partial * 100 / total_free : 0); in slab_stats() 513 total_free ? s->cpu_partial_free * 100 / total_free : 0); in slab_stats() 518 total_free ? s->free_frozen * 100 / total_free : 0); in slab_stats() 651 unsigned long total_free; in slabcache() local 658 total_alloc, total_free, in slabcache() [all …]
|
| /linux/scripts/gdb/linux/ |
| A D | slab.py | 284 total_free = 0 286 total_free += int(slab['objects'] - slab['inuse']) 287 return total_free
|
| /linux/drivers/gpu/drm/ |
| A D | drm_mm.c | 991 u64 total_used = 0, total_free = 0, total = 0; in drm_mm_print() local 993 total_free += drm_mm_dump_hole(p, &mm->head_node); in drm_mm_print() 999 total_free += drm_mm_dump_hole(p, entry); in drm_mm_print() 1001 total = total_free + total_used; in drm_mm_print() 1004 total_used, total_free); in drm_mm_print()
|
Completed in 41 milliseconds