Searched refs:refcount (Results 126 - 150 of 269) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_ruc.c113 atomic_dec(&sge->mr->refcount);
499 atomic_dec(&qp->r_sge.sge.mr->refcount);
523 atomic_dec(&sge->mr->refcount);
541 atomic_dec(&qp->r_sge.sge.mr->refcount);
638 if (qp && atomic_dec_and_test(&qp->refcount))
780 atomic_dec(&sge->mr->refcount);
785 atomic_dec(&to_iah(wqe->wr.wr.ud.ah)->refcount);
H A Dqib_rc.c99 atomic_dec(&e->rdma_sge.mr->refcount);
137 atomic_inc(&qp->s_rdma_mr->refcount);
176 atomic_inc(&qp->s_rdma_mr->refcount);
1019 atomic_dec(&sge->mr->refcount);
1066 * Don't decrement refcount and don't generate a
1075 atomic_dec(&sge->mr->refcount);
1196 atomic_inc(&qp->refcount);
1380 atomic_inc(&qp->refcount);
1634 atomic_inc(&qp->refcount);
1713 atomic_dec(&e->rdma_sge.mr->refcount);
[all...]
H A Dqib_uc.c289 atomic_dec(&qp->r_sge.sge.mr->refcount);
409 atomic_dec(&qp->s_rdma_read_sge.sge.mr->refcount);
490 refcount);
519 atomic_dec(&qp->r_sge.sge.mr->refcount);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-object-tree.c59 int refcount; /**< Reference count */ member in struct:DBusObjectTree
72 DBusAtomic refcount; /**< Reference count */ member in struct:DBusObjectSubtree
105 tree->refcount = 1;
131 _dbus_assert (tree->refcount > 0);
133 tree->refcount += 1;
145 _dbus_assert (tree->refcount > 0);
147 tree->refcount -= 1;
149 if (tree->refcount == 0)
994 _dbus_atomic_inc (&subtree->refcount);
1010 _dbus_atomic_inc (&subtree->refcount);
[all...]
H A Ddbus-transport.c163 transport->refcount = 1;
460 _dbus_assert (transport->refcount > 0);
462 transport->refcount += 1;
478 _dbus_assert (transport->refcount > 0);
480 transport->refcount -= 1;
481 if (transport->refcount == 0)
H A Ddbus-message.c266 * counter with its refcount already incremented, but the counter
267 * itself not incremented. Ownership of link and counter refcount is
583 _dbus_assert (_dbus_atomic_get (&message->refcount) == 0);
646 _dbus_assert (_dbus_atomic_get (&message->refcount) == 0);
711 _dbus_assert (_dbus_atomic_get (&message->refcount) == 0);
1103 _dbus_assert (_dbus_atomic_get (&message->refcount) == 0);
1120 _dbus_assert (_dbus_atomic_get (&message->refcount) == 0);
1153 _dbus_atomic_inc (&message->refcount);
1498 * specified, except that its refcount is set to 1, its message serial
1519 _dbus_atomic_inc (&retval->refcount);
[all...]
H A Ddbus-hash.c169 int refcount; /**< Reference count */ member in struct:DBusHashTable
303 table->refcount = 1;
349 table->refcount += 1;
363 table->refcount -= 1;
365 if (table->refcount == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mlx4/
H A Ddevice.h338 atomic_t refcount; member in struct:mlx4_cq
347 atomic_t refcount; member in struct:mlx4_qp
359 atomic_t refcount; member in struct:mlx4_srq
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daudio.c116 samples->refcount = 1;
H A Dinternal.h39 int refcount; member in struct:AVFilterPool
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/scsi/
H A Dzfcp_fc.h160 * @refcount: Reference count to keep port open as long as it is in use
170 atomic_t refcount; member in struct:zfcp_fc_wka_port
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/atm/
H A Dusbatm.h178 struct kref refcount; member in struct:usbatm_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/vermilion/
H A Dvermilion.h202 atomic_t refcount; member in struct:vml_par
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mthca/
H A Dmthca_memfree.h60 int refcount; member in struct:mthca_icm
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dsvcauth.c129 if (atomic_dec_and_lock(&dom->ref.refcount, &auth_domain_lock)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Duser.c22 .refcount = ATOMIC_INIT(2),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/sunrpc/
H A Dcache.h39 * We only expire entries when refcount is zero.
40 * Existance in the cache is counted the refcount.
173 if (atomic_read(&h->ref.refcount) <= 2 &&
182 * the refcount drops to 0, the expiry_time will be
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dcipso_ipv4.h88 atomic_t refcount; member in struct:cipso_v4_doi
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/compat/avisynth/
H A Davxsynth_c.h310 // when the refcount reaches zero; instead they're stored in a linked list
323 long refcount; member in struct:AVS_VideoFrameBuffer
331 int refcount; member in struct:AVS_VideoFrame
393 return (p->refcount == 1 && p->vfb->refcount == 1);}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Diommu.h35 unsigned int refcount; member in struct:iommu
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_info.c259 atomic_read(&obj->refcount.refcount));
268 seq_printf(m, " name size handles refcount\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dcipso_ipv4.c333 atomic_inc(&entry->lsm_data->refcount);
402 atomic_inc(&secattr->cache->refcount);
445 if (iter->doi == doi && atomic_read(&iter->refcount))
499 atomic_set(&doi_def->refcount, 1);
603 if (!atomic_dec_and_test(&doi_def->refcount)) {
646 if (!atomic_inc_not_zero(&doi_def->refcount))
667 if (!atomic_dec_and_test(&doi_def->refcount))
700 if (atomic_read(&iter_doi->refcount) > 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/dlm/
H A Ddlmdebug.c83 atomic_read(&lock->lock_refs.refcount),
109 res->last_used, atomic_read(&res->refs.refcount),
304 atomic_read(&mle->mle_refs.refcount));
569 atomic_read(&lock->lock_refs.refcount));
596 atomic_read(&res->refs.refcount));
847 atomic_read(&dlm->dlm_refs.refcount));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_qp.c226 atomic_inc(&qp->refcount);
256 atomic_dec(&qp->refcount);
310 atomic_inc(&qp->refcount);
841 atomic_set(&qp->refcount, 0);
983 atomic_dec(&qp->refcount);
992 wait_event(qp->wait, !atomic_read(&qp->refcount));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_object.c330 gpuobj, gpuobj->refcount);
331 gpuobj->refcount = 0;
350 if (gpuobj->refcount != 0) {
351 NV_ERROR(dev, "gpuobj refcount is %d\n", gpuobj->refcount);
477 ref->gpuobj->refcount++;
495 ref->gpuobj->refcount--;
497 if (ref->gpuobj->refcount == 0) {

Completed in 427 milliseconds

1234567891011