Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dgfp.h358 #define try_alloc_pages(...) alloc_hooks(try_alloc_pages_noprof(__VA_ARGS__)) macro
/linux-6.15/kernel/bpf/
H A Dsyscall.c581 return try_alloc_pages(nid, 0); in __bpf_alloc_page()