Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_mount.c730 const xfs_extlen_t max_group = in xfs_set_max_atomic_write_opt()
766 if (new_max_fsbs > max_group) { in xfs_set_max_atomic_write_opt()
770 XFS_FSB_TO_B(mp, max_group) >> 10); in xfs_set_max_atomic_write_opt()
733 const xfs_extlen_t max_group = xfs_set_max_atomic_write_opt() local
/linux/kernel/sched/
H A Dfair.c3003 nodemask_t max_group = NODE_MASK_NONE; in task_numa_placement()
3027 max_group = this_group; in task_numa_placement()
3036 /* Next round, evaluate the nodes within max_group. */ in task_numa_placement()
3039 nodes = max_group; in task_numa_placement()
2911 nodemask_t max_group = NODE_MASK_NONE; preferred_group_nid() local