Lines Matching refs:cluster_is_empty
379 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()
1336 if (cluster_is_empty(ci)) in swap_alloc_fast()
1702 VM_BUG_ON(cluster_is_empty(ci)); in swap_entries_free()