Home
last modified time | relevance | path

Searched refs:newfg (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dzsmalloc.c766 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()
1420 enum fullness_group newfg; in zs_malloc() local
1456 newfg = get_fullness_group(class, zspage); in zs_malloc()
1457 insert_zspage(class, zspage, newfg); in zs_malloc()
1458 set_zspage_mapping(zspage, class->index, newfg); in zs_malloc()
[all...]
/kernel/linux/linux-6.6/mm/
H A Dzsmalloc.c725 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()
[all...]

Completed in 6 milliseconds