Searched refs:max_resize_bg (Results 1 – 1 of 1) sorted by relevance
242 unsigned int max_resize_bg; in alloc_flex_gd() local249 max_resize_bg = umin(flexbg_size, MAX_RESIZE_BG); in alloc_flex_gd()250 flex_gd->resize_bg = max_resize_bg; in alloc_flex_gd()260 if (WARN_ON_ONCE(flex_gd->resize_bg > max_resize_bg)) in alloc_flex_gd()261 flex_gd->resize_bg = max_resize_bg; in alloc_flex_gd()