Searched refs:newfg (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/mm/ |
D | zsmalloc.c | 766 enum fullness_group currfg, newfg; in fix_fullness_group() local 769 newfg = get_fullness_group(class, zspage); in fix_fullness_group() 770 if (newfg == currfg) in fix_fullness_group() 775 insert_zspage(class, zspage, newfg); in fix_fullness_group() 778 set_zspage_mapping(zspage, class_idx, newfg); in fix_fullness_group() 781 return newfg; in fix_fullness_group() 1417 enum fullness_group newfg; in zs_malloc() local 1453 newfg = get_fullness_group(class, zspage); in zs_malloc() 1454 insert_zspage(class, zspage, newfg); in zs_malloc() 1455 set_zspage_mapping(zspage, class->index, newfg); in zs_malloc()
|