Home
last modified time | relevance | path

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

/linux-2.4.37.9/mm/
Dnuma.c95 struct page * _alloc_pages(unsigned int gfp_mask, unsigned int order) in _alloc_pages() function
Dpage_alloc.c288 struct page * fastcall _alloc_pages(unsigned int gfp_mask, unsigned int order) in _alloc_pages() function
/linux-2.4.37.9/include/linux/
Dmm.h441 extern struct page * FASTCALL(_alloc_pages(unsigned int gfp_mask, unsigned int order));
452 return _alloc_pages(gfp_mask, order); in alloc_pages()
/linux-2.4.37.9/kernel/
Dksyms.c97 EXPORT_SYMBOL(_alloc_pages);
/linux-2.4.37.9/arch/sparc64/mm/
Dinit.c1674 mem_map_zero = _alloc_pages(GFP_KERNEL, 0); in mem_init()