Lines Matching refs:cluster_next
244 static inline unsigned int cluster_next(struct swap_cluster_info *info) in cluster_next() function
343 return cluster_next(&list->head); in cluster_list_first()
361 unsigned int tail = cluster_next(&list->tail); in cluster_list_add_tail()
380 idx = cluster_next(&list->head); in cluster_list_del_first()
381 if (cluster_next(&list->tail) == idx) { in cluster_list_del_first()
386 cluster_next(&ci[idx]), 0); in cluster_list_del_first()
564 cluster->next = cluster_next(&cluster->index) * in scan_swap_map_try_ssd_cluster()
572 *scan_base = *offset = si->cluster_next; in scan_swap_map_try_ssd_cluster()
586 (cluster_next(&cluster->index) + 1) * SWAPFILE_CLUSTER); in scan_swap_map_try_ssd_cluster()
710 scan_base = offset = si->cluster_next; in scan_swap_map_slots()
744 si->cluster_next = offset; in scan_swap_map_slots()
803 si->cluster_next = offset + 1; in scan_swap_map_slots()
2956 p->cluster_next = 1; in read_swap_header()
3011 unsigned long col = p->cluster_next / SWAPFILE_CLUSTER % SWAP_CLUSTER_COLS; in setup_swap_map_and_extents()
3193 p->cluster_next = 1 + (prandom_u32() % p->highest_bit); in SYSCALL_DEFINE2()