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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/tdb/common/
H A Ddump.c96 long total_free = 0; local
127 total_free += rec.rec_len;
132 printf("total rec_len = [0x%08x (%d)]\n", (int)total_free,
133 (int)total_free);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/tdb/common/
H A Ddump.c96 long total_free = 0; local
127 total_free += rec.rec_len;
132 printf("total rec_len = [0x%08x (%d)]\n", (int)total_free,
133 (int)total_free);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libatalk/tdb/
H A Ddump.c96 long total_free = 0; local
127 total_free += rec.rec_len;
132 printf("total rec_len = [0x%08x (%d)]\n", (int)total_free,
133 (int)total_free);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libatalk/tdb/
H A Ddump.c96 long total_free = 0; local
127 total_free += rec.rec_len;
132 printf("total rec_len = [0x%08x (%d)]\n", (int)total_free,
133 (int)total_free);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/tdb/common/
H A Ddump.c96 long total_free = 0; local
127 total_free += rec.rec_len;
132 printf("total rec_len = [0x%08x (%d)]\n", (int)total_free,
133 (int)total_free);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libatalk/tdb/
H A Ddump.c96 long total_free = 0; local
127 total_free += rec.rec_len;
132 printf("total rec_len = [0x%08x (%d)]\n", (int)total_free,
133 (int)total_free);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptp/src/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/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);

Completed in 350 milliseconds

12