Searched refs:ref_count (Results 1 - 25 of 25) sorted by relevance

/illumos-gate/usr/src/lib/udapl/libdat/common/
H A Ddat_sr.c169 data->ref_count = entry->ref_count;
320 if (0 == data->ref_count) {
324 data->ref_count++;
343 data->ref_count++;
372 if (1 == data->ref_count) {
379 data->ref_count--;
382 data->ref_count--;
H A Ddat_dr.c187 if (0 != data->ref_count) {
237 data->ref_count++;
265 data->ref_count--;
H A Dudat.c103 entry.ref_count = 0;
H A Dudat_sr_parser.c369 entry.ref_count = 0;
/illumos-gate/usr/src/lib/udapl/libdat/include/
H A Ddat_dr.h62 DAT_COUNT ref_count; member in struct:__anon4401
H A Ddat_sr.h68 DAT_COUNT ref_count; member in struct:__anon4404
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_b.h64 int ref_count; /* number of threads using this structure */ member in struct:dom_binding
H A Dyp_bind.c128 if (p->ref_count != 0) {
417 pdomb->ref_count = 0;
515 pdomb->ref_count = 0;
566 (*binding)->ref_count += 1;
593 (*binding)->ref_count += 1;
649 pdomb->ref_count += 1;
684 binding->ref_count -= 1;
685 if (binding->need_free && binding->ref_count == 0)
747 pdomb->ref_count += 1;
805 pdomb->ref_count
[all...]
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_msg.c493 tnf_uint, ref_count, msgimplp->im_ref_count);
542 tnf_uint, ref_count, msgimplp->im_ref_count);
574 ref_count, msgimplp->im_ref_count);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_io.h108 uint32_t ref_count; member in struct:oce_eq
157 uint32_t ref_count; member in struct:oce_cq
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_subr.c345 module->ref_count++;
361 module->ref_count = MOD_REFCNT_INIT;
381 if (--(module->ref_count) != 0) {
1590 if (module->ref_count == MOD_REFCNT_INIT) {
1628 mod->ref_count++;
1634 mod->ref_count--;
H A Drcm_impl.h120 int ref_count; member in struct:module
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmdio.h310 uint_t ref_count; /* returned n_count */ member in struct:mdnm_params
323 uint_t ref_count; /* returned n_count */ member in struct:mdhspnm_params
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_pipe_mgmt.c234 * get ref_count from ph_data
240 int ref_count; local
243 ref_count = ph_impl->usba_ph_ref_count;
246 return (ref_count);
1097 * For control and bulk, we will drain till ref_count <= 1 and
1099 * till the ref_count === 1 as the req_count will never go to 0
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs.h115 int32_t ref_count; member in struct:pmcs_xscsi
H A Dpmcs_def.h113 volatile uint32_t ref_count; /* Targets & work on this PHY */ member in struct:pmcs_phy
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_scsa.c339 tgt->ref_count++;
394 if (tgt && tgt->ref_count == 0) {
430 ASSERT(lun->target->ref_count > 0);
470 if (--target->ref_count == 0) {
1269 /* Expander attached to HBA - don't ref_count it */
1329 tgt->ref_count++;
1414 if (--tgt->ref_count == 0) {
1605 * Increment the PHY's ref_count now so we know it won't go away
2223 * may decrement the ref_count on a PHY that's been freed.
2728 * may decrement the ref_count o
[all...]
H A Dpmcs_subr.c3235 /* keep ref_count */
7732 if (phyp->ref_count > 0) {
7787 atomic_inc_32(&phyp->ref_count);
7793 ASSERT(phyp->ref_count != 0);
7794 atomic_dec_32(&phyp->ref_count);
7876 while (ctmp->ref_count != 0) {
8335 "%s: dead PHY 0x%p (%s) (ref_count %d)", __func__,
8336 (void *)phyp, phyp->path, phyp->ref_count);
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dobj.c2897 int i, ref_count; local
2902 i = ref_count = 0;
2910 ref_count ++;
2915 if (i > 0 && ref_count == 0) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_queue.c278 atomic_inc_32(&eq->ref_count);
311 atomic_dec_32(&cq->eq->ref_count);
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_handlers.c1572 for (i = 0; i < nm.ref_count; i++) {
1650 for (i = 0; i < nm.ref_count; i++) {
H A Dmeta_set_hst.c230 for (i = 0; i < nm.ref_count; i++) {
1157 for (i = 0; i < nm.ref_count; i++) {
/illumos-gate/usr/src/lib/libnsl/common/
H A Dllib-lnsl1016 int ref_count;
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c2064 phy.ref_count, route_attr, route_method,
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_ioctl.c745 nm->key = md_getnextkey(nm->setno, side, nm->key, &nm->ref_count);

Completed in 260 milliseconds