Searched refs:__get_free_pages (Results 1 - 25 of 126) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dagp.h21 ((char *)__get_free_pages(GFP_KERNEL, (order)))
H A Dpgalloc.h23 pgd_t *pgd = (pgd_t *)__get_free_pages(GFP_KERNEL,
66 pmd_t *pmd = (pmd_t *)__get_free_pages(GFP_KERNEL|__GFP_REPEAT,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dagp.h18 ((char *)__get_free_pages(GFP_KERNEL, (order)))
H A Dthread_info.h73 ((struct thread_info *)__get_free_pages(GFP_KERNEL | \
77 ((struct thread_info *)__get_free_pages(GFP_KERNEL, THREAD_ORDER))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dagp.h17 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dagp.h27 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Dagp.h19 ((char *)__get_free_pages(GFP_KERNEL, (order)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dagp.h32 ((char *)__get_free_pages(GFP_KERNEL, (order)))
H A Dthread_info.h99 __get_free_pages(GFP_KERNEL| __GFP_ZERO, get_order(THREAD_SIZE)))
102 __get_free_pages(GFP_KERNEL, get_order(THREAD_SIZE)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dagp.h30 ((char *)__get_free_pages(GFP_KERNEL, (order)))
H A Dthread_info.h81 ret = ((struct thread_info *) __get_free_pages(GFP_KERNEL,THREAD_ORDER)); \
88 ((struct thread_info *) __get_free_pages(GFP_KERNEL,THREAD_ORDER))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/kernel/
H A Ddma.c22 ret = (void *)__get_free_pages(gfp, get_order(size));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Dthread_info.h29 #define alloc_thread_info(tsk) ((struct thread_info *)__get_free_pages(GFP_KERNEL,0))
32 #define alloc_thread_info(tsk) ((struct thread_info *)__get_free_pages(GFP_KERNEL,1))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dpgalloc.h50 ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER);
71 pte = (pte_t *) __get_free_pages(GFP_KERNEL|__GFP_REPEAT|__GFP_ZERO, PTE_ORDER);
117 pmd = (pmd_t *) __get_free_pages(GFP_KERNEL|__GFP_REPEAT, PMD_ORDER);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dpgalloc.h50 ret = (pgd_t *) __get_free_pages(GFP_KERNEL, PGD_ORDER);
71 pte = (pte_t *) __get_free_pages(GFP_KERNEL|__GFP_REPEAT|__GFP_ZERO, PTE_ORDER);
117 pmd = (pmd_t *) __get_free_pages(GFP_KERNEL|__GFP_REPEAT, PMD_ORDER);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/kernel/
H A Dpci-dma.c26 ret = (void *)__get_free_pages(gfp, get_order(size));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh64/
H A Dthread_info.h67 #define alloc_thread_info(ti) ((struct thread_info *) __get_free_pages(GFP_KERNEL,1))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/
H A Dthread_info.h70 #define alloc_thread_info(tsk) ((struct thread_info *) __get_free_pages(GFP_KERNEL,1))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-h8300/
H A Dthread_info.h70 __get_free_pages(GFP_KERNEL, 1))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68knommu/
H A Dthread_info.h76 __get_free_pages(GFP_KERNEL, THREAD_SIZE_ORDER))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/xfrm/
H A Dxfrm_hash.c25 __get_free_pages(GFP_KERNEL | __GFP_NOWARN,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dgfp.h161 extern unsigned long FASTCALL(__get_free_pages(gfp_t gfp_mask, unsigned int order));
165 __get_free_pages((gfp_mask),0)
168 __get_free_pages((gfp_mask) | GFP_DMA,(order))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Dthread_info.h101 ((struct thread_info *)__get_free_pages(GFP_KERNEL | __GFP_ZERO, \
105 ((struct thread_info *)__get_free_pages(GFP_KERNEL, THREAD_SIZE_ORDER))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/kernel/
H A Dpci-dma.c43 ret = (unsigned long)__get_free_pages(flag, get_order(size));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/mm/
H A Dpgtable.c21 p = (pte_t*) __get_free_pages(GFP_KERNEL|__GFP_REPEAT, COLOR_ORDER);

Completed in 148 milliseconds

123456