Searched refs:refcount (Results 76 - 100 of 269) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dconsolemap.c177 unsigned long refcount; member in struct:uni_pagedir
418 if (--p->refcount)
454 q->refcount++;
497 if (!p || --p->refcount) {
500 if (p) p->refcount++;
503 q->refcount=1;
507 p->refcount++;
524 if (p->refcount > 1) {
540 p->refcount++;
585 dflt->refcount
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/integrity/ima/
H A Dima_main.c172 kref_put(&iint->refcount, iint_free);
227 kref_put(&iint->refcount, iint_free);
253 kref_put(&iint->refcount, iint_free);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dnetlabel.h123 * @refcount: atomic reference counter
137 atomic_t refcount; member in struct:netlbl_lsm_cache
239 atomic_set(&cache->refcount, 1);
253 if (!atomic_dec_and_test(&cache->refcount))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_qp.c232 atomic_inc(&qp->refcount);
253 atomic_dec(&qp->refcount);
256 atomic_dec(&qp->refcount);
262 atomic_dec(&qp->refcount);
333 atomic_inc(&qp->refcount);
397 atomic_dec(&qp->s_rdma_read_sge.sge.mr->refcount);
404 atomic_dec(&qp->r_sge.sge.mr->refcount);
417 atomic_dec(&sge->mr->refcount);
422 atomic_dec(&to_iah(wqe->wr.wr.ud.ah)->refcount);
427 atomic_dec(&qp->s_rdma_mr->refcount);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dframe.c110 frame->refcount = 0;
131 if (frame->refcount == 0) {
152 ++frame->refcount;
161 assert(frame && frame->refcount > 0);
163 --frame->refcount;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dframe.c110 frame->refcount = 0;
131 if (frame->refcount == 0) {
152 ++frame->refcount;
161 assert(frame && frame->refcount > 0);
163 --frame->refcount;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/mlx4/
H A Dicm.c137 icm->refcount = 0;
263 ++table->icm[i]->refcount;
283 ++table->icm[i]->refcount;
298 if (--table->icm[i]->refcount == 0) {
428 ++table->icm[i]->refcount;
H A Dicm.h59 int refcount; member in struct:mlx4_icm
H A Dqp.c52 atomic_inc(&qp->refcount);
63 if (atomic_dec_and_test(&qp->refcount))
212 atomic_set(&qp->refcount, 1);
252 if (atomic_dec_and_test(&qp->refcount))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/amso1100/
H A Dc2_cq.c57 atomic_inc(&cq->refcount);
64 if (atomic_dec_and_test(&cq->refcount))
362 atomic_set(&cq->refcount, 1);
398 atomic_dec(&cq->refcount);
401 wait_event(cq->wait, !atomic_read(&cq->refcount));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dcpu.c48 struct mutex lock; /* Synchronizes accesses to refcount, */
53 int refcount; member in struct:__anon18766
57 .refcount = 0,
66 cpu_hotplug.refcount++;
77 if (!--cpu_hotplug.refcount && unlikely(cpu_hotplug.active_writer))
86 * refcount goes to zero.
98 * - A new reader arrives at this moment, bumps up the refcount.
99 * - The writer acquires the cpu_hotplug.lock finds the refcount
112 if (likely(!cpu_hotplug.refcount))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-mainloop.c60 int refcount; member in struct:DBusLoop
153 loop->refcount = 1;
162 _dbus_assert (loop->refcount > 0);
164 loop->refcount += 1;
173 _dbus_assert (loop->refcount > 0);
175 loop->refcount -= 1;
176 if (loop->refcount == 0)
H A Ddbus-spawn-win.c63 int refcount; member in struct:DBusBabysitter
103 sitter->refcount = 1;
153 _dbus_assert (sitter->refcount > 0);
155 sitter->refcount += 1;
193 _dbus_assert (sitter->refcount > 0);
195 sitter->refcount -= 1;
197 if (sitter->refcount == 0)
H A Ddbus-server-protected.h58 DBusAtomic refcount; /**< Reference count. */ member in struct:DBusServer
H A Ddbus-userdb.h45 int refcount; /**< Reference count */ member in struct:DBusUserDatabase
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/ulp/iser/
H A Diser_verbs.c292 device->refcount++;
302 device->refcount--;
303 iser_err("device %p refcount %d\n",device,device->refcount);
304 if (!device->refcount) {
348 atomic_inc(&ib_conn->refcount);
353 if (atomic_dec_and_test(&ib_conn->refcount)) {
520 atomic_set(&ib_conn->refcount, 1); /* ref ib conn allocation */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Dmad.c319 atomic_set(&mad_agent_priv->refcount, 1);
488 atomic_set(&mad_snoop_priv->refcount, 1);
500 if (atomic_dec_and_test(&mad_agent_priv->refcount))
506 if (atomic_dec_and_test(&mad_snoop_priv->refcount))
611 atomic_inc(&mad_snoop_priv->refcount);
636 atomic_inc(&mad_snoop_priv->refcount);
746 atomic_inc(&mad_agent_priv->refcount);
782 atomic_inc(&mad_agent_priv->refcount);
914 atomic_inc(&mad_agent_priv->refcount);
1111 mad_send_wr->refcount
[all...]
H A Daddr.c74 atomic_set(&client->refcount, 1);
81 if (atomic_dec_and_test(&client->refcount))
380 atomic_inc(&client->refcount);
394 atomic_dec(&client->refcount);
H A Dmad_rmpp.c54 atomic_t refcount; member in struct:mad_rmpp_recv
74 if (atomic_dec_and_test(&rmpp_recv->refcount))
303 atomic_set(&rmpp_recv->refcount, 1);
354 atomic_inc(&rmpp_recv->refcount);
541 atomic_inc(&rmpp_recv->refcount);
713 if (mad_send_wr->refcount == 1)
719 } else if (mad_send_wr->refcount == 1 &&
727 mad_send_wr->refcount++;
886 mad_send_wr->refcount += (mad_send_wr->timeout == 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/adouble/
H A Dad_lock.c86 if (--(*lock->refcount) < 1) {
87 free(lock->refcount);
393 adflock->refcount = (adf->adf_lock + oldlock)->refcount;
394 } else if ((adflock->refcount = calloc(1, sizeof(int))) == NULL) {
398 (*adflock->refcount)++;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c915 static void ea_refcount_free(ext2_refcount_t refcount) argument
917 if (!refcount)
920 ext2fs_free_mem(&refcount->list);
921 ext2fs_free_mem(&refcount);
956 ea_refcount_free(ctx->refcount);
957 ctx->refcount = 0;
1020 * reference counts. Once the refcount has dropped to zero, it is
1028 ext2_refcount_t refcount; local
1032 retval = ext2fs_get_mem(sizeof(struct ea_refcount), &refcount);
1035 memset(refcount,
1065 refcount_collapse(ext2_refcount_t refcount) argument
1090 insert_refcount_el(ext2_refcount_t refcount, blk_t blk, int pos) argument
1132 get_refcount_el(ext2_refcount_t refcount, blk_t blk, int create) argument
1205 ea_refcount_increment(ext2_refcount_t refcount, blk_t blk, int *ret) argument
1220 ea_refcount_decrement(ext2_refcount_t refcount, blk_t blk, int *ret) argument
1236 ea_refcount_store(ext2_refcount_t refcount, blk_t blk, int count) argument
1250 ea_refcount_intr_begin(ext2_refcount_t refcount) argument
1256 ea_refcount_intr_next(ext2_refcount_t refcount, int *ret) argument
3830 adjust_extattr_refcount(e2fsck_t ctx, ext2_refcount_t refcount, char *block_buf, int adjust_sign) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dpolicy.h48 int refcount; member in struct:BusPolicyRule
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Ddb_verify.h156 * Note that refcount is the refcount for an overflow page; pi_refcount
157 * is this structure's own refcount!
159 u_int32_t refcount; member in struct:__vrfy_pageinfo
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvideo.c84 pic->refcount = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/nes/
H A Dnes_verbs.h152 atomic_t refcount; member in struct:nes_qp

Completed in 485 milliseconds

1234567891011