Searched refs:refcount (Results 26 - 50 of 269) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/crypto/
H A Dzcrypt_api.h97 struct kref refcount; /* device refcounting */ member in struct:zcrypt_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/iio/
H A Dchrdev.h101 * @refcount: as the handler may be shared between multiple device
103 * @exist_lock: prevents race conditions related to refcount useage.
111 int refcount; member in struct:iio_event_handler_list
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/squashfs/
H A Dsquashfs_fs_sb.h44 int refcount; member in struct:squashfs_cache_entry
H A Dcache.c98 if (cache->entry[i].refcount == 0)
112 entry->refcount = 1;
144 * Block already in cache. Increment refcount so it doesn't
150 if (entry->refcount == 0)
152 entry->refcount++;
169 TRACE("Got %s %d, start block %lld, refcount %d, error %d\n",
170 cache->name, i, entry->block, entry->refcount, entry->error);
187 entry->refcount--;
188 if (entry->refcount == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dxgettext.h189 unsigned int refcount; member in struct:refcounted_string_list_ty
197 rslp->refcount++;
206 if (rslp->refcount > 1)
207 rslp->refcount--;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/init/
H A Dversion.c26 .refcount = ATOMIC_INIT(2),
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dext2fsP.h71 int refcount; member in struct:ext2_inode_cache
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-timeout.c42 int refcount; /**< Reference count */ member in struct:DBusTimeout
74 timeout->refcount = 1;
95 timeout->refcount += 1;
110 _dbus_assert (timeout->refcount > 0);
112 timeout->refcount -= 1;
113 if (timeout->refcount == 0)
H A Ddbus-dataslot.c59 * not -1, this function just increments the refcount for
95 allocator->allocated_slots[slot].refcount += 1;
110 allocator->allocated_slots[slot].refcount = 1;
134 allocator->allocated_slots[slot].refcount = 1;
141 _dbus_assert (allocator->allocated_slots[slot].refcount == 1);
172 _dbus_assert (allocator->allocated_slots[*slot_id_p].refcount > 0);
174 allocator->allocated_slots[*slot_id_p].refcount -= 1;
176 if (allocator->allocated_slots[*slot_id_p].refcount > 0)
182 /* refcount is 0, free the slot */
H A Ddbus-pending-call.c64 DBusAtomic refcount; /**< reference count */ member in struct:DBusPendingCall
159 _dbus_atomic_inc (&pending->refcount);
405 old_refcount = _dbus_atomic_inc (&pending->refcount);
468 old_refcount = _dbus_atomic_dec (&pending->refcount);
590 old_refcount = _dbus_atomic_inc (&pending->refcount);
610 old_refcount = _dbus_atomic_dec (&pending->refcount);
757 * to be already allocated, and its refcount is incremented.
781 * someone else reallocates the slot). When the refcount on the
H A Ddbus-userdb.c539 db->refcount = 1;
584 * Increments refcount of user database.
591 _dbus_assert (db->refcount > 0);
593 db->refcount += 1;
600 * Decrements refcount of user database.
606 _dbus_assert (db->refcount > 0);
608 db->refcount -= 1;
609 if (db->refcount == 0)
H A Ddbus-watch.c42 int refcount; /**< Reference count */ member in struct:DBusWatch
105 watch->refcount = 1;
126 watch->refcount += 1;
141 _dbus_assert (watch->refcount > 0);
143 watch->refcount -= 1;
144 if (watch->refcount == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_ovfl_vrfy.c81 pip->refcount = OV_REF(h);
82 if (pip->refcount < 1) {
118 u_int32_t refcount; local
136 /* The refcount is stored on the first overflow page. */
137 refcount = pip->refcount;
160 * times as its refcount dictates.
168 if ((u_int32_t)seen_cnt > refcount) {
192 * page in an overflow chain should ever have a refcount
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dnetrom.h96 atomic_t refcount; member in struct:nr_neigh
112 atomic_t refcount; member in struct:nr_node
121 atomic_inc(&((__nr_node)->refcount))
125 if (atomic_dec_and_test(&nr_node->refcount)) {
131 atomic_inc(&((__nr_neigh)->refcount))
135 if (atomic_dec_and_test(&nr_neigh->refcount)) {
H A Dax25.h159 atomic_t refcount; member in struct:ax25_uid_assoc
168 atomic_inc(&((ax25)->refcount))
172 if (atomic_dec_and_test(&assoc->refcount)) {
186 atomic_t refcount; member in struct:ax25_route
195 atomic_inc(&ax25_rt->refcount);
202 if (atomic_dec_and_test(&ax25_rt->refcount))
245 atomic_t refcount; member in struct:ax25_cb
254 atomic_inc(&((__ax25)->refcount))
258 if (atomic_dec_and_test(&ax25->refcount)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dservices.c42 int refcount; member in struct:BusService
51 int refcount; member in struct:BusOwner
62 int refcount; member in struct:BusRegistry
82 registry->refcount = 1;
114 _dbus_assert (registry->refcount > 0);
115 registry->refcount += 1;
123 _dbus_assert (registry->refcount > 0);
124 registry->refcount -= 1;
126 if (registry->refcount == 0)
196 result->refcount
[all...]
H A Dpolicy.c44 rule->refcount = 1;
80 _dbus_assert (rule->refcount > 0);
82 rule->refcount += 1;
90 _dbus_assert (rule->refcount > 0);
92 rule->refcount -= 1;
94 if (rule->refcount == 0)
127 int refcount; member in struct:BusPolicy
170 policy->refcount = 1;
194 _dbus_assert (policy->refcount > 0);
196 policy->refcount
693 int refcount; member in struct:BusClientPolicy
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/
H A Dgeneric_gpio.c28 int refcount; member in struct:gpio_state
130 if (chip->state[chip_index].refcount == 0) {
133 chip->state[chip_index].refcount++;
135 chip->state[chip_index].refcount++;
159 chip->state[chip_index].refcount--;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dbuffer.c94 ret->buf->refcount ++;
102 av_assert0(ref->buf->refcount > 0);
103 if (!(--ref->buf->refcount))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Dmad_priv.h111 atomic_t refcount; member in struct:ib_mad_agent_private
120 atomic_t refcount; member in struct:ib_mad_snoop_private
138 int refcount; member in struct:ib_mad_send_wr_private
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb3/
H A Diwch_cm.h58 ep, atomic_read(&((ep)->kref.refcount))); \
59 WARN_ON(atomic_read(&((ep)->kref.refcount)) < 1); \
65 ep, atomic_read(&((ep)->kref.refcount))); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mthca/
H A Dmthca_provider.h204 int refcount; member in struct:mthca_cq
225 int refcount; member in struct:mthca_srq
263 int refcount; member in struct:mthca_qp
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_keys.c103 ret = atomic_read(&dev->dma_mr->refcount);
110 ret = atomic_read(&dev->lk_table.table[r]->refcount);
154 atomic_inc(&dev->dma_mr->refcount);
185 atomic_inc(&mr->refcount);
233 atomic_inc(&dev->dma_mr->refcount);
263 atomic_inc(&mr->refcount);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/amso1100/
H A Dc2_provider.h94 atomic_t refcount; member in struct:c2_cq
111 atomic_t refcount; member in struct:c2_qp
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dtracepoint.c58 int refcount; /* Number of times armed. 0 if disarmed. */ member in struct:tracepoint_entry
129 entry->refcount = nr_probes + 1;
159 entry->refcount = 0;
174 entry->refcount = nr_probes - nr_del;
230 e->refcount = 0;
305 !!mark_entry->refcount);
338 if (IS_ERR(old) && !entry->refcount)
379 if (!entry->refcount)

Completed in 413 milliseconds

1234567891011