Searched refs:SKB_FRAG_PAGE_ORDER (Results 1 – 3 of 3) sorted by relevance
666 if (SKB_FRAG_PAGE_ORDER) { in vhost_net_page_frag_refill()671 SKB_FRAG_PAGE_ORDER); in vhost_net_page_frag_refill()673 pfrag->size = PAGE_SIZE << SKB_FRAG_PAGE_ORDER; in vhost_net_page_frag_refill()
2702 if (SKB_FRAG_PAGE_ORDER && in skb_page_frag_refill()2708 SKB_FRAG_PAGE_ORDER); in skb_page_frag_refill()2710 pfrag->size = PAGE_SIZE << SKB_FRAG_PAGE_ORDER; in skb_page_frag_refill()
2792 #define SKB_FRAG_PAGE_ORDER get_order(32768) macro
Completed in 19 milliseconds