Searched refs:move_cluster (Results 1 – 1 of 1) sorted by relevance
| /linux/mm/ |
| H A D | swapfile.c | 62 static void move_cluster(struct swap_info_struct *si, 543 move_cluster(si, ci, &si->free_clusters, CLUSTER_FLAG_FREE); in swap_cluster_alloc_table() 552 static void move_cluster(struct swap_info_struct *si, in move_cluster() function 575 move_cluster(si, ci, &si->discard_clusters, CLUSTER_FLAG_DISCARD); in swap_cluster_schedule_discard() 582 move_cluster(si, ci, &si->free_clusters, CLUSTER_FLAG_FREE); in __free_cluster() 720 move_cluster(si, ci, &si->nonfull_clusters[ci->order], in partial_free_cluster() 743 move_cluster(si, ci, &si->frag_clusters[ci->order], in relocate_cluster() 747 move_cluster(si, ci, &si->full_clusters, in relocate_cluster()
|