Searched refs:full_clusters (Results 1 – 2 of 2) sorted by relevance
302 struct list_head full_clusters; /* full clusters list */ member
693 list_move_tail(&ci->list, &si->full_clusters); in cluster_alloc_range()754 while (!list_empty(&si->full_clusters)) { in swap_reclaim_full_clusters()755 ci = list_first_entry(&si->full_clusters, struct swap_cluster_info, list); in swap_reclaim_full_clusters()756 list_move_tail(&ci->list, &si->full_clusters); in swap_reclaim_full_clusters()3332 INIT_LIST_HEAD(&si->full_clusters); in setup_clusters()
Completed in 13 milliseconds