Home
last modified time | relevance | path

Searched refs:ref_count (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/include/ui/
H A Dpixman-minimal.h98 int ref_count; member
177 i->ref_count = 1; in pixman_image_create_bits()
184 i->ref_count++; in pixman_image_ref()
190 i->ref_count--; in pixman_image_unref()
192 if (i->ref_count == 0) { in pixman_image_unref()
/openbmc/u-boot/drivers/mtd/ubi/
H A Dbuild.c293 ubi_assert(ubi->ref_count >= 0); in ubi_get_device()
294 ubi->ref_count += 1; in ubi_get_device()
309 ubi->ref_count -= 1; in ubi_put_device()
330 ubi_assert(ubi->ref_count >= 0); in ubi_get_by_major()
331 ubi->ref_count += 1; in ubi_get_by_major()
1117 ubi->ref_count -= 1; in ubi_detach_mtd_dev()
1118 if (ubi->ref_count) { in ubi_detach_mtd_dev()
1125 ubi->ubi_name, ubi->ref_count); in ubi_detach_mtd_dev()
H A Dvmt.c79 vol->ref_count += 1; in vol_attribute_show()
110 vol->ref_count -= 1; in vol_attribute_show()
111 ubi_assert(vol->ref_count >= 0); in vol_attribute_show()
368 if (vol->ref_count > 1) { in ubi_remove_volume()
458 if (vol->ref_count > 1) { in ubi_resize_volume()
H A Dubi.h316 int ref_count; member
537 int ref_count; member
H A Dkapi.c192 vol->ref_count += 1; in ubi_open_volume()
354 vol->ref_count -= 1; in ubi_close_volume()
H A Dvtbl.c635 vol->ref_count = 1;
/openbmc/u-boot/drivers/ram/
H A Dstm32_sdram.c165 u32 ref_count; in stm32_sdram_init() local
176 ref_count = params->bank_params[i].sdram_ref_count; in stm32_sdram_init()
244 writel(ref_count << 1, &regs->sdrtr); in stm32_sdram_init()
/openbmc/qemu/util/
H A Dqtree.c83 gint ref_count; member
210 tree->ref_count = 1; in q_tree_new_full()
369 g_atomic_int_inc(&tree->ref_count); in q_tree_ref()
392 if (g_atomic_int_dec_and_test(&tree->ref_count)) { in q_tree_unref()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/
H A D0001-fix-compile-error-with-linux-kernel-v4.8.patch41 + int ref_count; /* free buffer pool usage counters */
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch7268 + atomic_int ref_count;
7332 + if (atomic_fetch_sub(&p->ref_count, 1) <= 1)
7338 + atomic_fetch_add(&p->ref_count, 1);
7559 + atomic_store(&p->ref_count, 1);
7595 + atomic_int ref_count;
7609 + assert(atomic_load(&cb->ref_count) == 0);
7650 + .ref_count = ATOMIC_VAR_INIT(0),
7868 + if (atomic_fetch_sub(&cb->ref_count, 1) <= 1)
7880 + atomic_fetch_add(&cb->ref_count, 1);
8858 + atomic_int ref_count;
[all …]
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch7841 + atomic_int ref_count;
8091 + if (atomic_fetch_sub(&dbsc->ref_count, 1) != 0)
8099 + atomic_fetch_add(&dbsc->ref_count, 1);
10010 + atomic_int ref_count;
10059 + .ref_count = ATOMIC_VAR_INIT(0),\
10281 + atomic_int ref_count; /* 0 is single ref for easier atomics */
10761 + atomic_fetch_add(&be_dst->base.ref_count, 1);
10773 + if (atomic_fetch_sub(&be_dst->base.ref_count, 1) != 0)
10966 + atomic_store(&be_dst->base.ref_count, 0);
11346 + atomic_fetch_add(&mbc->ref_count, 1);
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/files/
H A D0001-Replace-LFS64-interfaces-off64_t-and-lseek64.patch234 int ref_count;