Searched refs:freeblocks (Results 1 - 4 of 4) sorted by relevance

/external/toybox/toys/pending/
H A Dmke2fs.c91 unsigned freeblocks; // Free blocks in the filesystem.
248 sb->free_blocks_count = SWAP_LE32(TT.freeblocks);
490 TT.freeblocks = TT.blocks - temp;
/external/python/cpython2/Objects/
H A Dobmalloc.c1019 * was full and is in no list -- it's not in the freeblocks
1851 uint freeblocks; local
1860 freeblocks = NUMBLOCKS(sz) - p->ref.count;
1861 numfreeblocks[sz] += freeblocks;
1863 if (freeblocks > 0)
/external/python/cpython2/Modules/
H A D_collectionsmodule.c58 static block *freeblocks[MAXFREEBLOCKS]; variable
72 b = freeblocks[numfreeblocks];
89 freeblocks[numfreeblocks] = b;
/external/toybox/generated/
H A Dglobals.h732 unsigned freeblocks; // Free blocks in the filesystem. member in struct:mke2fs_data

Completed in 606 milliseconds