Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Dcoredump.c903 #define dump_page_alloc() alloc_page(GFP_KERNEL) macro
916 #define dump_page_alloc() ERR_PTR(-EINVAL) macro
931 dump_page = dump_page_alloc(); in dump_user_range()