total_free        966 drivers/gpu/drm/drm_mm.c 	u64 total_used = 0, total_free = 0, total = 0;
total_free        968 drivers/gpu/drm/drm_mm.c 	total_free += drm_mm_dump_hole(p, &mm->head_node);
total_free        974 drivers/gpu/drm/drm_mm.c 		total_free += drm_mm_dump_hole(p, entry);
total_free        976 drivers/gpu/drm/drm_mm.c 	total = total_free + total_used;
total_free        979 drivers/gpu/drm/drm_mm.c 		   total_used, total_free);
total_free         25 fs/qnx4/bitmap.c 	int total_free = 0;
total_free         37 fs/qnx4/bitmap.c 		total_free += bytes * BITS_PER_BYTE -
total_free         44 fs/qnx4/bitmap.c 	return total_free;
total_free        180 fs/ubifs/commit.c 	c->mst_node->total_free  = cpu_to_le64(lst.total_free);
total_free        388 fs/ubifs/debug.c 		       (unsigned long long)le64_to_cpu(mst->total_free));
total_free        569 fs/ubifs/debug.c 	       lst->taken_empty_lebs, lst->total_free, lst->total_dirty);
total_free        541 fs/ubifs/lprops.c 	ubifs_assert(c, !(c->lst.total_free & 7) && !(c->lst.total_dirty & 7));
total_free        574 fs/ubifs/lprops.c 		c->lst.total_free += free - lprops->free;
total_free       1086 fs/ubifs/lprops.c 		lst->total_free += c->leb_size;
total_free       1092 fs/ubifs/lprops.c 		lst->total_free  += lp->free;
total_free       1213 fs/ubifs/lprops.c 	lst->total_free += free;
total_free       1279 fs/ubifs/lprops.c 	    lst.total_free != c->lst.total_free ||
total_free       1284 fs/ubifs/lprops.c 			  lst.empty_lebs, lst.idx_lebs, lst.total_free,
total_free       1287 fs/ubifs/lprops.c 			  c->lst.empty_lebs, c->lst.idx_lebs, c->lst.total_free,
total_free        274 fs/ubifs/master.c 	if (c->lst.total_free < 0 || c->lst.total_free > main_sz ||
total_free        275 fs/ubifs/master.c 	    c->lst.total_free & 7) {
total_free        290 fs/ubifs/master.c 	if (c->lst.total_free + c->lst.total_dirty +
total_free        303 fs/ubifs/master.c 	    c->lst.total_dead > c->lst.total_free + c->lst.total_dirty ||
total_free        310 fs/ubifs/master.c 	    c->lst.total_dark > c->lst.total_free + c->lst.total_dirty ||
total_free        378 fs/ubifs/master.c 	c->lst.total_free  = le64_to_cpu(c->mst_node->total_free);
total_free        405 fs/ubifs/master.c 		c->lst.total_free += growth * (long long)c->leb_size;
total_free        416 fs/ubifs/master.c 		c->mst_node->total_free = cpu_to_le64(c->lst.total_free);
total_free        254 fs/ubifs/sb.c  	mst->total_free = cpu_to_le64(tmp64);
total_free       1194 fs/ubifs/super.c 	if (c->lst.total_free + c->lst.total_dirty < c->dark_wm) {
total_free        735 fs/ubifs/ubifs-media.h 	__le64 total_free;
total_free        531 fs/ubifs/ubifs.h 	long long total_free;
total_free        449 tools/vm/slabinfo.c 	unsigned long total_free;
total_free        456 tools/vm/slabinfo.c 	total_free = s->free_fastpath + s->free_slowpath;
total_free        467 tools/vm/slabinfo.c 		total_free ? s->free_fastpath * 100 / total_free : 0);
total_free        471 tools/vm/slabinfo.c 		total_free ? s->free_slowpath * 100 / total_free : 0);
total_free        475 tools/vm/slabinfo.c 		total_free ? s->free_slab * 100 / total_free : 0);
total_free        480 tools/vm/slabinfo.c 		total_free ? s->free_add_partial * 100 / total_free : 0);
total_free        484 tools/vm/slabinfo.c 		total_free ? s->free_remove_partial * 100 / total_free : 0);
total_free        489 tools/vm/slabinfo.c 		total_free ? s->cpu_partial_free * 100 / total_free : 0);
total_free        494 tools/vm/slabinfo.c 		total_free ? s->free_frozen * 100 / total_free : 0);
total_free        496 tools/vm/slabinfo.c 	printf("Total                %8lu %8lu\n\n", total_alloc, total_free);
total_free        627 tools/vm/slabinfo.c 		unsigned long total_free;
total_free        630 tools/vm/slabinfo.c 		total_free = s->free_fastpath + s->free_slowpath;
total_free        634 tools/vm/slabinfo.c 			total_alloc, total_free,
total_free        636 tools/vm/slabinfo.c 			total_free ? (s->free_fastpath * 100 / total_free) : 0,