Home
last modified time | relevance | path

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

/linux-6.6.21/fs/nilfs2/
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()
/linux-6.6.21/drivers/gpu/drm/i915/display/
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()