Home
last modified time | relevance | path

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

/openbmc/linux/fs/nilfs2/
H A Dpage.c198 struct buffer_head *dbh, *dbufs, *sbh; in nilfs_copy_page() local
210 dbh = dbufs = page_buffers(dst); in nilfs_copy_page()
219 } while (dbh != dbufs); in nilfs_copy_page()
237 } 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 D0004-ffmpeg-4.3.4-rpi_14.patch55581 + if ((rd->qe_dst = mediabufs_dst_qent_alloc(ctx->mbufs, ctx->dbufs)) == NULL) {
55872 + if (qent_src_data_copy(src, 0, si->ptr, si->len, ctx->dbufs) != 0) {
55941 + if ((rd->qe_dst = mediabufs_dst_qent_alloc(ctx->mbufs, ctx->dbufs)) == NULL) {
58530 + dmabufs_ctl_delete(&ctx->dbufs);
58599 + if ((ctx->dbufs = dmabufs_ctl_new()) == NULL) {
58664 + if (mediabufs_src_pool_create(ctx->mbufs, ctx->dbufs, 6)) {
58718 + dmabufs_ctl_delete(&ctx->dbufs);
58814 + struct dmabufs_ctl *dbufs;