Searched refs:newfg (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/mm/ |
D | zsmalloc.c | 725 int currfg, newfg; in fix_fullness_group() local 728 newfg = get_fullness_group(class, zspage); in fix_fullness_group() 729 if (newfg == currfg) in fix_fullness_group() 733 insert_zspage(class, zspage, newfg); in fix_fullness_group() 734 set_zspage_mapping(zspage, class_idx, newfg); in fix_fullness_group() 736 return newfg; in fix_fullness_group() 1364 int newfg; in zs_malloc() local 1401 newfg = get_fullness_group(class, zspage); in zs_malloc() 1402 insert_zspage(class, zspage, newfg); in zs_malloc() 1403 set_zspage_mapping(zspage, class->index, newfg); in zs_malloc()
|