Home
last modified time | relevance | path

Searched defs:__get_free_pages (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/raid/
H A Dpq.h174 # define __get_free_pages(x, y) ((unsigned long)mmap(NULL, PAGE_SIZE << (y), \ macro
/linux/include/linux/
H A Dgfp.h361 #define __get_free_pages(...) alloc_hooks(get_free_pages_noprof(__VA_ARGS__)) macro