Home
last modified time | relevance | path

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

/freebsd-head/sys/compat/linuxkpi/common/include/linux/
HDgfp.h97 alloc_page(gfp_t flags) in alloc_page() function
/freebsd-head/sys/contrib/dev/iwlwifi/pcie/
HDrx.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;
1251 if (trans_pcie->alloc_page)
1252 __free_pages(trans_pcie->alloc_page, trans_pcie->rx_page_order);
HDinternal.h486 struct page *alloc_page; member
HDtx-gen2.c31 ret = alloc_page(GFP_ATOMIC); in get_workaround_page()
HDtx.c1792 p->page = alloc_page(GFP_ATOMIC); in iwl_pcie_get_page_hdr()
/freebsd-head/sys/dev/mthca/
HDmthca_eq.c739 dev->eq_table.icm_page = alloc_page(GFP_HIGHUSER); in mthca_map_eq_icm()
/freebsd-head/sys/contrib/dev/iwlwifi/fw/
HDdbg.c582 new_page = alloc_page(GFP_KERNEL); in alloc_sgtable()