Home
last modified time | relevance | path

Searched refs:dbufs (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/nilfs2/
H A Dpage.c199 struct buffer_head *dbh, *dbufs, *sbh; in nilfs_copy_page() local
211 dbh = dbufs = page_buffers(dst); in nilfs_copy_page()
220 } while (dbh != dbufs); in nilfs_copy_page()
238 } while (dbh != dbufs); in nilfs_copy_page()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_pmdemand.c449 u32 dbufs = min_t(u32, hweight8(dbuf_slices), 3); in intel_pmdemand_program_dbuf() local
458 REG_FIELD_PREP(XELPDP_PMDEMAND_DBUFS_MASK, dbufs)); in intel_pmdemand_program_dbuf()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch8983 + if ((rd->qe_dst = mediabufs_dst_qent_alloc(ctx->mbufs, ctx->dbufs)) == NULL) {
9274 + if (qent_src_data_copy(src, 0, si->ptr, si->len, ctx->dbufs) != 0) {
9343 + if ((rd->qe_dst = mediabufs_dst_qent_alloc(ctx->mbufs, ctx->dbufs)) == NULL) {
12163 + dmabufs_ctl_unref(&ctx->dbufs);
12253 + ctx->dbufs = dmabufs_ctl_new_vidbuf_cached();
12255 + ctx->dbufs = dmabufs_ctl_new();
12257 + if (ctx->dbufs == NULL) {
12320 + if (mediabufs_src_pool_create(ctx->mbufs, ctx->dbufs, 6, src_memtype)) {
12385 + dmabufs_ctl_unref(&ctx->dbufs);
12482 + struct dmabufs_ctl *dbufs;