Home
last modified time | relevance | path

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

/mm/
Dswapfile.c49 static unsigned int nr_swapfiles; variable
733 if (type >= nr_swapfiles) in swap_info_get()
1039 for (type = 0; type < nr_swapfiles; type++) { in swap_type_of()
1080 if ((unsigned int)type >= nr_swapfiles) in swapdev_block()
1098 if ((unsigned int)type < nr_swapfiles) { in count_swap_pages()
1606 for (type = 0; type < nr_swapfiles; type++) in drain_mmlist()
2026 for (type = 0; type < nr_swapfiles; type++) { in swap_start()
2048 for (; type < nr_swapfiles; type++) { in swap_next()
2144 for (type = 0; type < nr_swapfiles; type++) { in alloc_swap_info()
2153 if (type >= nr_swapfiles) { in alloc_swap_info()
[all …]