Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dswap.h251 #define CLUSTER_FLAG_HUGE 4 /* This cluster is backing a transparent huge page */ macro
/linux-5.19.10/mm/
Dswapfile.c342 return info->flags & CLUSTER_FLAG_HUGE; in cluster_is_huge()
348 info->flags &= ~CLUSTER_FLAG_HUGE; in cluster_clear_huge()
1020 cluster_set_count_flag(ci, SWAPFILE_CLUSTER, CLUSTER_FLAG_HUGE); in swap_alloc_cluster()