HomeSort by relevance Sort by last modified time
    Searched full:refcount (Results 26 - 50 of 393) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/e2fsck/
e2fsck.h 191 * Define the extended attribute refcount structure
242 ext2_refcount_t refcount; member in struct:e2fsck_struct
414 extern void ea_refcount_free(ext2_refcount_t refcount);
415 extern errcode_t ea_refcount_fetch(ext2_refcount_t refcount, blk_t blk,
417 extern errcode_t ea_refcount_increment(ext2_refcount_t refcount,
419 extern errcode_t ea_refcount_decrement(ext2_refcount_t refcount,
421 extern errcode_t ea_refcount_store(ext2_refcount_t refcount,
423 extern blk_t ext2fs_get_refcount_size(ext2_refcount_t refcount);
424 extern void ea_refcount_intr_begin(ext2_refcount_t refcount);
425 extern blk_t ea_refcount_intr_next(ext2_refcount_t refcount, int *ret)
    [all...]
  /external/kernel-headers/original/linux/
dmaengine.h 69 * @refcount: local_t used for open-coded "bigref" counting
75 local_t refcount; member in struct:dma_chan_percpu
88 * @refcount: kref, used in "bigref" slow-mode
104 struct kref refcount; member in struct:dma_chan
118 kref_get(&chan->refcount);
120 local_inc(&(per_cpu_ptr(chan->local, get_cpu())->refcount));
128 kref_put(&chan->refcount, dma_chan_cleanup);
130 local_dec(&(per_cpu_ptr(chan->local, get_cpu())->refcount));
165 * @refcount: reference count
183 struct kref refcount; member in struct:dma_device
    [all...]
  /external/dbus/bus/
services.c 42 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 = 1
    [all...]
policy.c 44 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 += 1
693 int refcount; member in struct:BusClientPolicy
    [all...]
activation.c 47 int refcount; member in struct:BusActivation
62 int refcount; member in struct:__anon5117
69 int refcount; member in struct:__anon5118
91 int refcount; member in struct:__anon5119
107 _dbus_assert (dir->refcount);
109 dir->refcount++;
121 _dbus_assert (dir->refcount > 0);
122 dir->refcount--;
124 if (dir->refcount > 0)
159 _dbus_assert (pending_activation->refcount > 0)
    [all...]
  /external/dbus/dbus/
dbus-credentials.c 49 int refcount; member in struct:DBusCredentials
78 creds->refcount = 1;
111 * Increment refcount on credentials.
118 _dbus_assert (credentials->refcount > 0);
119 credentials->refcount += 1;
123 * Decrement refcount on credentials.
130 _dbus_assert (credentials->refcount > 0);
132 credentials->refcount -= 1;
133 if (credentials->refcount == 0)
dbus-dataslot.c 59 * 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 */
dbus-userdb.c 539 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)
dbus-pending-call.c 63 DBusAtomic refcount; /**< reference count */ member in struct:DBusPendingCall
135 pending->refcount.value = 1;
375 pending->refcount.value += 1;
436 _dbus_assert (pending->refcount.value > 0);
438 pending->refcount.value -= 1;
439 last_unref = pending->refcount.value == 0;
539 _dbus_atomic_inc (&pending->refcount);
542 _dbus_assert (pending->refcount.value > 0);
544 pending->refcount.value += 1;
568 last_unref = (_dbus_atomic_dec (&pending->refcount) == 1)
    [all...]
dbus-timeout.c 42 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)
  /external/webkit/Source/JavaScriptCore/dfg/
DFGGraph.cpp 49 unsigned refCount = node.refCount;
50 if (!refCount)
54 --refCount;
73 printf("% 4d:\t<%c%u:%u>\t%s(", (int)nodeIndex, mustGenerate ? '!' : ' ', refCount, node.virtualRegister, dfgOpNames[op & NodeIdMask]);
  /external/webkit/Source/JavaScriptCore/wtf/
ThreadSafeRefCounted.h 91 return refCount() == 1;
94 int refCount() const
113 int refCount;
117 refCount = m_refCount;
119 if (refCount <= 0)
  /system/media/mca/filterfw/java/android/filterfw/core/
CachedFrameManager.java 71 int refCount = frame.decRefCount();
72 if (refCount == 0 && frame.hasNativeAllocation()) {
77 } else if (refCount < 0) {
  /external/srec/srec/crec/
srec_tokens.c 278 awtoken->refcount = 0;
309 awtoken->refcount = 1;
318 ASSERT(old_token->refcount >= 1);
319 if (--old_token->refcount <= 0)
326 return old_token->refcount; /* return zero if truly freed */
332 ASSERT(old_token->refcount >= 1);
333 if (--old_token->refcount <= 0)
339 /* *(ddp++) = '0' + awtoken->refcount; */
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebDragSource.cpp 64 return refCount();
70 return refCount();
  /external/expat/amiga/
expat_lib.c 164 ++Self->Data.RefCount;
165 return Self->Data.RefCount;
171 --Self->Data.RefCount;
172 return Self->Data.RefCount;
  /external/icu4c/test/threadtest/
stringtest.cpp 128 uint32_t refCount = fSourceStrings[i].refCount();
129 if (refCount != 1) {
130 fprintf(stderr, "\nFailure. SourceString Ref Count was %d, should be 1.\n", refCount);
  /external/webkit/Source/JavaScriptCore/API/tests/
NodeList.h 32 unsigned refCount;
  /system/core/include/sysutils/
SocketClient.h 45 // SocketListener creates a SocketClient (at refcount 1) and calls
  /external/opencv/cvaux/src/
cvmat.cpp 226 refcount = 0;
235 refcount = 0;
244 refcount = 0;
253 refcount = 0;
262 refcount = 0;
271 refcount = 0;
280 refcount = 0;
289 refcount = 0;
298 refcount = 0;
307 refcount = 0
    [all...]
  /external/mesa3d/src/talloc/
hieralloc.c 22 unsigned size, childCount, refCount;
155 ptr->refCount = 1;
232 header->refCount--;
233 if (header->refCount > 0)
287 //assert(get_header(ptr)->refCount > 0);
288 //get_header(ptr)->refCount--;
478 header->childCount, header->refCount, header->size, header->destructor, header->name);
503 data[3] += header->refCount;
530 ptr, header->size, header->childCount, header->refCount, header->name, header->parent ? header->parent + 1 : NULL);
  /external/wpa_supplicant/
l2_packet_ndis.c 60 int refcount; member in struct:l2_packet_ndisuio_global
309 l2 = l2_ndisuio_global->l2[l2_ndisuio_global->refcount - 1];
362 if (l2_ndisuio_global->refcount >= 2) {
367 l2_ndisuio_global->refcount++;
372 l2_ndisuio_global->l2[l2_ndisuio_global->refcount - 1] = l2;
387 if (l2_ndisuio_global->refcount > 1) {
459 l2_ndisuio_global->refcount--;
460 l2_ndisuio_global->l2[l2_ndisuio_global->refcount] = NULL;
461 if (l2_ndisuio_global->refcount) {
  /external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
l2_packet_ndis.c 60 int refcount; member in struct:l2_packet_ndisuio_global
309 l2 = l2_ndisuio_global->l2[l2_ndisuio_global->refcount - 1];
362 if (l2_ndisuio_global->refcount >= 2) {
367 l2_ndisuio_global->refcount++;
372 l2_ndisuio_global->l2[l2_ndisuio_global->refcount - 1] = l2;
387 if (l2_ndisuio_global->refcount > 1) {
459 l2_ndisuio_global->refcount--;
460 l2_ndisuio_global->l2[l2_ndisuio_global->refcount] = NULL;
461 if (l2_ndisuio_global->refcount) {
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_ndis.c 60 int refcount; member in struct:l2_packet_ndisuio_global
315 l2 = l2_ndisuio_global->l2[l2_ndisuio_global->refcount - 1];
368 if (l2_ndisuio_global->refcount >= 2) {
373 l2_ndisuio_global->refcount++;
378 l2_ndisuio_global->l2[l2_ndisuio_global->refcount - 1] = l2;
393 if (l2_ndisuio_global->refcount > 1) {
465 l2_ndisuio_global->refcount--;
466 l2_ndisuio_global->l2[l2_ndisuio_global->refcount] = NULL;
467 if (l2_ndisuio_global->refcount) {
  /hardware/ti/omap4xxx/camera/
BaseCameraAdapter.cpp 259 int refCount = -1;
272 refCount = getFrameRefCount(frameBuf, frameType);
283 if ( 0 < refCount )
286 refCount--;
287 setFrameRefCount(frameBuf, frameType, refCount);
291 refCount += getFrameRefCount(frameBuf, CameraFrame::PREVIEW_FRAME_SYNC);
293 refCount += getFrameRefCount(frameBuf, CameraFrame::VIDEO_FRAME_SYNC);
295 refCount += getFrameRefCount(frameBuf, CameraFrame::VIDEO_FRAME_SYNC);
307 CAMHAL_LOGVB("REFCOUNT 0x%x %d", frameBuf, refCount);
    [all...]

Completed in 344 milliseconds

12 3 4 5 6 7 8 91011>>