Home
last modified time | relevance | path

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

/linux-2.6.39/mm/
Dswapfile.c203 scan_base = offset = si->cluster_next; in scan_swap_map()
244 si->cluster_next = offset; in scan_swap_map()
265 si->cluster_next = offset; in scan_swap_map()
315 si->cluster_next = offset + 1; in scan_swap_map()
1933 p->cluster_next = 1; in read_swap_header()
2113 p->cluster_next = 1 + (random32() % p->highest_bit); in SYSCALL_DEFINE2()
/linux-2.6.39/include/linux/
Dswap.h188 unsigned int cluster_next; /* likely index for next allocation */ member