Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dswapfile.h6 unsigned long arch_max_swapfile_size(void);
/linux/arch/x86/mm/
H A Dinit.c1036 unsigned long arch_max_swapfile_size(void) in arch_max_swapfile_size() function
/linux/mm/
H A Dswapfile.c3059 __weak unsigned long arch_max_swapfile_size(void) in arch_max_swapfile_size() function
3951 swapfile_maximum_size = arch_max_swapfile_size(); in swapfile_init()