Searched refs:refcount (Results 51 - 75 of 269) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dext2_io.h57 int refcount; member in struct:struct_io_channel
92 #define io_channel_bumpcount(c) ((c)->refcount++)
H A Ddupfs.c46 fs->icache->refcount++;
H A Dfreefs.c88 if (--icache->refcount)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-transport-protected.h82 int refcount; /**< Reference count. */ member in struct:DBusTransport
H A Ddbus-server.c118 _dbus_atomic_inc (&server->refcount);
121 dbus_int32_t old_refcount = _dbus_atomic_inc (&server->refcount);
221 /** Function to be called in protected_change_watch() with refcount held */
224 /** Function to be called in protected_change_watch() with refcount held */
227 /** Function to be called in protected_change_watch() with refcount held */
337 /** Function to be called in protected_change_timeout() with refcount held */
340 /** Function to be called in protected_change_timeout() with refcount held */
343 /** Function to be called in protected_change_timeout() with refcount held */
464 old_refcount = _dbus_atomic_inc (&server->refcount);
486 old_refcount = _dbus_atomic_dec (&server->refcount);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Ddeshake.h86 int refcount; ///< Number of reference frames (defines averaging window) member in struct:__anon3350
H A Dformats.c42 if (!(tmp = av_realloc_array(ret->refs, ret->refcount + a->refcount, \
47 for (i = 0; i < a->refcount; i ++) { \
48 ret->refs[ret->refcount] = a->refs[i]; \
49 *ret->refs[ret->refcount++] = ret; \
413 f->refs = av_realloc(f->refs, sizeof(*f->refs) * ++f->refcount); \
414 f->refs[f->refcount-1] = ref; \
430 for (i = 0; i < (*ref)->refcount; i ++) \
448 sizeof(*(*ref)->refs) * ((*ref)->refcount - idx - 1)); \
450 if(!--(*ref)->refcount) { \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dmbuf.h47 int refcount; member in struct:mbuf_buffer
H A Dmulti.h73 int refcount; member in struct:multi_instance
382 ++mi->refcount;
388 if (--mi->refcount <= 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/mlx4/
H A Dsrq.c69 atomic_inc(&srq->refcount);
80 if (atomic_dec_and_test(&srq->refcount))
164 atomic_set(&srq->refcount, 1);
200 if (atomic_dec_and_test(&srq->refcount))
H A Dcq.c101 atomic_inc(&cq->refcount);
112 if (atomic_dec_and_test(&cq->refcount))
251 atomic_set(&cq->refcount, 1);
290 if (atomic_dec_and_test(&cq->refcount))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dehci-mem.c95 qh->refcount = 1;
119 WARN_ON(!qh->refcount);
120 qh->refcount++;
126 if (!--qh->refcount)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/ttm/
H A Dttm_object.h50 * TTM_REF_USAGE is a simple refcount on a base object.
101 * @refcount: Number of references to this object, not
127 struct kref refcount; member in struct:ttm_base_object
177 * Decrements the base object refcount and clears the pointer pointed to by
191 * already existed, and the refcount was upped on that object instead.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Draw1394-private.h13 atomic_t refcount; member in struct:iso_block_store
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtty_ldisc.h150 int refcount; member in struct:tty_ldisc_ops
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dactivation.c47 int refcount; member in struct:BusActivation
62 int refcount; member in struct:__anon1602
69 int refcount; member in struct:__anon1603
91 int refcount; member in struct:__anon1604
107 _dbus_assert (dir->refcount);
109 dir->refcount++;
121 _dbus_assert (dir->refcount > 0);
122 dir->refcount--;
124 if (dir->refcount > 0)
149 _dbus_assert (pending_activation->refcount >
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/memrar/
H A Dmemrar_handler.c73 * @refcount: Reference count.
86 struct kref refcount; member in struct:memrar_buffer_info
220 container_of(ref, struct memrar_buffer_info, refcount);
379 kref_put(&pos->refcount, memrar_release_block_i);
448 kref_init(&buffer_info->refcount);
503 kref_put(&pos->refcount, memrar_release_block_i);
732 kref_put(&pos->refcount,
871 kref_get(&pos->refcount);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Ddev_addr_lists.c43 ha->refcount++;
57 ha->refcount = 1;
94 if (--ha->refcount)
166 ha->refcount++;
167 } else if (ha->refcount == 1) {
318 if (ha->addr == dev->dev_addr && ha->refcount == 1)
686 dev->name, ha->refcount, ha->global_use);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dafp_config.c237 unsigned char *refcount)
315 config->optcount = refcount;
316 (*refcount)++;
332 unsigned char *refcount,
456 config->optcount = refcount;
457 (*refcount)++;
470 unsigned char *refcount; local
472 if ((refcount = (unsigned char *)
474 LOG(log_error, logtype_afpd, "AFPConfigInit: calloc(refcount): %s", strerror(errno) );
481 (config = ASPConfigInit(options, refcount)))
236 ASPConfigInit(const struct afp_options *options, unsigned char *refcount) argument
331 DSIConfigInit(const struct afp_options *options, unsigned char *refcount, const dsi_proto protocol) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Dmulticast.c63 atomic_t refcount; member in struct:mcast_port
105 atomic_t refcount; member in struct:mcast_group
120 atomic_t refcount; member in struct:mcast_member
181 if (atomic_dec_and_test(&port->refcount))
191 if (atomic_dec_and_test(&group->refcount)) {
202 if (atomic_dec_and_test(&member->refcount))
215 atomic_inc(&group->refcount);
411 atomic_inc(&member->refcount);
455 atomic_inc(&member->refcount);
507 atomic_inc(&member->refcount);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dhost.c83 int refcount; /* reference count; when it drops to member in struct:address_list
201 al->refcount = 1;
272 al->refcount = 1;
300 --al->refcount;
301 DEBUGP (("Releasing 0x%0*lx (new refcount %d).\n", PTR_FORMAT (al),
302 al->refcount));
303 if (al->refcount <= 0)
596 ++al->refcount;
611 ++al->refcount;
905 assert (al->refcount
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/iodbc/
H A Dhenv.h129 int refcount; /* Driver's bookkeeping reference count */ member in struct:__anon599
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/rdma/
H A Dib_addr.h45 atomic_t refcount; member in struct:rdma_addr_client
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/batman-adv/
H A Dvis.c57 struct vis_info *info = container_of(ref, struct vis_info, refcount);
292 kref_get(&info->refcount);
303 kref_put(&info->refcount, free_info);
374 kref_put(&old_info->refcount, free_info);
381 kref_init(&info->refcount);
405 kref_put(&old_info->refcount, free_info);
603 kref_put(&info->refcount, free_info);
716 kref_get(&info->refcount);
723 kref_put(&info->refcount, free_info);
756 kref_init(&my_vis_info->refcount);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mthca/
H A Dmthca_memfree.c60 int refcount; member in struct:mthca_user_db_table::__anon11658
152 icm->refcount = 0;
231 ++table->icm[i]->refcount;
251 ++table->icm[i]->refcount;
270 if (--table->icm[i]->refcount == 0) {
410 ++table->icm[i]->refcount;
470 if ((db_tab->page[i].refcount >= MTHCA_DB_REC_PER_PAGE) ||
477 if (db_tab->page[i].refcount) {
478 ++db_tab->page[i].refcount;
507 db_tab->page[i].refcount
[all...]

Completed in 1415 milliseconds

1234567891011