Searched refs:remove_zspage (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | zsmalloc.c | 742 static void remove_zspage(struct size_class *class, in remove_zspage() function 774 remove_zspage(class, zspage, currfg); in fix_fullness_group() 974 remove_zspage(class, zspage, ZS_EMPTY); in free_zspage() 1718 remove_zspage(class, zspage, fg[i]); in isolate_zspage() 1949 remove_zspage(class, zspage, fullness); in zs_page_isolate()
|
/kernel/linux/linux-6.6/mm/ |
H A D | zsmalloc.c | 703 static void remove_zspage(struct size_class *class, in remove_zspage() function 732 remove_zspage(class, zspage, currfg); in fix_fullness_group() 895 remove_zspage(class, zspage, ZS_INUSE_RATIO_0); in free_zspage() 1623 remove_zspage(class, zspage, fg); in isolate_src_zspage() 1640 remove_zspage(class, zspage, fg); in isolate_dst_zspage()
|
Completed in 7 milliseconds