Searched refs:cluster_next (Results 1 - 2 of 2) sorted by relevance

/linux-master/mm/
H A Dswapfile.c312 static inline unsigned int cluster_next(struct swap_cluster_info *info) function
411 return cluster_next(&list->head);
429 unsigned int tail = cluster_next(&list->tail);
448 idx = cluster_next(&list->head);
449 if (cluster_next(&list->tail) == idx) {
454 cluster_next(&ci[idx]), 0);
639 cluster->next = cluster_next(&cluster->index) *
661 (cluster_next(&cluster->index) + 1) * SWAPFILE_CLUSTER);
767 si->cluster_next = next;
837 scan_base = si->cluster_next;
[all...]
/linux-master/include/linux/
H A Dswap.h296 unsigned int cluster_next; /* likely index for next allocation */ member in struct:swap_info_struct
309 * inuse_pages, cluster_next,

Completed in 1121 milliseconds