Searched refs:newfg (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/mm/ |
| D | zsmalloc.c | 753 enum fullness_group currfg, newfg; in fix_fullness_group() local 756 newfg = get_fullness_group(class, zspage); in fix_fullness_group() 757 if (newfg == currfg) in fix_fullness_group() 761 insert_zspage(class, zspage, newfg); in fix_fullness_group() 762 set_zspage_mapping(zspage, class_idx, newfg); in fix_fullness_group() 764 return newfg; in fix_fullness_group() 1401 enum fullness_group newfg; in zs_malloc() local 1439 newfg = get_fullness_group(class, zspage); in zs_malloc() 1440 insert_zspage(class, zspage, newfg); in zs_malloc() 1441 set_zspage_mapping(zspage, class->index, newfg); in zs_malloc()
|