Searched refs:alloc_pages (Results 1 – 11 of 11) sorted by relevance
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_folio.c | 46 page = alloc_pages(gfp | __GFP_COMP, order); in folio_alloc()
|
| H A D | linux_page.c | 724 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 D | abd_os.c | 282 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 D | gfp.h | 105 alloc_pages(gfp_t flags, unsigned int order) in alloc_pages() function
|
| /freebsd/sys/contrib/dev/iwlwifi/fw/ |
| H A D | paging.c | 72 block = alloc_pages(GFP_KERNEL, order); in iwl_alloc_fw_paging_mem()
|
| /freebsd/sys/dev/mlx4/mlx4_core/ |
| H A D | mlx4_icm.c | 105 page = alloc_pages(gfp_mask, order); in mlx4_alloc_icm_pages()
|
| /freebsd/sys/dev/mthca/ |
| H A D | mthca_memfree.c | 114 page = alloc_pages(gfp_mask | __GFP_ZERO, order); in mthca_alloc_icm_pages()
|
| /freebsd/sys/contrib/dev/iwlwifi/mld/ |
| H A D | debugfs.c | 476 rxb._page = alloc_pages(GFP_KERNEL, 0); in iwl_dbgfs_inject_packet_write()
|
| /freebsd/sys/contrib/dev/iwlwifi/pcie/gen1_2/ |
| H A D | rx.c | 392 page = alloc_pages(gfp_mask, trans_pcie->rx_page_order); in iwl_pcie_rx_alloc_page()
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | debugfs.c | 1283 rxb._page = alloc_pages(GFP_ATOMIC, 0); in iwl_dbgfs_inject_packet_write()
|
| /freebsd/sys/arm64/arm64/ |
| H A D | pmap.c | 1406 #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()
|