Searched refs:refcount (Results 176 - 200 of 269) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A Dorinoco_usb.c287 atomic_t refcount; member in struct:request_context
317 if (!atomic_dec_and_test(&ctx->refcount))
347 atomic_inc(&ctx->refcount);
380 atomic_set(&ctx->refcount, 1);
491 atomic_inc(&ctx->refcount);
529 atomic_inc(&ctx->refcount);
1468 atomic_inc(&ctx->refcount);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock.c654 lp->refcount++;
804 newl->refcount = 1;
1231 lt->obj_stat[obj_ndx].st_nreleases += lockp->refcount;
1236 if (!LF_ISSET(DB_LOCK_DOALL) && lockp->refcount > 1) {
1237 lockp->refcount--;
1654 hlp->refcount += lp->refcount;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dfutex.c87 atomic_t refcount; member in struct:futex_pi_state
376 atomic_set(&pi_state->refcount, 1);
396 if (!atomic_dec_and_test(&pi_state->refcount))
417 * refcount is at 0 - put it back to 1.
420 atomic_set(&pi_state->refcount, 1);
514 * the refcount and return its pi_state:
523 WARN_ON(!atomic_read(&pi_state->refcount));
544 atomic_inc(&pi_state->refcount);
1318 atomic_inc(&pi_state->refcount);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/
H A DdrmP.h612 struct kref refcount; member in struct:drm_gem_object
664 struct kref refcount; /* refcount for this master */ member in struct:drm_master
1472 kref_get(&obj->refcount);
1479 kref_put(&obj->refcount, drm_gem_object_free);
1488 kref_put(&obj->refcount, drm_gem_object_free);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_state.c1964 * Note that refcount can be at most 2, since during a free refcount=3
1992 if ((dev_priv->surfaces[i].refcount != 0) &&
2013 if ((dev_priv->surfaces[i].refcount == 1) &&
2022 dev_priv->surfaces[i].refcount++;
2029 if ((dev_priv->surfaces[i].refcount == 1) &&
2038 dev_priv->surfaces[i].refcount++;
2047 if (dev_priv->surfaces[i].refcount == 0) {
2054 dev_priv->surfaces[i].refcount = 1;
2089 dev_priv->surfaces[s->surface_index].refcount
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-auth.c155 int refcount; /**< reference count */ member in struct:DBusAuth
346 auth->refcount = 1;
2325 * Increments the refcount of an auth object.
2335 auth->refcount += 1;
2341 * Decrements the refcount of an auth object.
2349 _dbus_assert (auth->refcount > 0);
2351 auth->refcount -= 1;
2352 if (auth->refcount == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtrefcount.tex3 \subsection{Why you shouldn't care about it}\label{refcount}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/saa7164/
H A Dsaa7164-core.c410 atomic_inc(&dev->refcount);
510 if (!atomic_dec_and_test(&dev->refcount))
H A Dsaa7164.h251 atomic_t refcount; member in struct:saa7164_dev
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_trace.h99 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, int refcount,
101 TP_ARGS(mp, agno, refcount, caller_ip),
105 __field(int, refcount)
111 __entry->refcount = refcount;
114 TP_printk("dev %d:%d agno %u refcount %d caller %pf",
117 __entry->refcount,
123 TP_PROTO(struct xfs_mount *mp, xfs_agnumber_t agno, int refcount, \
125 TP_ARGS(mp, agno, refcount, caller_ip))
463 "lock %d flags %s recur %d refcount
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dperf_event.h611 atomic_t refcount; member in struct:perf_buffer
792 atomic_t refcount; member in struct:perf_event_context
H A Dcgroup.h255 atomic_t refcount; member in struct:css_set
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dunix_io.c401 io->refcount = 1;
469 if (--channel->refcount > 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Davfilter.h107 unsigned refcount; ///< number of references to this buffer member in struct:AVFilterBuffer
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A Dslot.c310 * pci_destroy_slot - decrement refcount for physical PCI slot
319 dev_dbg(&slot->bus->dev, "dev %02x, dec refcount to %d\n",
320 slot->number, atomic_read(&slot->kobj.kref.refcount) - 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/dynload/
H A Dcload.c1650 mlst->refcount = 0;
1743 mlist->refcount += 1;
1896 root->refcount -= 1;
1900 if (root->refcount <= 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/atm/
H A Dusbatm.c715 struct usbatm_data *instance = container_of(kref, struct usbatm_data, refcount);
729 kref_get(&instance->refcount);
736 kref_put(&instance->refcount, usbatm_destroy_instance);
1121 kref_init(&instance->refcount); /* dropped in usbatm_usb_disconnect */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/mon/
H A Dmon_main.c278 * - refcount USB bus struct
411 atomic_set(&mbus->ref.refcount, 2); /* Force leak */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/cluster/
H A Dnetdebug.c319 atomic_read(&sc->sc_kref.refcount),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Ddefaults.c84 samples->refcount = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Dcma.c87 atomic_t refcount; member in struct:cma_device
133 atomic_t refcount; member in struct:rdma_id_private
281 atomic_inc(&cma_dev->refcount);
289 if (atomic_dec_and_test(&cma_dev->refcount))
347 if (atomic_dec_and_test(&id_priv->refcount))
383 atomic_set(&id_priv->refcount, 1);
1455 atomic_inc(&id_priv->refcount);
1720 atomic_inc(&id_priv->refcount);
1907 atomic_inc(&id_priv->refcount);
2847 atomic_inc(&id_priv->refcount);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/amso1100/
H A Dc2_provider.c215 atomic_inc(&qp->refcount);
223 if (atomic_dec_and_test(&qp->refcount))
233 pr_debug("%s Returning QP=%p for QPN=%d, device=%p, refcount=%d\n",
235 (qp?atomic_read(&qp->refcount):0));
H A Dc2_qp.c504 atomic_set(&qp->refcount, 1);
634 atomic_dec(&qp->refcount);
635 wait_event(qp->wait, !atomic_read(&qp->refcount));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netrom/
H A Dnr_route.c156 atomic_set(&nr_neigh->refcount, 1);
191 atomic_set(&nr_node->refcount, 1);
203 /* refcount initialized at 1 */
435 atomic_set(&nr_neigh->refcount, 1);
448 /* refcount is initialized at 1 */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dsvc_xprt.c419 xprt, atomic_read(&xprt->xpt_ref.refcount));
749 atomic_read(&xprt->xpt_ref.refcount));
852 if (atomic_read(&xprt->xpt_ref.refcount) > 1 ||

Completed in 495 milliseconds

1234567891011