Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dswapfile.c49 static unsigned int nr_swapfiles; variable
733 if (type >= nr_swapfiles) in swap_info_get()
997 for (type = 0; type < nr_swapfiles; type++) { in swap_type_of()
1038 if ((unsigned int)type >= nr_swapfiles) in swapdev_block()
1056 if ((unsigned int)type < nr_swapfiles) { in count_swap_pages()
1564 for (type = 0; type < nr_swapfiles; type++) in drain_mmlist()
1984 for (type = 0; type < nr_swapfiles; type++) { in swap_start()
2006 for (; type < nr_swapfiles; type++) { in swap_next()
2102 for (type = 0; type < nr_swapfiles; type++) { in alloc_swap_info()
2111 if (type >= nr_swapfiles) { in alloc_swap_info()
[all …]