Home
last modified time | relevance | path

Searched refs:alloc_pages (Results 1 – 25 of 122) sorted by relevance

12345

/linux/mm/
A Dpercpu-km.c65 pages = alloc_pages(gfp, order_base_2(nr_pages)); in pcpu_create_chunk()
109 size_t nr_pages, alloc_pages; in pcpu_verify_alloc_info() local
118 alloc_pages = roundup_pow_of_two(nr_pages); in pcpu_verify_alloc_info()
120 if (alloc_pages > nr_pages) in pcpu_verify_alloc_info()
122 alloc_pages - nr_pages); in pcpu_verify_alloc_info()
A DKconfig.debug30 the patterns before alloc_pages(). Additionally, this option cannot
69 the patterns before alloc_pages. The filling of the memory helps
/linux/drivers/xen/
A Dunpopulated-alloc.c23 unsigned int i, alloc_pages = round_up(nr_pages, PAGES_PER_SECTION); in fill_list() local
34 alloc_pages * PAGE_SIZE, 0, -1, in fill_list()
68 for (i = 0; i < alloc_pages; i++) { in fill_list()
85 for (i = 0; i < alloc_pages; i++) { in fill_list()
/linux/include/linux/
A Dgfp.h597 struct page *alloc_pages(gfp_t gfp, unsigned int order);
605 static inline struct page *alloc_pages(gfp_t gfp_mask, unsigned int order) in alloc_pages() function
614 alloc_pages(gfp_mask, order)
616 alloc_pages(gfp_mask, order)
618 #define alloc_page(gfp_mask) alloc_pages(gfp_mask, 0)
/linux/drivers/infiniband/hw/vmw_pvrdma/
A Dpvrdma_misc.c53 u64 npages, bool alloc_pages) in pvrdma_page_dir_init() argument
83 if (alloc_pages) { in pvrdma_page_dir_init()
/linux/arch/m68k/include/asm/
A Dmcf_pgalloc.h46 struct page *page = alloc_pages(GFP_DMA, 0); in pte_alloc_one()
/linux/drivers/net/ethernet/qlogic/qed/
A Dqed_chain.c273 goto alloc_pages; in qed_chain_alloc_pbl()
288 alloc_pages: in qed_chain_alloc_pbl()
/linux/lib/
A Dtest_meminit.c69 page = alloc_pages(GFP_KERNEL, order); in do_alloc_pages_order()
74 page = alloc_pages(GFP_KERNEL, order); in do_alloc_pages_order()
A Dtest_kasan.c234 pages = alloc_pages(GFP_KERNEL, order); in pagealloc_oob_right()
248 pages = alloc_pages(GFP_KERNEL, order); in pagealloc_uaf()
1069 pages = alloc_pages(GFP_KERNEL, order); in match_all_not_assigned()
A Dstackdepot.c359 page = alloc_pages(alloc_flags, STACK_ALLOC_ORDER); in __stack_depot_save()
/linux/arch/mips/include/asm/
A Dpgalloc.h64 pg = alloc_pages(GFP_KERNEL_ACCOUNT, PMD_ORDER); in pmd_alloc_one()
/linux/include/asm-generic/
A Dpgalloc.h126 page = alloc_pages(gfp, 0); in pmd_alloc_one()
/linux/Documentation/translations/zh_CN/core-api/
A Dmemory-allocation.rst21 你可以用 alloc_pages 直接向页面分配器请求页面。也可以使用更专业的分配器,
/linux/arch/mips/jazz/
A Djazzdma.c501 page = alloc_pages(gfp, get_order(size)); in jazz_dma_alloc()
620 .alloc_pages = dma_common_alloc_pages,
/linux/arch/powerpc/include/asm/book3s/64/
A Dpgalloc.h31 page = alloc_pages(pgtable_gfp_flags(mm, PGALLOC_GFP | __GFP_RETRY_MAYFAIL), in radix__pgd_alloc()
/linux/drivers/gpu/drm/i915/gem/
A Di915_gem_internal.c84 page = alloc_pages(gfp | (order ? QUIET : MAYFAIL), in i915_gem_object_get_pages_internal()
/linux/drivers/staging/media/atomisp/pci/hmm/
A Dhmm_reserved_pool.c146 pages = alloc_pages(GFP_KERNEL | __GFP_NOWARN, order); in hmm_reserved_pool_init()
/linux/drivers/tee/optee/
A Dcore.c33 page = alloc_pages(GFP_KERNEL | __GFP_ZERO, order); in optee_pool_op_alloc_helper()
/linux/fs/ramfs/
A Dfile-nommu.c84 pages = alloc_pages(gfp, order); in ramfs_nommu_expand_for_mapping()
/linux/arch/powerpc/kernel/
A Ddma-iommu.c217 .alloc_pages = dma_common_alloc_pages,
/linux/arch/x86/kernel/
A Dkvmclock.c214 p = alloc_pages(GFP_KERNEL, order); in kvmclock_init_mem()
/linux/drivers/staging/media/ipu3/
A Dipu3-dmamap.c58 page = alloc_pages((order_mask - order_size) ? in imgu_dmamap_alloc_buffer()
/linux/arch/s390/pci/
A Dpci_dma.c407 page = alloc_pages(flag | __GFP_ZERO, get_order(size)); in s390_dma_alloc()
693 .alloc_pages = dma_common_alloc_pages,
/linux/drivers/net/wireless/intel/iwlwifi/fw/
A Dpaging.c72 block = alloc_pages(GFP_KERNEL, order); in iwl_alloc_fw_paging_mem()
/linux/kernel/dma/
A Dpool.c96 page = alloc_pages(gfp, order); in atomic_pool_expand()

Completed in 36 milliseconds

12345