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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/qnx4/
H A Dbitmap.c41 int total_free = 0; local
51 count_bits(bh->b_data, size - total, &total_free);
57 return total_free;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tdb/common/
H A Ddump.c97 long total_free = 0; local
128 total_free += rec.rec_len;
133 printf("total rec_len = [0x%08x (%d)]\n", (int)total_free,
134 (int)total_free);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Dmaster.c198 if (c->lst.total_free < 0 || c->lst.total_free > main_sz ||
199 c->lst.total_free & 7) {
214 if (c->lst.total_free + c->lst.total_dirty +
227 c->lst.total_dead > c->lst.total_free + c->lst.total_dirty ||
234 c->lst.total_dark > c->lst.total_free + c->lst.total_dirty ||
302 c->lst.total_free = le64_to_cpu(c->mst_node->total_free);
327 c->lst.total_free += growth * (long long)c->leb_size;
338 c->mst_node->total_free
[all...]
H A Dlprops.c549 ubifs_assert(!(c->lst.total_free & 7) && !(c->lst.total_dirty & 7));
582 c->lst.total_free += free - lprops->free;
1106 lst->total_free += c->leb_size;
1115 lst->total_free += lp->free;
1226 lst->total_free += free;
1298 lst->total_free != c->lst.total_free ||
1303 "total_free %lld, total_dirty %lld, total_used %lld",
1304 lst->empty_lebs, lst->idx_lebs, lst->total_free,
1307 "total_free
[all...]
H A Dubifs-media.h664 * @total_free: total free space in bytes
696 __le64 total_free; member in struct:ubifs_mst_node
H A Dcommit.c139 c->mst_node->total_free = cpu_to_le64(lst.total_free);
H A Dsb.c240 mst->total_free = cpu_to_le64(tmp64);
H A Dubifs.h493 * @total_free: total free space in bytes (includes all LEBs)
518 long long total_free; member in struct:ubifs_lp_stats
H A Ddebug.c409 (unsigned long long)le64_to_cpu(mst->total_free));
596 printk(KERN_DEBUG "\ttaken_empty_lebs %d, total_free %lld, "
597 "total_dirty %lld\n", lst->taken_empty_lebs, lst->total_free,
H A Dsuper.c1119 if (c->lst.total_free + c->lst.total_dirty < c->dark_wm) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/vm/
H A Dslabinfo.c418 unsigned long total_free; local
425 total_free = s->free_fastpath + s->free_slowpath;
436 s->free_fastpath * 100 / total_free);
440 s->free_slowpath * 100 / total_free);
444 s->free_slab * 100 / total_free);
449 s->free_add_partial * 100 / total_free);
453 s->free_remove_partial * 100 / total_free);
458 s->free_frozen * 100 / total_free);
460 printf("Total %8lu %8lu\n\n", total_alloc, total_free);
571 unsigned long total_free; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_mm.c585 int total_used = 0, total_free = 0, total = 0; local
593 total_free += entry->size;
598 total_used, total_free);
606 int total_used = 0, total_free = 0, total = 0; local
612 total_free += entry->size;
616 seq_printf(m, "total: %d, used %d free %d\n", total, total_used, total_free);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.c563 long total_free = 0; local
592 total_free += rec.rec_len;
597 printf("total rec_len = [0x%08x (%d)]\n", (int)total_free,
598 (int)total_free);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/tdb/
H A Dtdb.c570 long total_free = 0; local
599 total_free += rec.rec_len;
604 printf("total rec_len = [0x%08x (%d)]\n", (int)total_free,
605 (int)total_free);

Completed in 179 milliseconds