Searched refs:nonfull_clusters (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ |
| H A D | swap.h | 252 struct list_head nonfull_clusters[SWAP_NR_ORDERS]; member
|
| /linux/mm/ |
| H A D | swapfile.c | 750 move_cluster(si, ci, &si->nonfull_clusters[ci->order], in partial_free_cluster() 1144 found = alloc_swap_scan_list(si, &si->nonfull_clusters[order], folio, true); in cluster_alloc_swap_entry() 1184 found = alloc_swap_scan_list(si, &si->nonfull_clusters[o], folio, true); in cluster_alloc_swap_entry() 3590 INIT_LIST_HEAD(&si->nonfull_clusters[i]); in setup_swap_clusters_info() 3599 list_add_tail(&ci->list, &si->nonfull_clusters[0]); in setup_swap_clusters_info()
|