Home
last modified time | relevance | path

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

/drivers/staging/zsmalloc/
Dzsmalloc-main.c120 head = &class->fullness_list[fullness]; in insert_zspage()
137 head = &class->fullness_list[fullness]; in remove_zspage()
420 page = class->fullness_list[i]; in find_get_zspage()
530 if (class->fullness_list[fg]) { in zs_destroy_pool()
Dzsmalloc_int.h134 struct page *fullness_list[_ZS_NR_FULLNESS_GROUPS]; member