Home
last modified time | relevance | path

Searched refs:inuse (Results 1 – 25 of 3383) sorted by relevance

12345678910>>...136

/dports/www/htdigest/httpd-2.4.6/modules/slotmem/
H A Dmod_slotmem_plain.c45 char *inuse; in slotmem_do() local
53 inuse = mem->inuse; in slotmem_do()
176 inuse = slot->inuse + id; in slotmem_get()
187 *inuse=1; in slotmem_get()
202 inuse = slot->inuse + id; in slotmem_put()
213 *inuse=1; in slotmem_put()
226 char *inuse = slot->inuse; in slotmem_num_free_slots() local
252 inuse = slot->inuse; in slotmem_grab()
262 *inuse = 1; in slotmem_grab()
278 inuse = slot->inuse + id; in slotmem_fgrab()
[all …]
H A Dmod_slotmem_shm.c159 char *inuse; in slotmem_clearinuse() local
165 inuse = slot->inuse; in slotmem_clearinuse()
279 inuse = mem->inuse; in slotmem_doall()
544 inuse = slot->inuse + id; in slotmem_get()
555 *inuse = 1; in slotmem_get()
571 inuse = slot->inuse + id; in slotmem_put()
582 *inuse=1; in slotmem_put()
598 char *inuse = slot->inuse; in slotmem_num_free_slots() local
621 inuse = slot->inuse; in slotmem_grab()
656 inuse = slot->inuse + id; in slotmem_fgrab()
[all …]
/dports/www/apache24/httpd-2.4.53/modules/slotmem/
H A Dmod_slotmem_plain.c45 char *inuse; in slotmem_do() local
53 inuse = mem->inuse; in slotmem_do()
176 inuse = slot->inuse + id; in slotmem_get()
187 *inuse=1; in slotmem_get()
202 inuse = slot->inuse + id; in slotmem_put()
213 *inuse=1; in slotmem_put()
226 char *inuse = slot->inuse; in slotmem_num_free_slots() local
252 inuse = slot->inuse; in slotmem_grab()
262 *inuse = 1; in slotmem_grab()
278 inuse = slot->inuse + id; in slotmem_fgrab()
[all …]
H A Dmod_slotmem_shm.c137 char *inuse; in slotmem_clearinuse() local
143 inuse = slot->inuse; in slotmem_clearinuse()
326 inuse = mem->inuse; in slotmem_doall()
584 inuse = slot->inuse + id; in slotmem_get()
595 *inuse = 1; in slotmem_get()
611 inuse = slot->inuse + id; in slotmem_put()
622 *inuse=1; in slotmem_put()
638 char *inuse = slot->inuse; in slotmem_num_free_slots() local
661 inuse = slot->inuse; in slotmem_grab()
696 inuse = slot->inuse + id; in slotmem_fgrab()
[all …]
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/lib/ext2fs/
H A Dalloc_stats.c19 int inuse, int isdir) in ext2fs_inode_alloc_stats2() argument
30 if (inuse > 0) in ext2fs_inode_alloc_stats2()
72 if (inuse > 0) in ext2fs_block_alloc_stats2()
96 int inuse), in ext2fs_set_block_alloc_stats_callback() argument
99 int inuse)) in ext2fs_set_block_alloc_stats_callback()
110 blk_t num, int inuse) in ext2fs_block_alloc_stats_range() argument
120 if (inuse == 0) in ext2fs_block_alloc_stats_range()
122 if (inuse > 0) { in ext2fs_block_alloc_stats_range()
124 inuse = 1; in ext2fs_block_alloc_stats_range()
127 inuse = -1; in ext2fs_block_alloc_stats_range()
[all …]
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/lib/ext2fs/
H A Dalloc_stats.c19 int inuse, int isdir) in ext2fs_inode_alloc_stats2() argument
30 if (inuse > 0) in ext2fs_inode_alloc_stats2()
72 if (inuse > 0) in ext2fs_block_alloc_stats2()
96 int inuse), in ext2fs_set_block_alloc_stats_callback() argument
99 int inuse)) in ext2fs_set_block_alloc_stats_callback()
110 blk_t num, int inuse) in ext2fs_block_alloc_stats_range() argument
120 if (inuse == 0) in ext2fs_block_alloc_stats_range()
122 if (inuse > 0) { in ext2fs_block_alloc_stats_range()
124 inuse = 1; in ext2fs_block_alloc_stats_range()
127 inuse = -1; in ext2fs_block_alloc_stats_range()
[all …]
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/lib/ext2fs/
H A Dalloc_stats.c19 int inuse, int isdir) in ext2fs_inode_alloc_stats2() argument
30 if (inuse > 0) in ext2fs_inode_alloc_stats2()
72 if (inuse > 0) in ext2fs_block_alloc_stats2()
96 int inuse), in ext2fs_set_block_alloc_stats_callback() argument
99 int inuse)) in ext2fs_set_block_alloc_stats_callback()
110 blk_t num, int inuse) in ext2fs_block_alloc_stats_range() argument
120 if (inuse == 0) in ext2fs_block_alloc_stats_range()
122 if (inuse > 0) { in ext2fs_block_alloc_stats_range()
124 inuse = 1; in ext2fs_block_alloc_stats_range()
127 inuse = -1; in ext2fs_block_alloc_stats_range()
[all …]
/dports/databases/db18/db-18.1.40/src/common/
H A Ddb_idspace.c45 u_int32_t *inuse; in __db_idspace()
60 if (inuse[0] != *maxp)
61 *minp = inuse[0];
62 *maxp = inuse[0] - 1;
70 if ((t = (inuse[i + 1] - inuse[i])) > gap) {
76 if ((*maxp - inuse[n - 1]) + (inuse[0] - *minp) > gap) {
78 if (inuse[n - 1] != *maxp)
79 *minp = inuse[n - 1];
80 *maxp = inuse[0] - 1;
82 *minp = inuse[low];
[all …]
/dports/databases/db5/db-5.3.28/src/common/
H A Ddb_idspace.c45 u_int32_t *inuse; in __db_idspace()
60 if (inuse[0] != *maxp)
61 *minp = inuse[0];
62 *maxp = inuse[0] - 1;
70 if ((t = (inuse[i + 1] - inuse[i])) > gap) {
76 if ((*maxp - inuse[n - 1]) + (inuse[0] - *minp) > gap) {
78 if (inuse[n - 1] != *maxp)
79 *minp = inuse[n - 1];
80 *maxp = inuse[0] - 1;
82 *minp = inuse[low];
[all …]
/dports/math/cppad/CppAD-20210000.8/example/general/
H A Dcapacity_order.cpp63 size_t inuse = thread_alloc::inuse(thread); in test() local
65 ok &= thread_alloc::inuse(thread) > inuse; in test()
81 inuse = thread_alloc::inuse(thread); in test()
83 ok &= thread_alloc::inuse(thread) < inuse; in test()
87 inuse = thread_alloc::inuse(thread); in test()
89 ok &= thread_alloc::inuse(thread) < inuse; in test()
104 size_t inuse = thread_alloc::inuse(thread); in capacity_order() local
110 ok &= thread_alloc::inuse(thread) == inuse; in capacity_order()
/dports/irc/irc/irc2.11.2p3/ircd/
H A Dlist.c35 int inuse; member
109 cloc.inuse++; in make_client()
111 crem.inuse++; in make_client()
668 me.name, RPL_STATSDEBUG, name, inuse += cloc.inuse, in send_listinfo()
673 crem.inuse, tmp = crem.inuse * CLIENT_REMOTE_SIZE); in send_listinfo()
675 inuse += crem.inuse; in send_listinfo()
680 inuse += users.inuse, in send_listinfo()
685 inuse += servs.inuse, in send_listinfo()
690 inuse += links.inuse, in send_listinfo()
695 inuse += classs.inuse, in send_listinfo()
[all …]
/dports/irc/unreal/Unreal3.2.10.7/src/
H A Dlist.c59 int inuse; member
121 cloc.inuse++; in make_client()
123 crem.inuse++; in make_client()
329 cloc.inuse--; in remove_client_from_list()
496 me.name, RPL_STATSDEBUG, name, inuse += cloc.inuse, in send_listinfo()
501 crem.inuse, tmp = crem.inuse * CLIENT_REMOTE_SIZE); in send_listinfo()
503 inuse += crem.inuse; in send_listinfo()
508 inuse += users.inuse, in send_listinfo()
513 inuse += servs.inuse, in send_listinfo()
518 inuse += links.inuse, in send_listinfo()
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/kfs/
H A Dpmem.c59 struct HotEntryInUse inuse; member
318 struct HotEntryInUse const inuse = entry->inuse; in freeBlock() local
326 free(inuse.storage); in freeBlock()
349 inuse = &entry->inuse; in newBlock()
350 memset(inuse, 0, sizeof(*inuse)); in newBlock()
358 inuse = &self->hot[slot].inuse; in newBlock()
369 *rc = transferToColdStorage(self, inuse->id, self->fileNext, inuse->size); in newBlock()
374 memset(inuse, 0, sizeof(*inuse)); in newBlock()
375 inuse->id = id; in newBlock()
377 return inuse; in newBlock()
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/kfs/
H A Dpmem.c59 struct HotEntryInUse inuse; member
318 struct HotEntryInUse const inuse = entry->inuse; in freeBlock() local
326 free(inuse.storage); in freeBlock()
349 inuse = &entry->inuse; in newBlock()
350 memset(inuse, 0, sizeof(*inuse)); in newBlock()
358 inuse = &self->hot[slot].inuse; in newBlock()
369 *rc = transferToColdStorage(self, inuse->id, self->fileNext, inuse->size); in newBlock()
374 memset(inuse, 0, sizeof(*inuse)); in newBlock()
375 inuse->id = id; in newBlock()
377 return inuse; in newBlock()
[all …]
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/t/pt-summary/samples/BSD/openbsd_001/
H A Dsysctl53 kern.malloc.kmemstat.free=(inuse = 0, calls = 0, memuse = 0K, limblocks = 0, mapblocks = 0, maxused…
55 kern.malloc.kmemstat.debug=(inuse = 0, calls = 0, memuse = 0K, limblocks = 0, mapblocks = 0, maxuse…
58 kern.malloc.kmemstat.fragtbl=(inuse = 0, calls = 0, memuse = 0K, limblocks = 0, mapblocks = 0, maxu…
60 kern.malloc.kmemstat.soopts=(inuse = 0, calls = 0, memuse = 0K, limblocks = 0, mapblocks = 0, maxus…
63 kern.malloc.kmemstat.iov=(inuse = 0, calls = 0, memuse = 0K, limblocks = 0, mapblocks = 0, maxused …
72 kern.malloc.kmemstat.VM_map=(inuse = 2, calls = 2, memuse = 1K, limblocks = 0, mapblocks = 0, maxus…
73 kern.malloc.kmemstat.sem=(inuse = 2, calls = 2, memuse = 1K, limblocks = 0, mapblocks = 0, maxused …
77 kern.malloc.kmemstat.file=(inuse = 0, calls = 0, memuse = 0K, limblocks = 0, mapblocks = 0, maxused…
89 kern.malloc.kmemstat.mrt=(inuse = 0, calls = 0, memuse = 0K, limblocks = 0, mapblocks = 0, maxused …
99 kern.malloc.kmemstat.tdb=(inuse = 0, calls = 0, memuse = 0K, limblocks = 0, mapblocks = 0, maxused …
[all …]
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/CHOLMOD/Tcov/
H A Dmemory.c149 size_t count, inuse ; in memory_tests() local
152 inuse = cm->memory_inuse ; in memory_tests()
183 OK (inuse == cm->memory_inuse) ; in memory_tests()
192 OK (inuse == cm->memory_inuse) ; in memory_tests()
213 OK (inuse == cm->memory_inuse) ; in memory_tests()
222 OK (inuse == cm->memory_inuse) ; in memory_tests()
242 OK (inuse == cm->memory_inuse) ; in memory_tests()
251 OK (inuse == cm->memory_inuse) ; in memory_tests()
273 OK (inuse == cm->memory_inuse) ; in memory_tests()
311 OK (inuse == cm->memory_inuse) ; in memory_tests()
[all …]
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/CHOLMOD/Tcov/
H A Dmemory.c149 size_t count, inuse ; in memory_tests() local
152 inuse = cm->memory_inuse ; in memory_tests()
183 OK (inuse == cm->memory_inuse) ; in memory_tests()
192 OK (inuse == cm->memory_inuse) ; in memory_tests()
213 OK (inuse == cm->memory_inuse) ; in memory_tests()
222 OK (inuse == cm->memory_inuse) ; in memory_tests()
242 OK (inuse == cm->memory_inuse) ; in memory_tests()
251 OK (inuse == cm->memory_inuse) ; in memory_tests()
273 OK (inuse == cm->memory_inuse) ; in memory_tests()
311 OK (inuse == cm->memory_inuse) ; in memory_tests()
[all …]
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/CHOLMOD/Tcov/
H A Dmemory.c149 size_t count, inuse ; in memory_tests() local
152 inuse = cm->memory_inuse ; in memory_tests()
183 OK (inuse == cm->memory_inuse) ; in memory_tests()
192 OK (inuse == cm->memory_inuse) ; in memory_tests()
213 OK (inuse == cm->memory_inuse) ; in memory_tests()
222 OK (inuse == cm->memory_inuse) ; in memory_tests()
242 OK (inuse == cm->memory_inuse) ; in memory_tests()
251 OK (inuse == cm->memory_inuse) ; in memory_tests()
273 OK (inuse == cm->memory_inuse) ; in memory_tests()
311 OK (inuse == cm->memory_inuse) ; in memory_tests()
[all …]
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/CHOLMOD/Tcov/
H A Dmemory.c149 size_t count, inuse ; in memory_tests() local
152 inuse = cm->memory_inuse ; in memory_tests()
183 OK (inuse == cm->memory_inuse) ; in memory_tests()
192 OK (inuse == cm->memory_inuse) ; in memory_tests()
213 OK (inuse == cm->memory_inuse) ; in memory_tests()
222 OK (inuse == cm->memory_inuse) ; in memory_tests()
242 OK (inuse == cm->memory_inuse) ; in memory_tests()
251 OK (inuse == cm->memory_inuse) ; in memory_tests()
273 OK (inuse == cm->memory_inuse) ; in memory_tests()
311 OK (inuse == cm->memory_inuse) ; in memory_tests()
[all …]
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/CHOLMOD/Tcov/
H A Dmemory.c149 size_t count, inuse ; in memory_tests() local
152 inuse = cm->memory_inuse ; in memory_tests()
183 OK (inuse == cm->memory_inuse) ; in memory_tests()
192 OK (inuse == cm->memory_inuse) ; in memory_tests()
213 OK (inuse == cm->memory_inuse) ; in memory_tests()
222 OK (inuse == cm->memory_inuse) ; in memory_tests()
242 OK (inuse == cm->memory_inuse) ; in memory_tests()
251 OK (inuse == cm->memory_inuse) ; in memory_tests()
273 OK (inuse == cm->memory_inuse) ; in memory_tests()
311 OK (inuse == cm->memory_inuse) ; in memory_tests()
[all …]
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/CHOLMOD/Tcov/
H A Dmemory.c149 size_t count, inuse ; in memory_tests() local
152 inuse = cm->memory_inuse ; in memory_tests()
183 OK (inuse == cm->memory_inuse) ; in memory_tests()
192 OK (inuse == cm->memory_inuse) ; in memory_tests()
213 OK (inuse == cm->memory_inuse) ; in memory_tests()
222 OK (inuse == cm->memory_inuse) ; in memory_tests()
242 OK (inuse == cm->memory_inuse) ; in memory_tests()
251 OK (inuse == cm->memory_inuse) ; in memory_tests()
273 OK (inuse == cm->memory_inuse) ; in memory_tests()
311 OK (inuse == cm->memory_inuse) ; in memory_tests()
[all …]
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/CHOLMOD/Tcov/
H A Dmemory.c149 size_t count, inuse ; in memory_tests() local
152 inuse = cm->memory_inuse ; in memory_tests()
183 OK (inuse == cm->memory_inuse) ; in memory_tests()
192 OK (inuse == cm->memory_inuse) ; in memory_tests()
213 OK (inuse == cm->memory_inuse) ; in memory_tests()
222 OK (inuse == cm->memory_inuse) ; in memory_tests()
242 OK (inuse == cm->memory_inuse) ; in memory_tests()
251 OK (inuse == cm->memory_inuse) ; in memory_tests()
273 OK (inuse == cm->memory_inuse) ; in memory_tests()
311 OK (inuse == cm->memory_inuse) ; in memory_tests()
[all …]
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/CHOLMOD/Tcov/
H A Dmemory.c149 size_t count, inuse ; in memory_tests() local
152 inuse = cm->memory_inuse ; in memory_tests()
183 OK (inuse == cm->memory_inuse) ; in memory_tests()
192 OK (inuse == cm->memory_inuse) ; in memory_tests()
213 OK (inuse == cm->memory_inuse) ; in memory_tests()
222 OK (inuse == cm->memory_inuse) ; in memory_tests()
242 OK (inuse == cm->memory_inuse) ; in memory_tests()
251 OK (inuse == cm->memory_inuse) ; in memory_tests()
273 OK (inuse == cm->memory_inuse) ; in memory_tests()
311 OK (inuse == cm->memory_inuse) ; in memory_tests()
[all …]
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/CHOLMOD/Tcov/
H A Dmemory.c149 size_t count, inuse ; in memory_tests() local
152 inuse = cm->memory_inuse ; in memory_tests()
183 OK (inuse == cm->memory_inuse) ; in memory_tests()
192 OK (inuse == cm->memory_inuse) ; in memory_tests()
213 OK (inuse == cm->memory_inuse) ; in memory_tests()
222 OK (inuse == cm->memory_inuse) ; in memory_tests()
242 OK (inuse == cm->memory_inuse) ; in memory_tests()
251 OK (inuse == cm->memory_inuse) ; in memory_tests()
273 OK (inuse == cm->memory_inuse) ; in memory_tests()
311 OK (inuse == cm->memory_inuse) ; in memory_tests()
[all …]
/dports/math/suitesparse-config/SuiteSparse-5.10.1/CHOLMOD/Tcov/
H A Dmemory.c149 size_t count, inuse ; in memory_tests() local
152 inuse = cm->memory_inuse ; in memory_tests()
183 OK (inuse == cm->memory_inuse) ; in memory_tests()
192 OK (inuse == cm->memory_inuse) ; in memory_tests()
213 OK (inuse == cm->memory_inuse) ; in memory_tests()
222 OK (inuse == cm->memory_inuse) ; in memory_tests()
242 OK (inuse == cm->memory_inuse) ; in memory_tests()
251 OK (inuse == cm->memory_inuse) ; in memory_tests()
273 OK (inuse == cm->memory_inuse) ; in memory_tests()
311 OK (inuse == cm->memory_inuse) ; in memory_tests()
[all …]

12345678910>>...136