Searched refs:inuse (Results 1 - 18 of 18) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dalloc_stats.c18 int inuse, int isdir)
29 if (inuse > 0)
33 ext2fs_bg_free_inodes_count_set(fs, group, ext2fs_bg_free_inodes_count(fs, group) - inuse);
35 ext2fs_bg_used_dirs_count_set(fs, group, ext2fs_bg_used_dirs_count(fs, group) + inuse);
37 /* We don't strictly need to be clearing the uninit flag if inuse < 0
51 fs->super->s_free_inodes_count -= inuse;
56 void ext2fs_inode_alloc_stats(ext2_filsys fs, ext2_ino_t ino, int inuse) argument
58 ext2fs_inode_alloc_stats2(fs, ino, inuse, 0);
61 void ext2fs_block_alloc_stats2(ext2_filsys fs, blk64_t blk, int inuse) argument
72 if (inuse >
17 ext2fs_inode_alloc_stats2(ext2_filsys fs, ext2_ino_t ino, int inuse, int isdir) argument
85 (fs->block_alloc_stats)(fs, (blk64_t) blk, inuse); local
88 ext2fs_block_alloc_stats(ext2_filsys fs, blk_t blk, int inuse) argument
93 ext2fs_set_block_alloc_stats_callback(ext2_filsys fs, void (*func)(ext2_filsys fs, blk64_t blk, int inuse), void (**old)(ext2_filsys fs, blk64_t blk, int inuse)) argument
[all...]
H A Dgen_bitmap64.c184 double inuse; local
208 inuse = (double) now.tv_sec + \
210 inuse -= (double) stats->created.tv_sec + \
238 stats->mark_back, mark_back_perc, inuse);
H A Dext2fs.h263 void (*block_alloc_stats)(ext2_filsys fs, blk64_t blk, int inuse);
675 int inuse),
678 int inuse));
681 void ext2fs_inode_alloc_stats(ext2_filsys fs, ext2_ino_t ino, int inuse);
683 int inuse, int isdir);
684 void ext2fs_block_alloc_stats(ext2_filsys fs, blk_t blk, int inuse);
685 void ext2fs_block_alloc_stats2(ext2_filsys fs, blk64_t blk, int inuse);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpage_heap_allocator.h94 int inuse() const { return inuse_; } function in class:tcmalloc::PageHeapAllocator
H A Dthread_cache.h328 return threadcache_allocator.inuse();
H A Dtcmalloc.cc411 uint64_t(Static::span_allocator()->inuse()),
/external/zopfli/src/zopfli/
H A Dkatajainen.c39 char inuse; /* Tracking for garbage collection. */ member in struct:Node
58 node->inuse = 1;
73 pool->nodes[i].inuse = 0;
79 node->inuse = 1;
85 if (!pool->next->inuse) break; /* Found one. */
231 pool.nodes[i].inuse = 0;
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpage_heap_allocator.h108 int inuse() const { return inuse_; } function in class:tcmalloc::PageHeapAllocator
H A Dthread_cache.h351 return threadcache_allocator.inuse();
H A Dtcmalloc.cc442 uint64_t(Static::span_allocator()->inuse()),
/external/android-clat/
H A Dconfig.c228 int inuse = connect(s, (struct sockaddr *) &sin, sizeof(sin)) == 0 && local
234 return !inuse;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_tile_cache.c434 int inuse = 0, pos; local
447 ++inuse;
457 debug_printf("flushed tiles in use: %d\n", inuse);
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tile_cache.c434 int inuse = 0, pos; local
447 ++inuse;
457 debug_printf("flushed tiles in use: %d\n", inuse);
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dldo.c206 int inuse = stackinuse(L); local
207 int goodsize = inuse + (inuse / 8) + 2*EXTRA_STACK;
209 if (inuse > LUAI_MAXSTACK || /* handling stack overflow? */
H A Dlapi.c99 int inuse = cast_int(L->top - L->stack) + EXTRA_STACK; local
100 if (inuse > LUAI_MAXSTACK - size) /* can grow without overflow? */
/external/valgrind/main/VEX/priv/
H A Dir_opt.c181 Bool* inuse; member in struct:__anon32212
194 h->inuse = LibVEX_Alloc(h->size * sizeof(Bool));
208 if (h->inuse[i] && h->key[i] == key) {
227 if (h->inuse[i] && h->key[i] == key) {
240 if (!h->inuse[i]) continue;
248 h->inuse = inuse2;
255 h->inuse[h->used] = True;
600 if (!h->inuse[j])
609 h->inuse[j] = False;
692 env->inuse[
[all...]
/external/e2fsprogs/e2fsck/
H A Dpass1.c2859 static void e2fsck_block_alloc_stats(ext2_filsys fs, blk64_t blk, int inuse) argument
2864 if (inuse > 0)
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 555 milliseconds