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

1 2 3

  /external/e2fsprogs/lib/ext2fs/
alloc_stats.c 19 int inuse, int isdir)
30 if (inuse > 0)
34 ext2fs_bg_free_inodes_count_set(fs, group, ext2fs_bg_free_inodes_count(fs, group) - inuse);
36 ext2fs_bg_used_dirs_count_set(fs, group, ext2fs_bg_used_dirs_count(fs, group) + inuse);
38 /* 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...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue15277.go 15 if delta := inuse() - start; delta < 9<<20 {
20 if delta := inuse() - start; delta > 1<<20 {
24 if delta := inuse() - start; delta < 9<<20 {
31 x := inuse()
35 func inuse() int64 { func
issue15281.go 12 x := inuse()
19 x := inuse()
29 if delta := inuse() - start; delta < 9<<20 {
34 if delta := inuse() - start; delta > 1<<20 {
47 if delta := inuse() - start; delta < 9<<20 {
52 if delta := inuse() - start; delta > 1<<20 {
59 func inuse() int64 { func
  /prebuilts/go/linux-x86/test/fixedbugs/
issue15277.go 15 if delta := inuse() - start; delta < 9<<20 {
20 if delta := inuse() - start; delta > 1<<20 {
24 if delta := inuse() - start; delta < 9<<20 {
31 x := inuse()
35 func inuse() int64 { func
issue15281.go 12 x := inuse()
19 x := inuse()
29 if delta := inuse() - start; delta < 9<<20 {
34 if delta := inuse() - start; delta > 1<<20 {
47 if delta := inuse() - start; delta < 9<<20 {
52 if delta := inuse() - start; delta > 1<<20 {
59 func inuse() int64 { func
  /toolchain/binutils/binutils-2.27/gold/
descriptors.h 73 bool inuse; member in struct:gold::Descriptors::Open_descriptor
descriptors.cc 98 gold_assert(!pod->inuse);
99 pod->inuse = true;
165 pod->inuse = true;
214 pod->inuse = false;
244 if (!pod->inuse && !pod->is_write)
279 if (pod->name != NULL && !pod->inuse && !pod->is_write)
  /external/zopfli/src/zopfli/
katajainen.c 39 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;
  /prebuilts/go/darwin-x86/test/bench/garbage/
tree2.go 62 inuse := memstats.Alloc
63 free := memstats.TotalAlloc - inuse
67 float64(inuse)/1048576)
  /prebuilts/go/linux-x86/test/bench/garbage/
tree2.go 62 inuse := memstats.Alloc
63 free := memstats.TotalAlloc - inuse
67 float64(inuse)/1048576)
  /prebuilts/go/darwin-x86/src/runtime/
mfixalloc.go 34 inuse uintptr // in-use bytes now
59 f.inuse = 0
73 f.inuse += f.size
90 f.inuse += f.size
95 f.inuse -= f.size
sigqueue_plan9.go 15 inuse bool
76 if !sig.inuse {
136 if !sig.inuse {
140 sig.inuse = true // enable reception of signals; cannot disable
sigqueue.go 37 // Other than the inuse and recv fields, the fields are accessed atomically.
55 inuse bool
69 if !sig.inuse || s >= uint32(32*len(sig.wanted)) {
186 if !sig.inuse {
190 sig.inuse = true // enable reception of signals; cannot disable
  /prebuilts/go/linux-x86/src/runtime/
mfixalloc.go 34 inuse uintptr // in-use bytes now
59 f.inuse = 0
73 f.inuse += f.size
90 f.inuse += f.size
95 f.inuse -= f.size
sigqueue_plan9.go 15 inuse bool
76 if !sig.inuse {
136 if !sig.inuse {
140 sig.inuse = true // enable reception of signals; cannot disable
sigqueue.go 37 // Other than the inuse and recv fields, the fields are accessed atomically.
55 inuse bool
69 if !sig.inuse || s >= uint32(32*len(sig.wanted)) {
186 if !sig.inuse {
190 sig.inuse = true // enable reception of signals; cannot disable
  /external/curl/lib/
hostip.c 360 dns->inuse++; /* we use it! */
402 dns->inuse = 1; /* the cache has the first reference */
418 dns->inuse++; /* mark entry as in-use */
432 * The cache entry we return will get its 'inuse' counter increased when this
466 dns->inuse++; /* we use it! */
552 * The cache entry we return will get its 'inuse' counter increased when this
737 * File-internal: release cache dns entry reference, free if inuse drops to 0
742 DEBUGASSERT(dns && (dns->inuse>0));
744 dns->inuse--;
745 if(dns->inuse == 0)
    [all...]
conncache.c 454 conn->inuse = FALSE; /* Mark the connection unused */
489 if(!conn->inuse) {
547 if(!conn->inuse) {
633 fprintf(stderr, " [%p %d]", (void *)conn, conn->inuse);
hostip.h 71 long inuse; member in struct:Curl_dns_entry
  /external/curl/tests/unit/
unit1305.c 132 data_node->inuse = 1; /* hash will hold the reference */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
bdist_msi.py 498 inuse = PyDialog(db, "FilesInUse",
503 inuse.text("Title", 15, 6, 200, 15, 0x30003,
505 inuse.text("Description", 20, 23, 280, 20, 0x30003,
507 inuse.text("Text", 20, 55, 330, 50, 3,
509 inuse.control("List", "ListBox", 20, 107, 330, 130, 7, "FileInUseProcess",
511 c=inuse.back("Exit", "Ignore", name="Exit")
513 c=inuse.next("Ignore", "Retry", name="Ignore")
515 c=inuse.cancel("Retry", "Exit", name="Retry")
    [all...]
  /external/python/cpython2/Lib/distutils/command/
bdist_msi.py 502 inuse = PyDialog(db, "FilesInUse",
507 inuse.text("Title", 15, 6, 200, 15, 0x30003,
509 inuse.text("Description", 20, 23, 280, 20, 0x30003,
511 inuse.text("Text", 20, 55, 330, 50, 3,
513 inuse.control("List", "ListBox", 20, 107, 330, 130, 7, "FileInUseProcess",
515 c=inuse.back("Exit", "Ignore", name="Exit")
517 c=inuse.next("Ignore", "Retry", name="Ignore")
519 c=inuse.cancel("Retry", "Exit", name="Retry")
    [all...]
  /external/python/cpython3/Lib/distutils/command/
bdist_msi.py 501 inuse = PyDialog(db, "FilesInUse",
506 inuse.text("Title", 15, 6, 200, 15, 0x30003,
508 inuse.text("Description", 20, 23, 280, 20, 0x30003,
510 inuse.text("Text", 20, 55, 330, 50, 3,
512 inuse.control("List", "ListBox", 20, 107, 330, 130, 7, "FileInUseProcess",
514 c=inuse.back("Exit", "Ignore", name="Exit")
516 c=inuse.next("Ignore", "Retry", name="Ignore")
518 c=inuse.cancel("Retry", "Exit", name="Retry")
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
bdist_msi.py 502 inuse = PyDialog(db, "FilesInUse",
507 inuse.text("Title", 15, 6, 200, 15, 0x30003,
509 inuse.text("Description", 20, 23, 280, 20, 0x30003,
511 inuse.text("Text", 20, 55, 330, 50, 3,
513 inuse.control("List", "ListBox", 20, 107, 330, 130, 7, "FileInUseProcess",
515 c=inuse.back("Exit", "Ignore", name="Exit")
517 c=inuse.next("Ignore", "Retry", name="Ignore")
519 c=inuse.cancel("Retry", "Exit", name="Retry")
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
bdist_msi.py 502 inuse = PyDialog(db, "FilesInUse",
507 inuse.text("Title", 15, 6, 200, 15, 0x30003,
509 inuse.text("Description", 20, 23, 280, 20, 0x30003,
511 inuse.text("Text", 20, 55, 330, 50, 3,
513 inuse.control("List", "ListBox", 20, 107, 330, 130, 7, "FileInUseProcess",
515 c=inuse.back("Exit", "Ignore", name="Exit")
517 c=inuse.next("Ignore", "Retry", name="Ignore")
519 c=inuse.cancel("Retry", "Exit", name="Retry")
    [all...]

Completed in 1482 milliseconds

1 2 3