Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dswap.h311 struct list_head frag_clusters[SWAP_NR_ORDERS]; member
/linux/mm/
H A Dswapfile.c652 move_cluster(si, ci, &si->frag_clusters[ci->order], in relocate_cluster()
936 /* Clusters failed to allocate are moved to frag_clusters */ in cluster_alloc_swap_entry()
942 (ci = isolate_lock_cluster(si, &si->frag_clusters[order]))) { in cluster_alloc_swap_entry()
974 while ((ci = isolate_lock_cluster(si, &si->frag_clusters[o]))) { in cluster_alloc_swap_entry()
3226 INIT_LIST_HEAD(&si->frag_clusters[i]); in setup_clusters()