Searched refs:SKB_FRAG_PAGE_ORDER (Results 1 – 3 of 3) sorted by relevance
669 if (SKB_FRAG_PAGE_ORDER) { in vhost_net_page_frag_refill()674 SKB_FRAG_PAGE_ORDER); in vhost_net_page_frag_refill()676 pfrag->size = PAGE_SIZE << SKB_FRAG_PAGE_ORDER; in vhost_net_page_frag_refill()
2856 if (SKB_FRAG_PAGE_ORDER && in skb_page_frag_refill()2862 SKB_FRAG_PAGE_ORDER); in skb_page_frag_refill()2864 pfrag->size = PAGE_SIZE << SKB_FRAG_PAGE_ORDER; in skb_page_frag_refill()
2889 #define SKB_FRAG_PAGE_ORDER get_order(32768) macro
Completed in 19 milliseconds