Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
H A Dzsmalloc.c202 struct list_head fullness_list[NR_ZS_FULLNESS]; member
723 head = list_first_entry_or_null(&class->fullness_list[fullness], in insert_zspage()
735 list_add(&zspage->list, &class->fullness_list[fullness]); in insert_zspage()
746 VM_BUG_ON(list_empty(&class->fullness_list[fullness])); in remove_zspage()
1106 zspage = list_first_entry_or_null(&class->fullness_list[i], in find_get_zspage()
1714 zspage = list_first_entry_or_null(&class->fullness_list[fg[i]], in isolate_zspage()
2192 list_splice_init(&class->fullness_list[ZS_EMPTY], &free_pages); in async_free_zspage()
2482 INIT_LIST_HEAD(&class->fullness_list[fullness]); in zs_create_pool()
2528 if (!list_empty(&class->fullness_list[fg])) { in zs_destroy_pool()
/kernel/linux/linux-6.6/mm/
H A Dzsmalloc.c186 struct list_head fullness_list[NR_FULLNESS_GROUPS]; member
696 list_add(&zspage->list, &class->fullness_list[fullness]); in insert_zspage()
707 VM_BUG_ON(list_empty(&class->fullness_list[fullness])); in remove_zspage()
1024 zspage = list_first_entry_or_null(&class->fullness_list[i], in find_get_zspage()
1620 zspage = list_first_entry_or_null(&class->fullness_list[fg], in isolate_src_zspage()
1637 zspage = list_first_entry_or_null(&class->fullness_list[fg], in isolate_dst_zspage()
1920 list_splice_init(&class->fullness_list[ZS_INUSE_RATIO_0], in async_free_zspage()
2256 INIT_LIST_HEAD(&class->fullness_list[fullness]); in zs_create_pool()
2301 if (list_empty(&class->fullness_list[fg])) in zs_destroy_pool()

Completed in 7 milliseconds