Searched refs:newfg (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/mm/ |
D | zsmalloc.c | 783 enum fullness_group currfg, newfg; in fix_fullness_group() local 786 newfg = get_fullness_group(class, zspage); in fix_fullness_group() 787 if (newfg == currfg) in fix_fullness_group() 792 insert_zspage(class, zspage, newfg); in fix_fullness_group() 795 set_zspage_mapping(zspage, class_idx, newfg); in fix_fullness_group() 798 return newfg; in fix_fullness_group() 1476 enum fullness_group newfg; in zs_malloc() local 1512 newfg = get_fullness_group(class, zspage); in zs_malloc() 1513 insert_zspage(class, zspage, newfg); in zs_malloc() 1514 set_zspage_mapping(zspage, class->index, newfg); in zs_malloc()
|