Home
last modified time | relevance | path

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

/external/u-boot/fs/ubifs/
Dmaster.c191 if (c->lst.total_free < 0 || c->lst.total_free > main_sz || in validate_master()
192 c->lst.total_free & 7) { in validate_master()
207 if (c->lst.total_free + c->lst.total_dirty + in validate_master()
220 c->lst.total_dead > c->lst.total_free + c->lst.total_dirty || in validate_master()
227 c->lst.total_dark > c->lst.total_free + c->lst.total_dirty || in validate_master()
295 c->lst.total_free = le64_to_cpu(c->mst_node->total_free); in ubifs_read_master()
320 c->lst.total_free += growth * (long long)c->leb_size; in ubifs_read_master()
331 c->mst_node->total_free = cpu_to_le64(c->lst.total_free); in ubifs_read_master()
Dlprops.c546 ubifs_assert(!(c->lst.total_free & 7) && !(c->lst.total_dirty & 7)); in ubifs_change_lp()
579 c->lst.total_free += free - lprops->free; in ubifs_change_lp()
1095 lst->total_free += c->leb_size; in scan_check_cb()
1101 lst->total_free += lp->free; in scan_check_cb()
1218 lst->total_free += free; in scan_check_cb()
1284 lst.total_free != c->lst.total_free || in dbg_check_lprops()
1289 lst.empty_lebs, lst.idx_lebs, lst.total_free, in dbg_check_lprops()
1292 c->lst.empty_lebs, c->lst.idx_lebs, c->lst.total_free, in dbg_check_lprops()
Dubifs-media.h690 __le64 total_free; member
Dsb.c235 mst->total_free = cpu_to_le64(tmp64); in create_default_filesystem()
Dubifs.h1128 long long total_free; member
Ddebug.c396 (unsigned long long)le64_to_cpu(mst->total_free)); in ubifs_dump_node()
572 lst->taken_empty_lebs, lst->total_free, lst->total_dirty); in ubifs_dump_lstats()
Dsuper.c1316 if (c->lst.total_free + c->lst.total_dirty < c->dark_wm) { in check_free_space()
/external/ltp/testcases/kernel/mem/mtest01/
Dmtest01.c85 unsigned long long total_ram, total_free, D, C; in main() local
152 total_free = sstats.freeram + sstats.freeswap; in main()
154 pre_mem = sstats.mem_unit * total_free; in main()
163 C = sstats.mem_unit * (total_ram - total_free); in main()
/external/libcxxabi/src/
Dfallback_malloc.cpp188 heap_size total_free = 0; in print_free_list() local
196 total_free += p->len; in print_free_list()
198 std::cout << "Total Free space: " << total_free << std::endl; in print_free_list()
199 return total_free; in print_free_list()
/external/compiler-rt/lib/asan/
Dasan_stats.cc158 uptr total_free = stats.mmaped in __sanitizer_get_free_bytes() local
165 return (total_free > total_used) ? total_free - total_used : 1; in __sanitizer_get_free_bytes()
/external/mesa3d/src/gallium/auxiliary/util/
Du_mm.c42 int total_used = 0, total_free = 0; in u_mmDumpMemInfo() local
49 total_free += p->size; in u_mmDumpMemInfo()
55 total_used + total_free, total_used, total_free); in u_mmDumpMemInfo()
/external/autotest/client/site_tests/platform_CompressedSwap/
Dplatform_CompressedSwap.py100 total_free = memfree + swapfree
103 if not checking_for_oom and total_free < free_target:
/external/e2fsprogs/misc/
Dtune2fs.c2597 int total_free = 0; in ext2fs_calculate_summary_stats() local
2607 total_free++; in ext2fs_calculate_summary_stats()
2618 total_free = EXT2FS_C2B(fs, total_free); in ext2fs_calculate_summary_stats()
2619 ext2fs_free_blocks_count_set(fs->super, total_free); in ext2fs_calculate_summary_stats()
2625 total_free = 0; in ext2fs_calculate_summary_stats()
2633 total_free++; in ext2fs_calculate_summary_stats()
2644 fs->super->s_free_inodes_count = total_free; in ext2fs_calculate_summary_stats()
/external/e2fsprogs/lib/ext2fs/
Dtdb.c3019 long total_free = 0; in tdb_printfreelist() local
3050 total_free += rec.rec_len; in tdb_printfreelist()
3055 printf("total rec_len = [0x%08x (%d)]\n", (int)total_free, in tdb_printfreelist()
3056 (int)total_free); in tdb_printfreelist()