Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Dcoredump.c902 #define dump_page_alloc() alloc_page(GFP_KERNEL) macro
915 #define dump_page_alloc() ERR_PTR(-EINVAL) macro
929 dump_page = dump_page_alloc(); in dump_user_range()