Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
H A Dzsmalloc.c184 * We assign a page to ZS_ALMOST_EMPTY fullness group when:
281 unsigned int fullness:FULLNESS_BITS; member
289 struct list_head list; /* fullness list */
512 enum fullness_group *fullness) in get_zspage_mapping()
516 *fullness = zspage->fullness; in get_zspage_mapping()
522 enum fullness_group fullness) in set_zspage_mapping()
525 zspage->fullness = fullness; in set_zspage_mapping()
686 * the pool (not yet implemented). This function returns fullness
510 get_zspage_mapping(struct zspage *zspage, unsigned int *class_idx, enum fullness_group *fullness) get_zspage_mapping() argument
520 set_zspage_mapping(struct zspage *zspage, unsigned int class_idx, enum fullness_group fullness) set_zspage_mapping() argument
716 insert_zspage(struct size_class *class, struct zspage *zspage, enum fullness_group fullness) insert_zspage() argument
742 remove_zspage(struct size_class *class, struct zspage *zspage, enum fullness_group fullness) remove_zspage() argument
1505 enum fullness_group fullness; zs_free() local
1736 enum fullness_group fullness; putback_zspage() local
1907 enum fullness_group fullness; zs_page_isolate() local
1964 enum fullness_group fullness; zs_page_migrate() local
2180 enum fullness_group fullness; async_free_zspage() local
2425 int fullness = 0; zs_create_pool() local
[all...]
/kernel/linux/linux-6.6/mm/
H A Dzsmalloc.c154 * The number of fullness groups is not random. It allows us to keep
162 /* NOTE: 8 more fullness groups here */
169 /* NOTE: stats for 12 fullness groups here: from inuse 0 to 100 */
247 unsigned int fullness:FULLNESS_BITS; member
255 struct list_head list; /* fullness list */
481 int *fullness) in get_zspage_mapping()
485 *fullness = zspage->fullness; in get_zspage_mapping()
497 int fullness) in set_zspage_mapping()
500 zspage->fullness in set_zspage_mapping()
479 get_zspage_mapping(struct zspage *zspage, unsigned int *class_idx, int *fullness) get_zspage_mapping() argument
495 set_zspage_mapping(struct zspage *zspage, unsigned int class_idx, int fullness) set_zspage_mapping() argument
691 insert_zspage(struct size_class *class, struct zspage *zspage, int fullness) insert_zspage() argument
703 remove_zspage(struct size_class *class, struct zspage *zspage, int fullness) remove_zspage() argument
1451 int fullness; zs_free() local
1657 int fullness; putback_zspage() local
1908 int fullness; async_free_zspage() local
2199 int fullness; zs_create_pool() local
[all...]

Completed in 5 milliseconds