Home
last modified time | relevance | path

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

/linux/mm/
H A Dpage_alloc.c5379 static void *make_alloc_exact(unsigned long addr, unsigned int order, in free_pages_nolock()
5422 return make_alloc_exact(addr, order, size);
5449 return make_alloc_exact((unsigned long)page_address(p), order, size);
5401 static void *make_alloc_exact(unsigned long addr, unsigned int order, make_alloc_exact() function