Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dswapfile.c405 static inline bool cluster_is_empty(struct swap_cluster_info *info) in cluster_is_empty() function
421 return cluster_is_empty(ci) || order == ci->order; in cluster_is_usable()
725 if (cluster_is_empty(ci)) in cluster_scan_range()
760 if (cluster_is_empty(ci)) in cluster_alloc_range()
802 if (cluster_is_empty(ci)) in alloc_swap_scan_cluster()
904 if (cluster_is_empty(ci)) in cluster_alloc_swap_entry()
1197 if (cluster_is_empty(ci)) in swap_alloc_fast()
1536 VM_BUG_ON(cluster_is_empty(ci)); in swap_entry_range_free()