Home
last modified time | relevance | path

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

/linux/include/linux/
A Dswap.h305 struct list_head frag_clusters[SWAP_NR_ORDERS]; member
/linux/mm/
A Dswapfile.c834 list_move_tail(&ci->list, &si->frag_clusters[order]); in cluster_alloc_swap_entry()
850 ci = list_first_entry(&si->frag_clusters[order], in cluster_alloc_swap_entry()
857 list_move_tail(&ci->list, &si->frag_clusters[order]); in cluster_alloc_swap_entry()
889 while (!list_empty(&si->frag_clusters[o])) { in cluster_alloc_swap_entry()
890 ci = list_first_entry(&si->frag_clusters[o], in cluster_alloc_swap_entry()
3337 INIT_LIST_HEAD(&si->frag_clusters[i]); in setup_clusters()

Completed in 15 milliseconds