Home
last modified time | relevance | path

Searched refs:refctr (Results 1 – 17 of 17) sorted by relevance

/dports/games/openage/openage-0.3.0-1262-ga554ab49/libopenage/util/
H A Dconstinit_vector.cpp65 int refctr = 0; in constinit_vector() local
71 tv.push_back(T(&refctr)); in constinit_vector()
74 refctr == 1337 or TESTFAIL; in constinit_vector()
79 refctr == 0 or TESTFAIL; in constinit_vector()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/qat/qat_common/
H A Dqat_crypto.c20 atomic_dec(&inst->refctr); in qat_crypto_put_instance()
30 for (i = 0; i < atomic_read(&inst->refctr); i++) in qat_crypto_free_instances()
91 ctr = atomic_read(&tmp_inst->refctr); in qat_crypto_get_instance_node()
102 atomic_inc(&inst->refctr); in qat_crypto_get_instance_node()
254 atomic_set(&inst->refctr, 0); in qat_crypto_create_instances()
H A Dqat_crypto.h21 atomic_t refctr; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/qat/qat_common/
H A Dqat_crypto.c20 atomic_dec(&inst->refctr); in qat_crypto_put_instance()
30 for (i = 0; i < atomic_read(&inst->refctr); i++) in qat_crypto_free_instances()
91 ctr = atomic_read(&tmp_inst->refctr); in qat_crypto_get_instance_node()
102 atomic_inc(&inst->refctr); in qat_crypto_get_instance_node()
254 atomic_set(&inst->refctr, 0); in qat_crypto_create_instances()
H A Dqat_crypto.h21 atomic_t refctr; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/qat/qat_common/
H A Dqat_crypto.c20 atomic_dec(&inst->refctr); in qat_crypto_put_instance()
30 for (i = 0; i < atomic_read(&inst->refctr); i++) in qat_crypto_free_instances()
91 ctr = atomic_read(&tmp_inst->refctr); in qat_crypto_get_instance_node()
102 atomic_inc(&inst->refctr); in qat_crypto_get_instance_node()
254 atomic_set(&inst->refctr, 0); in qat_crypto_create_instances()
H A Dqat_crypto.h21 atomic_t refctr; member
/dports/devel/libvirt/libvirt-7.10.0/src/nwfilter/
H A Dnwfilter_learnipaddr.c124 int refctr; member
175 ifaceLock->refctr = 0; in virNWFilterLockIface()
178 ifaceLock->refctr++; in virNWFilterLockIface()
205 ifaceLock->refctr--; in virNWFilterUnlockIface()
206 if (ifaceLock->refctr == 0) in virNWFilterUnlockIface()
H A Dnwfilter_dhcpsnoop.c123 int refctr; member
526 g_atomic_int_add(&req->refctr, 1); in virNWFilterSnoopReqGet()
577 if (g_atomic_int_get(&req->refctr) != 0) in virNWFilterSnoopReqFree()
668 if (!!g_atomic_int_dec_and_test(&req->refctr)) { in virNWFilterSnoopReqPut()
1763 del_req = ((req->start == NULL) && (g_atomic_int_get(&req->refctr) == 0)); in virNWFilterSnoopPruneIter()
/dports/devel/simgear/simgear-2020.3.11/simgear/sound/
H A Dsoundmgr_openal.cxx79 unsigned int refctr; member
82 refUint() { refctr = 0; id = (ALuint)-1; }; in refUint()
83 refUint(ALuint i) { refctr = 1; id = i; }; in refUint()
544 buffer_it->second.refctr++; in request_buffer()
644 buffer_it->second.refctr--; in release_buffer()
645 if (buffer_it->second.refctr == 0) { in release_buffer()
/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Dbuf.c601 if (b->refctr > 0) { in r_buf_fini()
602 b->refctr--; in r_buf_fini()
635 b->refctr++; in r_buf_ref()
/dports/sysutils/fusefs-ntfs/ntfs-3g_ntfsprogs-2017.3.23/libfuse-lite/
H A Dfuse.c117 int refctr; member
350 parent->refctr ++; in hash_name()
369 assert(node->refctr > 0); in unref_node()
370 node->refctr --; in unref_node()
371 if (!node->refctr) in unref_node()
411 node->refctr = 1; in find_node()
3170 root->refctr = 1; in fuse_new()
/dports/devel/radare2/radare2-5.1.1/libr/include/r_util/
H A Dr_buf.h47 int refctr; member
/dports/sysutils/fusefs-libs3/fuse-3.10.5/lib/
H A Dfuse.c147 int refctr;
808 parent->refctr ++;
836 assert(node->refctr > 0);
837 node->refctr --;
838 if (!node->refctr)
870 node->refctr++;
2708 dot->refctr++;
4447 if (node->refctr > 1)
/dports/sysutils/fusefs-libs/fuse-2.9.9/lib/
H A Dfuse.c172 int refctr; member
777 parent->refctr ++; in hash_name()
805 assert(node->refctr > 0); in unref_node()
806 node->refctr --; in unref_node()
807 if (!node->refctr) in unref_node()
839 node->refctr++; in inc_nlookup()
2712 dot->refctr++; in fuse_lib_lookup()
4200 if (node->refctr > 1) in fuse_clean_cache()
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dzzgflong.c92 integer clssid, frcode, needwn[13], refctr; in zzgflong_() local
1747 frinfo_(&frcode, &refctr, &class__, &clssid, &found); in zzgflong_()
1762 bodc2s_(&refctr, rctrnm, (ftnlen)36); in zzgflong_()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dzzgflong.c92 integer clssid, frcode, needwn[13], refctr; in zzgflong_() local
1747 frinfo_(&frcode, &refctr, &class__, &clssid, &found); in zzgflong_()
1762 bodc2s_(&refctr, rctrnm, (ftnlen)36); in zzgflong_()