Home
last modified time | relevance | path

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

/openbmc/linux/kernel/module/
H A Ddecompress.c17 static int module_extend_max_pages(struct load_info *info, unsigned int extent) in module_extend_max_pages() function
40 error = module_extend_max_pages(info, info->used_pages); in module_get_next_page()
309 error = module_extend_max_pages(info, n_pages); in module_decompress()