Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dswapfile.c306 static inline unsigned int cluster_next(struct swap_cluster_info *info) in cluster_next() function
405 return cluster_next(&list->head); in cluster_list_first()
423 unsigned int tail = cluster_next(&list->tail); in cluster_list_add_tail()
442 idx = cluster_next(&list->head); in cluster_list_del_first()
443 if (cluster_next(&list->tail) == idx) { in cluster_list_del_first()
448 cluster_next(&ci[idx]), 0); in cluster_list_del_first()
625 cluster->next = cluster_next(&cluster->index) * in scan_swap_map_try_ssd_cluster()
647 (cluster_next(&cluster->index) + 1) * SWAPFILE_CLUSTER); in scan_swap_map_try_ssd_cluster()
752 si->cluster_next = next; in set_cluster_next()
807 scan_base = si->cluster_next; in scan_swap_map_slots()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dswap.h253 unsigned int cluster_next; /* likely index for next allocation */ member