Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_folio.c46 page = alloc_pages(gfp | __GFP_COMP, order); in folio_alloc()
H A Dlinux_page.c724 pages = alloc_pages(gfp, flsl(howmany(fragsz, PAGE_SIZE) - 1)); in linuxkpi_page_frag_alloc()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c282 unsigned int alloc_pages = 0; in abd_alloc_chunks() local
286 ASSERT3U(alloc_pages, <, nr_pages); in abd_alloc_chunks()
288 while (alloc_pages < nr_pages) { in abd_alloc_chunks()
292 order = MIN(highbit64(nr_pages - alloc_pages) - 1, max_order); in abd_alloc_chunks()
314 alloc_pages += chunk_pages; in abd_alloc_chunks()
317 ASSERT3S(alloc_pages, ==, nr_pages); in abd_alloc_chunks()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dgfp.h105 alloc_pages(gfp_t flags, unsigned int order) in alloc_pages() function
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Dpaging.c72 block = alloc_pages(GFP_KERNEL, order); in iwl_alloc_fw_paging_mem()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_icm.c105 page = alloc_pages(gfp_mask, order); in mlx4_alloc_icm_pages()
/freebsd/sys/dev/mthca/
H A Dmthca_memfree.c114 page = alloc_pages(gfp_mask | __GFP_ZERO, order); in mthca_alloc_icm_pages()
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Ddebugfs.c476 rxb._page = alloc_pages(GFP_KERNEL, 0); in iwl_dbgfs_inject_packet_write()
/freebsd/sys/contrib/dev/iwlwifi/pcie/gen1_2/
H A Drx.c392 page = alloc_pages(gfp_mask, trans_pcie->rx_page_order); in iwl_pcie_rx_alloc_page()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Ddebugfs.c1283 rxb._page = alloc_pages(GFP_ATOMIC, 0); in iwl_dbgfs_inject_packet_write()
/freebsd/sys/arm64/arm64/
H A Dpmap.c1406 #define alloc_pages(var, np) \ in pmap_bootstrap() macro
1412 alloc_pages(dpcpu, DPCPU_SIZE / PAGE_SIZE); in pmap_bootstrap()
1416 alloc_pages(msgbufpv, round_page(msgbufsize) / PAGE_SIZE); in pmap_bootstrap()