Home
last modified time | relevance | path

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

/linux/mm/
H A Dswapfile.c398 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()
475 VM_WARN_ON_ONCE(!cluster_is_empty(ci)); in swap_cluster_free_table()
502 VM_WARN_ON_ONCE(ci->flags || !cluster_is_empty(ci)); in swap_cluster_alloc_table()
620 VM_WARN_ON_ONCE(!cluster_is_empty(found)); in isolate_lock_cluster()
826 if (cluster_is_empty(ci)) in cluster_scan_range()
881 if (cluster_is_empty(ci)) in cluster_alloc_range()
924 if (cluster_is_empty(ci)) in alloc_swap_scan_cluster()
1049 if (cluster_is_empty(ci)) in cluster_alloc_swap_entry()
1327 if (cluster_is_empty(ci)) in swap_alloc_fast()
[all …]