Home
last modified time | relevance | path

Searched refs:total_free (Results 1 - 23 of 23) sorted by relevance

/kernel/linux/linux-5.10/fs/qnx4/
H A Dbitmap.c25 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()
/kernel/linux/linux-6.6/fs/qnx4/
H A Dbitmap.c25 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()
/kernel/linux/linux-5.10/fs/ubifs/
H A Dmaster.c271 if (c->lst.total_free < 0 || c->lst.total_free > main_sz || in validate_master()
272 c->lst.total_free & 7) { in validate_master()
287 if (c->lst.total_free + c->lst.total_dirty + in validate_master()
300 c->lst.total_dead > c->lst.total_free + c->lst.total_dirty || in validate_master()
307 c->lst.total_dark > c->lst.total_free + c->lst.total_dirty || in validate_master()
375 c->lst.total_free = le64_to_cpu(c->mst_node->total_free); in ubifs_read_master()
402 c->lst.total_free += growth * (long long)c->leb_size; in ubifs_read_master()
413 c->mst_node->total_free in ubifs_read_master()
[all...]
H A Dlprops.c541 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()
1086 lst->total_free += c->leb_size; in scan_check_cb()
1092 lst->total_free += lp->free; in scan_check_cb()
1213 lst->total_free += free; in scan_check_cb()
1279 lst.total_free != c->lst.total_free || in dbg_check_lprops()
1283 ubifs_err(c, "calculated: empty_lebs %d, idx_lebs %d, total_free %lld, total_dirty %lld, total_used %lld", in dbg_check_lprops()
1284 lst.empty_lebs, lst.idx_lebs, lst.total_free, in dbg_check_lprops()
1286 ubifs_err(c, "read from lprops: empty_lebs %d, idx_lebs %d, total_free in dbg_check_lprops()
[all...]
H A Dcommit.c180 c->mst_node->total_free = cpu_to_le64(lst.total_free); in do_commit()
H A Dubifs-media.h700 * @total_free: total free space in bytes
735 __le64 total_free; member
H A Dsb.c254 mst->total_free = cpu_to_le64(tmp64); in create_default_filesystem()
H A Ddebug.c418 (unsigned long long)le64_to_cpu(mst->total_free)); in ubifs_dump_node()
605 pr_err("\ttaken_empty_lebs %d, total_free %lld, total_dirty %lld\n", in ubifs_dump_lstats()
606 lst->taken_empty_lebs, lst->total_free, lst->total_dirty); in ubifs_dump_lstats()
H A Dubifs.h508 * @total_free: total free space in bytes (includes all LEBs)
533 long long total_free; member
H A Dsuper.c1242 if (c->lst.total_free + c->lst.total_dirty < c->dark_wm) { in check_free_space()
/kernel/linux/linux-6.6/fs/ubifs/
H A Dmaster.c271 if (c->lst.total_free < 0 || c->lst.total_free > main_sz || in validate_master()
272 c->lst.total_free & 7) { in validate_master()
287 if (c->lst.total_free + c->lst.total_dirty + in validate_master()
300 c->lst.total_dead > c->lst.total_free + c->lst.total_dirty || in validate_master()
307 c->lst.total_dark > c->lst.total_free + c->lst.total_dirty || in validate_master()
375 c->lst.total_free = le64_to_cpu(c->mst_node->total_free); in ubifs_read_master()
402 c->lst.total_free += growth * (long long)c->leb_size; in ubifs_read_master()
413 c->mst_node->total_free in ubifs_read_master()
[all...]
H A Dlprops.c541 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()
1086 lst->total_free += c->leb_size; in scan_check_cb()
1092 lst->total_free += lp->free; in scan_check_cb()
1213 lst->total_free += free; in scan_check_cb()
1279 lst.total_free != c->lst.total_free || in dbg_check_lprops()
1283 ubifs_err(c, "calculated: empty_lebs %d, idx_lebs %d, total_free %lld, total_dirty %lld, total_used %lld", in dbg_check_lprops()
1284 lst.empty_lebs, lst.idx_lebs, lst.total_free, in dbg_check_lprops()
1286 ubifs_err(c, "read from lprops: empty_lebs %d, idx_lebs %d, total_free in dbg_check_lprops()
[all...]
H A Dcommit.c180 c->mst_node->total_free = cpu_to_le64(lst.total_free); in do_commit()
H A Dubifs-media.h700 * @total_free: total free space in bytes
735 __le64 total_free; member
H A Dsb.c257 mst->total_free = cpu_to_le64(tmp64); in create_default_filesystem()
H A Ddebug.c418 (unsigned long long)le64_to_cpu(mst->total_free)); in ubifs_dump_node()
605 pr_err("\ttaken_empty_lebs %d, total_free %lld, total_dirty %lld\n", in ubifs_dump_lstats()
606 lst->taken_empty_lebs, lst->total_free, lst->total_dirty); in ubifs_dump_lstats()
H A Dubifs.h517 * @total_free: total free space in bytes (includes all LEBs)
542 long long total_free; member
H A Dsuper.c1242 if (c->lst.total_free + c->lst.total_dirty < c->dark_wm) { in check_free_space()
/kernel/linux/linux-5.10/tools/vm/
H A Dslabinfo.c449 unsigned long total_free; in slab_stats() local
456 total_free = s->free_fastpath + s->free_slowpath; in slab_stats()
467 total_free ? s->free_fastpath * 100 / total_free : 0); in slab_stats()
471 total_free ? s->free_slowpath * 100 / total_free : 0); in slab_stats()
475 total_free ? s->free_slab * 100 / total_free : 0); in slab_stats()
480 total_free ? s->free_add_partial * 100 / total_free in slab_stats()
627 unsigned long total_free; slabcache() local
[all...]
/kernel/linux/linux-6.6/tools/mm/
H A Dslabinfo.c473 unsigned long total_free; in slab_stats() local
480 total_free = s->free_fastpath + s->free_slowpath; in slab_stats()
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 in slab_stats()
651 unsigned long total_free; slabcache() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_mm.c1025 u64 total_used = 0, total_free = 0, total = 0; in drm_mm_print() local
1027 total_free += drm_mm_dump_hole(p, &mm->head_node); in drm_mm_print()
1033 total_free += drm_mm_dump_hole(p, entry); in drm_mm_print()
1035 total = total_free + total_used; in drm_mm_print()
1038 total_used, total_free); in drm_mm_print()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_mm.c1026 u64 total_used = 0, total_free = 0, total = 0; in drm_mm_print() local
1028 total_free += drm_mm_dump_hole(p, &mm->head_node); in drm_mm_print()
1034 total_free += drm_mm_dump_hole(p, entry); in drm_mm_print()
1036 total = total_free + total_used; in drm_mm_print()
1039 total_used, total_free); in drm_mm_print()
/kernel/linux/linux-6.6/scripts/gdb/linux/
H A Dslab.py285 total_free = 0
287 total_free += int(slab['objects'] - slab['inuse'])
288 return total_free

Completed in 37 milliseconds