Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dswapfile.c403 static inline bool cluster_list_empty(struct swap_cluster_list *list) in cluster_list_empty() function
423 if (cluster_list_empty(list)) { in cluster_list_add_tail()
495 while (!cluster_list_empty(&si->discard_clusters)) { in swap_do_scheduled_discard()
610 conflict = !cluster_list_empty(&si->free_clusters) && in scan_swap_map_ssd_cluster_conflict()
636 if (!cluster_list_empty(&si->free_clusters)) { in scan_swap_map_try_ssd_cluster()
640 } else if (!cluster_list_empty(&si->discard_clusters)) { in scan_swap_map_try_ssd_cluster()
1017 if (cluster_list_empty(&si->free_clusters)) in swap_alloc_cluster()