Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/
H A Dxfs_zone_alloc.c667 bool pack_tight) in xfs_select_zone_nowait() argument
684 else if (pack_tight) in xfs_select_zone_nowait()
716 bool pack_tight) in xfs_select_zone() argument
722 oz = xfs_select_zone_nowait(mp, write_hint, pack_tight); in xfs_select_zone()
728 oz = xfs_select_zone_nowait(mp, write_hint, pack_tight); in xfs_select_zone()
807 bool pack_tight = xfs_zoned_pack_tight(ip); in xfs_zone_alloc_and_submit() local
824 *oz = xfs_select_zone(mp, write_hint, pack_tight); in xfs_zone_alloc_and_submit()
/linux-6.15/drivers/gpu/ipu-v3/
H A Dipu-csi.c144 unsigned pack_tight:1; member
452 cfg.pack_tight << CSI_SENS_CONF_PACK_TIGHT_SHIFT | in ipu_csi_init_interface()