Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c276 int alloc_pages = 0; in abd_alloc_chunks() local
280 while (alloc_pages < nr_pages) { in abd_alloc_chunks()
284 order = MIN(highbit64(nr_pages - alloc_pages) - 1, max_order); in abd_alloc_chunks()
306 alloc_pages += chunk_pages; in abd_alloc_chunks()
309 ASSERT3S(alloc_pages, ==, nr_pages); in abd_alloc_chunks()
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dgfp.h106 alloc_pages(gfp_t flags, unsigned int order) in alloc_pages() function
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/
H A Dpaging.c72 block = alloc_pages(GFP_KERNEL, order); in iwl_alloc_fw_paging_mem()
/freebsd-13.1/sys/dev/mlx4/mlx4_core/
H A Dmlx4_icm.c105 page = alloc_pages(gfp_mask, order); in mlx4_alloc_icm_pages()
/freebsd-13.1/sys/dev/mthca/
H A Dmthca_memfree.c114 page = alloc_pages(gfp_mask | __GFP_ZERO, order); in mthca_alloc_icm_pages()
/freebsd-13.1/sys/riscv/riscv/
H A Dpmap.c639 #define alloc_pages(var, np) \ in pmap_bootstrap() macro
645 alloc_pages(dpcpu, DPCPU_SIZE / PAGE_SIZE); in pmap_bootstrap()
649 alloc_pages(msgbufpv, round_page(msgbufsize) / PAGE_SIZE); in pmap_bootstrap()
/freebsd-13.1/sys/contrib/dev/iwlwifi/pcie/
H A Drx.c395 page = alloc_pages(gfp_mask, trans_pcie->rx_page_order);
/freebsd-13.1/sys/arm64/arm64/
H A Dpmap.c1003 #define alloc_pages(var, np) \ in pmap_bootstrap() macro
1009 alloc_pages(dpcpu, DPCPU_SIZE / PAGE_SIZE); in pmap_bootstrap()
1013 alloc_pages(msgbufpv, round_page(msgbufsize) / PAGE_SIZE); in pmap_bootstrap()
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/
H A Ddebugfs.c1170 rxb._page = alloc_pages(GFP_ATOMIC, 0); in iwl_dbgfs_inject_packet_write()