Searched refs:alloc_pages (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dgfp.h104 alloc_pages(gfp_t flags, unsigned int order) function
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c292 unsigned int alloc_pages = 0; local
296 ASSERT3U(alloc_pages, <, nr_pages);
298 while (alloc_pages < nr_pages) {
302 order = MIN(highbit64(nr_pages - alloc_pages) - 1, max_order);
324 alloc_pages += chunk_pages;
327 ASSERT3S(alloc_pages, ==, nr_pages);
/freebsd-current/sys/contrib/dev/iwlwifi/fw/
H A Dpaging.c72 block = alloc_pages(GFP_KERNEL, order);
/freebsd-current/sys/dev/mlx4/mlx4_core/
H A Dmlx4_icm.c105 page = alloc_pages(gfp_mask, order);
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_page.c528 pages = alloc_pages(gfp, flsl(howmany(fragsz, PAGE_SIZE) - 1));
/freebsd-current/sys/dev/mthca/
H A Dmthca_memfree.c114 page = alloc_pages(gfp_mask | __GFP_ZERO, order);
/freebsd-current/sys/riscv/riscv/
H A Dpmap.c701 #define alloc_pages(var, np) \ macro
715 alloc_pages(l0pv, 1);
734 alloc_pages(dpcpu, DPCPU_SIZE / PAGE_SIZE);
738 alloc_pages(msgbufpv, round_page(msgbufsize) / PAGE_SIZE);
/freebsd-current/sys/contrib/dev/iwlwifi/pcie/
H A Drx.c395 page = alloc_pages(gfp_mask, trans_pcie->rx_page_order);
398 IWL_DEBUG_INFO(trans, "alloc_pages failed, order: %d\n",
406 "Failed to alloc_pages\n");
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Ddebugfs.c1388 rxb._page = alloc_pages(GFP_ATOMIC, 0);
/freebsd-current/sys/arm64/arm64/
H A Dpmap.c1363 #define alloc_pages(var, np) \ macro
1369 alloc_pages(dpcpu, DPCPU_SIZE / PAGE_SIZE);
1373 alloc_pages(msgbufpv, round_page(msgbufsize) / PAGE_SIZE);

Completed in 334 milliseconds