Home
last modified time | relevance | path

Searched refs:freeblocks (Results 1 – 8 of 8) sorted by relevance

/third_party/toybox/toys/pending/
Dmke2fs.c91 unsigned freeblocks; // Free blocks in the filesystem.
384 sb->free_blocks_count = SWAP_LE32(TT.freeblocks); in init_superblock()
627 TT.freeblocks = TT.blocks - temp; in mke2fs_main()
/third_party/python/Objects/
Dobmalloc.c2662 uint freeblocks; in _PyObject_DebugMallocStats() local
2673 freeblocks = NUMBLOCKS(sz) - p->ref.count; in _PyObject_DebugMallocStats()
2674 numfreeblocks[sz] += freeblocks; in _PyObject_DebugMallocStats()
2676 if (freeblocks > 0) in _PyObject_DebugMallocStats()
/third_party/python/Tools/c-analyzer/
Dignored-globals.txt153 freeblocks
DTODO90 Modules/_collectionsmodule.c:freeblocks static block *freeblocks[MAXFREEBL…
Dknown.tsv289 Modules/_collectionsmodule.c - freeblocks variable static block *freeblocks[MAXFREEBLOCKS]
/third_party/python/Modules/
D_collectionsmodule.c127 static block *freeblocks[MAXFREEBLOCKS]; variable
134 return freeblocks[numfreeblocks]; in newblock()
148 freeblocks[numfreeblocks] = b; in freeblock()
/third_party/toybox/generated/
Dglobals.h742 unsigned freeblocks; // Free blocks in the filesystem. member
/third_party/ntfs-3g/ntfsprogs/
Dntfssecaudit.c1759 static void freeblocks(void) in freeblocks() function
6452 freeblocks(); in main()