HomeSort by relevance Sort by last modified time
    Searched refs:inuse (Results 1 - 17 of 17) sorted by null

  /external/e2fsprogs/lib/ext2fs/
alloc_stats.c 18 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)
58 ext2fs_inode_alloc_stats2(fs, ino, inuse, 0);
61 void ext2fs_block_alloc_stats2(ext2_filsys fs, blk64_t blk, int inuse)
72 if (inuse > 0
85 (fs->block_alloc_stats)(fs, (blk64_t) blk, inuse); local
    [all...]
gen_bitmap64.c 184 double inuse; local
208 inuse = (double) now.tv_sec + \
210 inuse -= (double) stats->created.tv_sec + \
238 stats->mark_back, mark_back_perc, inuse);
ext2fs.h 263 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);
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
page_heap_allocator.h 94 int inuse() const { return inuse_; } function in class:tcmalloc::PageHeapAllocator
thread_cache.h 328 return threadcache_allocator.inuse();
tcmalloc.cc 411 uint64_t(Static::span_allocator()->inuse()),
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
page_heap_allocator.h 108 int inuse() const { return inuse_; } function in class:tcmalloc::PageHeapAllocator
thread_cache.h 351 return threadcache_allocator.inuse();
tcmalloc.cc 442 uint64_t(Static::span_allocator()->inuse()),
    [all...]
  /external/android-clat/
config.c 228 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/
sp_tile_cache.c 434 int inuse = 0, pos; local
447 ++inuse;
457 debug_printf("flushed tiles in use: %d\n", inuse);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tile_cache.c 434 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/
ldo.c 206 int inuse = stackinuse(L); local
207 int goodsize = inuse + (inuse / 8) + 2*EXTRA_STACK;
209 if (inuse > LUAI_MAXSTACK || /* handling stack overflow? */
lapi.c 99 int inuse = cast_int(L->top - L->stack) + EXTRA_STACK; local
100 if (inuse > LUAI_MAXSTACK - size) /* can grow without overflow? */
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/e2fsprogs/e2fsck/
pass1.c     [all...]
  /external/jdiff/
xerces.jar 

Completed in 2150 milliseconds