cluster_next      248 include/linux/swap.h 	unsigned int cluster_next;	/* likely index for next allocation */
cluster_next      391 mm/swapfile.c  	return cluster_next(&list->head);
cluster_next      409 mm/swapfile.c  		unsigned int tail = cluster_next(&list->tail);
cluster_next      428 mm/swapfile.c  	idx = cluster_next(&list->head);
cluster_next      429 mm/swapfile.c  	if (cluster_next(&list->tail) == idx) {
cluster_next      434 mm/swapfile.c  				      cluster_next(&ci[idx]), 0);
cluster_next      612 mm/swapfile.c  			cluster->next = cluster_next(&cluster->index) *
cluster_next      620 mm/swapfile.c  			*scan_base = *offset = si->cluster_next;
cluster_next      634 mm/swapfile.c  		    (cluster_next(&cluster->index) + 1) * SWAPFILE_CLUSTER);
cluster_next      758 mm/swapfile.c  	scan_base = offset = si->cluster_next;
cluster_next      792 mm/swapfile.c  				si->cluster_next = offset;
cluster_next      851 mm/swapfile.c  	si->cluster_next = offset + 1;
cluster_next     2959 mm/swapfile.c  	p->cluster_next = 1;
cluster_next     3014 mm/swapfile.c  	unsigned long col = p->cluster_next / SWAPFILE_CLUSTER % SWAP_CLUSTER_COLS;
cluster_next     3201 mm/swapfile.c  		p->cluster_next = 1 + (prandom_u32() % p->highest_bit);