Searched refs:currfg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | zsmalloc.c | 766 enum fullness_group currfg, newfg; in fix_fullness_group() local 768 get_zspage_mapping(zspage, &class_idx, &currfg); in fix_fullness_group() 770 if (newfg == currfg) in fix_fullness_group() 774 remove_zspage(class, zspage, currfg); in fix_fullness_group()
|
/kernel/linux/linux-6.6/mm/ |
H A D | zsmalloc.c | 725 int currfg, newfg; in fix_fullness_group() local 727 get_zspage_mapping(zspage, &class_idx, &currfg); in fix_fullness_group() 729 if (newfg == currfg) in fix_fullness_group() 732 remove_zspage(class, zspage, currfg); in fix_fullness_group()
|
Completed in 7 milliseconds