Home
last modified time | relevance | path

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

/linux/mm/
H A Dswapfile.c379 static inline bool cluster_is_empty(struct swap_cluster_info *info) in cluster_is_empty() function
402 return cluster_is_empty(ci) || order == ci->order; in cluster_is_usable()
456 VM_WARN_ON_ONCE(!cluster_is_empty(ci)); in swap_cluster_free_table()
483 VM_WARN_ON_ONCE(ci->flags || !cluster_is_empty(ci)); in swap_cluster_alloc_table()
601 VM_WARN_ON_ONCE(!cluster_is_empty(found)); in isolate_lock_cluster()
798 if (cluster_is_empty(ci)) in cluster_reclaim_range()
823 if (cluster_is_empty(ci)) in cluster_scan_range()
905 if (cluster_is_empty(ci)) in cluster_alloc_range()
939 if (cluster_is_empty(ci)) in alloc_swap_scan_cluster()
1065 if (cluster_is_empty(ci)) in cluster_alloc_swap_entry()
[all …]