Home
last modified time | relevance | path

Searched refs:total_used (Results 1 – 12 of 12) sorted by relevance

/linux-3.4.99/drivers/gpu/drm/
Ddrm_mm.c647 unsigned long total_used = 0, total_free = 0, total = 0; in drm_mm_debug_table() local
663 total_used += entry->size; in drm_mm_debug_table()
675 total = total_free + total_used; in drm_mm_debug_table()
678 total_used, total_free); in drm_mm_debug_table()
702 unsigned long total_used = 0, total_free = 0, total = 0; in drm_mm_dump_table() local
710 total_used += entry->size; in drm_mm_dump_table()
713 total = total_free + total_used; in drm_mm_dump_table()
715 seq_printf(m, "total: %lu, used %lu free %lu\n", total, total_used, total_free); in drm_mm_dump_table()
/linux-3.4.99/fs/ubifs/
Dmaster.c209 if (c->lst.total_used < 0 || (c->lst.total_used & 7)) { in validate_master()
215 c->lst.total_used > main_sz) { in validate_master()
221 c->lst.total_used + c->bi.old_idx_sz > main_sz) { in validate_master()
304 c->lst.total_used = le64_to_cpu(c->mst_node->total_used); in ubifs_read_master()
Dlprops.c557 ubifs_assert(!(c->lst.total_used & 7)); in ubifs_change_lp()
583 c->lst.total_used -= c->leb_size - old_spc; in ubifs_change_lp()
624 c->lst.total_used += c->leb_size - new_spc; in ubifs_change_lp()
1225 lst->total_used += c->leb_size - free - dirty; in scan_check_cb()
1295 lst.total_used != c->lst.total_used) { in dbg_check_lprops()
1300 lst.total_dirty, lst.total_used); in dbg_check_lprops()
1304 c->lst.total_dirty, c->lst.total_used); in dbg_check_lprops()
Dcommit.c199 c->mst_node->total_used = cpu_to_le64(lst.total_used); in do_commit()
Dubifs-media.h700 __le64 total_used; member
Dbudget.c214 available = c->main_bytes - c->lst.total_used; in ubifs_calc_available()
Dsb.c253 mst->total_used = cpu_to_le64(UBIFS_INO_NODE_SZ); in create_default_filesystem()
Dubifs.h527 long long total_used; member
Ddebug.c440 (unsigned long long)le64_to_cpu(mst->total_used)); in dbg_dump_node()
632 "total_dead %lld\n", lst->total_used, lst->total_dark, in dbg_dump_lstats()
/linux-3.4.99/fs/reiserfs/
Dprocfs.c269 unsigned long total_used = 0; in show_oidmap() local
279 total_used += right - MAP(i); in show_oidmap()
285 total_used += size / sizeof(reiserfs_oidinterval_d_t); in show_oidmap()
290 mapsize, le16_to_cpu(rs->s_v1.s_oid_maxsize), total_used); in show_oidmap()
/linux-3.4.99/tools/vm/
Dslabinfo.c768 avg_used, total_used = 0; in totals() local
883 total_used += used; in totals()
908 avg_used = total_used / used_slabs; in totals()
914 avg_objsize = total_used / total_objects; in totals()
925 store_size(b3, total_waste * 100 / total_used); in totals()
974 store_size(b3, max_used);store_size(b4, total_used); in totals()
/linux-3.4.99/fs/btrfs/
Dsuper.c1348 u64 total_used = 0; in btrfs_statfs() local
1364 total_used += found->disk_used; in btrfs_statfs()
1370 buf->f_bfree = buf->f_blocks - (total_used >> bits); in btrfs_statfs()