Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dswap.h255 #define CLUSTER_FLAG_HUGE 4 /* This cluster is backing a transparent huge page */ macro
/Linux-v6.1/mm/
Dswapfile.c346 return info->flags & CLUSTER_FLAG_HUGE; in cluster_is_huge()
352 info->flags &= ~CLUSTER_FLAG_HUGE; in cluster_clear_huge()
1024 cluster_set_count_flag(ci, SWAPFILE_CLUSTER, CLUSTER_FLAG_HUGE); in swap_alloc_cluster()