Home
last modified time | relevance | path

Searched refs:alloc_page (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Dgfp.h98 alloc_page(gfp_t flags) in alloc_page() function
/freebsd-14.2/sys/contrib/dev/iwlwifi/pcie/
H A Drx.c377 if (trans_pcie->alloc_page) {
380 if (trans_pcie->alloc_page) {
382 page = trans_pcie->alloc_page;
385 trans_pcie->alloc_page = NULL;
412 if (!trans_pcie->alloc_page) {
414 trans_pcie->alloc_page = page;
1246 if (trans_pcie->alloc_page)
1247 __free_pages(trans_pcie->alloc_page, trans_pcie->rx_page_order);
H A Dinternal.h415 struct page *alloc_page; member
/freebsd-14.2/sys/contrib/dev/iwlwifi/queue/
H A Dtx.c194 ret = alloc_page(GFP_ATOMIC); in get_workaround_page()
319 p->page = alloc_page(GFP_ATOMIC); in get_page_hdr()
/freebsd-14.2/sys/dev/mthca/
H A Dmthca_eq.c739 dev->eq_table.icm_page = alloc_page(GFP_HIGHUSER); in mthca_map_eq_icm()
/freebsd-14.2/sys/contrib/dev/iwlwifi/fw/
H A Ddbg.c583 new_page = alloc_page(GFP_KERNEL); in alloc_sgtable()