Home
last modified time | relevance | path

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

/linux/drivers/net/usb/
H A Dcdc-phonet.c122 page = __dev_alloc_page(gfp_flags | __GFP_NOMEMALLOC); in rx_submit()
/linux/drivers/usb/gadget/function/
H A Df_phonet.c300 page = __dev_alloc_page(gfp_flags | __GFP_NOMEMALLOC); in pn_rx_submit()
/linux/drivers/net/ethernet/mediatek/
H A Dmtk_wed.c673 page = __dev_alloc_page(GFP_KERNEL); in mtk_wed_tx_buffer_alloc()
796 page = __dev_alloc_page(GFP_KERNEL); in mtk_wed_hwrro_buffer_alloc()
/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c677 page = __dev_alloc_page(gfp); in refill_fl()
/linux/include/linux/
H A Dskbuff.h3504 #define __dev_alloc_page(...) alloc_hooks(__dev_alloc_page_noprof(__VA_ARGS__)) macro
/linux/drivers/s390/net/
H A Dqeth_core_main.c234 entry->elements[i] = __dev_alloc_page(GFP_KERNEL); in qeth_alloc_pool_entry()