Searched refs:alloc_pages (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | abd_os.c | 276 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 D | gfp.h | 106 alloc_pages(gfp_t flags, unsigned int order) in alloc_pages() function
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/fw/ |
| H A D | paging.c | 72 block = alloc_pages(GFP_KERNEL, order); in iwl_alloc_fw_paging_mem()
|
| /freebsd-13.1/sys/dev/mlx4/mlx4_core/ |
| H A D | mlx4_icm.c | 105 page = alloc_pages(gfp_mask, order); in mlx4_alloc_icm_pages()
|
| /freebsd-13.1/sys/dev/mthca/ |
| H A D | mthca_memfree.c | 114 page = alloc_pages(gfp_mask | __GFP_ZERO, order); in mthca_alloc_icm_pages()
|
| /freebsd-13.1/sys/riscv/riscv/ |
| H A D | pmap.c | 639 #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 D | rx.c | 395 page = alloc_pages(gfp_mask, trans_pcie->rx_page_order);
|
| /freebsd-13.1/sys/arm64/arm64/ |
| H A D | pmap.c | 1003 #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 D | debugfs.c | 1170 rxb._page = alloc_pages(GFP_ATOMIC, 0); in iwl_dbgfs_inject_packet_write()
|