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

12 3 4 5 6 7 8 9

  /external/e2fsprogs/lib/ext2fs/
qcow2.h 94 struct ext2_qcow2_refcount refcount; member in struct:ext2_qcow2_image
ext2_io.h 58 int refcount; member in struct:struct_io_channel
115 #define io_channel_bumpcount(c) ((c)->refcount++)
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_fence.c 56 int32_t refcount; member in struct:vmw_fence
191 p_atomic_set(&fence->refcount, 1);
227 if (p_atomic_dec_zero(&vfence->refcount)) {
243 p_atomic_inc(&vfence->refcount);
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.h 64 GLuint refcount; member in struct:_radeon_mipmap_tree
  /external/wayland/src/
wayland-client.c 63 int refcount; member in struct:wl_proxy
245 proxy->refcount--;
246 if (!proxy->refcount)
273 proxy->refcount--;
274 if (proxy_destroyed && !proxy->refcount)
341 proxy->refcount = 1;
397 proxy->refcount = 1;
420 proxy->refcount--;
421 if (!proxy->refcount)
951 display->proxy.refcount = 1
    [all...]
  /frameworks/av/media/libmediaextractor/
MediaBufferGroup.cpp 98 if (buffer->refcount() != 0) {
102 // Fatal if we have a local refcount.
107 // Log an error if we have a remaining remote refcount,
130 if ((*it)->refcount() == 0) {
148 if (buffer->refcount() == 0) {
163 if ((*it)->refcount() == 0) {
  /toolchain/binutils/binutils-2.27/bfd/
bfdwin.c 44 /* The idea behind the next and refcount fields is that one mapped
56 . int refcount : 31; {* should be enough... *}
77 i->refcount--;
81 if (i->refcount != 0)
199 i->refcount = 1;
237 i->refcount = 1;
elf-ifunc.c 126 bfd_boolean use_plt = !avoid_plt || h->plt.refcount > 0;
178 if (h->plt.refcount <= 0 && h->got.refcount <= 0)
190 if (h->plt.refcount > 0
191 || h->got.refcount > 0)
307 && (h->got.refcount <= 0
326 if (h->got.refcount <= 0)
elf32-vax.c 653 if (h->got.refcount == -1)
655 h->got.refcount = 1;
660 h->got.refcount++;
688 if (h->plt.refcount == -1)
689 h->plt.refcount = 1;
691 h->plt.refcount++;
720 if (h->plt.refcount == -1)
721 h->plt.refcount = 1;
723 h->plt.refcount++;
741 if (h->plt.refcount == -1
    [all...]
  /external/drm_gralloc/
gralloc_drm.cpp 182 bo->refcount = 1;
203 bo->refcount++;
275 bo->refcount = 1;
292 if (bo->refcount)
306 * Decrease refcount, if no refs anymore then destroy.
310 if (!--bo->refcount)
  /hardware/intel/common/libmix/mix_video/src/
mixdisplay.c 112 obj->refcount = 1;
189 * and could cause refcount problems */
200 g_atomic_int_inc (&obj->refcount);
214 /* If so, refcount handling is slightly different. */
215 /* i.e. If the refcount is still 0 we can really free the object, else the finalize method recycled the object -- but to where? */
217 if (g_atomic_int_get (&obj->refcount) == 0)
228 g_return_if_fail (obj->refcount > 0);
230 if (G_UNLIKELY (g_atomic_int_dec_and_test (&obj->refcount)))
353 * refcount of the MixDisplay is not increased.
368 * refcount of MixDisplay is increased
    [all...]
mixbuffer.c 206 LOG_I( "refcount = %d\n", MIX_PARAMS(
207 obj)->refcount);
210 if (MIX_PARAMS(obj)->refcount == 1) {
mixvideoframe.c 105 LOG_I("obj %x, new refcount is %d\n", (guint) obj,
106 MIX_PARAMS(obj)->refcount + 1);
123 LOG_I("obj %x, frame id %d, new refcount is %d\n", (guint) obj,
124 (guint) obj->frame_id, MIX_PARAMS(obj)->refcount - 1);
128 if (((MIX_PARAMS(obj)->refcount - 1) == 1) && (!(priv -> is_skipped))) {
144 if (((MIX_PARAMS(obj)->refcount - 1) == 0) && (priv -> is_skipped)) {
  /external/e2fsprogs/e2fsck/
e2fsck.h 210 * Define the extended attribute refcount structure
266 ext2_refcount_t refcount; member in struct:e2fsck_struct
467 extern void ea_refcount_free(ext2_refcount_t refcount);
468 extern errcode_t ea_refcount_fetch(ext2_refcount_t refcount, blk64_t blk, int *ret);
469 extern errcode_t ea_refcount_increment(ext2_refcount_t refcount,
471 extern errcode_t ea_refcount_decrement(ext2_refcount_t refcount,
473 extern errcode_t ea_refcount_store(ext2_refcount_t refcount,
475 extern blk_t ext2fs_get_refcount_size(ext2_refcount_t refcount);
476 extern void ea_refcount_intr_begin(ext2_refcount_t refcount);
477 extern blk64_t ea_refcount_intr_next(ext2_refcount_t refcount, int *ret)
    [all...]
e2fsck.c 93 if (ctx->refcount) {
94 ea_refcount_free(ctx->refcount);
95 ctx->refcount = 0;
  /external/mesa3d/src/glx/
dri_common.c 406 pdraw->refcount ++;
422 pdraw->refcount = 1;
439 pdraw->refcount --;
440 if (pdraw->refcount == 0) {
450 pdraw->refcount --;
451 if (pdraw->refcount == 0) {
  /external/mesa3d/src/gallium/winsys/amdgpu/drm/
amdgpu_cs.h 43 int refcount; member in struct:amdgpu_ctx
143 if (p_atomic_dec_zero(&ctx->refcount)) {
  /external/libdrm/radeon/
bof.h 45 unsigned refcount; member in struct:bof
  /external/libusb/libusb/os/
darwin_usb.h 129 int refcount; member in struct:darwin_cached_device
  /external/ltp/testcases/kernel/device-drivers/base/tbase/
tbase.c 491 a = atomic_read(&drv->kobj.refcount);
503 if ((a == (atomic_read(&drv->kobj.refcount) - 1))) {
551 a = atomic_read(&drv->kobj.refcount);
557 if ((a == (atomic_read(&drv->kobj.refcount) + 1))) {
  /external/mdnsresponder/mDNSShared/
dnsextd.h 86 int refcount; member in struct:AnswerListElem
  /external/mesa3d/src/gbm/main/
gbmint.h 57 unsigned int refcount; member in struct:gbm_device
gbm.c 95 gbm->refcount--;
96 if (gbm->refcount == 0)
129 gbm->refcount = 1;
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_regions.h 63 GLuint refcount; /**< Reference count for region */ member in struct:intel_region
  /external/libdrm/amdgpu/
amdgpu_device.c 165 if (update_references(&(*dst)->refcount, &src->refcount))
219 atomic_set(&dev->refcount, 1);

Completed in 624 milliseconds

12 3 4 5 6 7 8 9