Searched refs:page_frag_cache (Results 1 – 12 of 12) sorted by relevance
374 struct page_frag_cache;375 void page_frag_cache_drain(struct page_frag_cache *nc);377 void *__page_frag_alloc_align(struct page_frag_cache *nc, unsigned int fragsz,380 static inline void *page_frag_alloc_align(struct page_frag_cache *nc, in page_frag_alloc_align()388 static inline void *page_frag_alloc(struct page_frag_cache *nc, in page_frag_alloc()
545 struct page_frag_cache { struct
39 struct page_frag_cache sk_frag_cache;
216 struct page_frag_cache cache;
297 struct page_frag_cache tx_alloc; /* Tx control packet allocation (I/O thread only) */506 struct page_frag_cache tx_data_alloc; /* Tx DATA packet allocation */
313 struct page_frag_cache page_cache; /* Page cache to allocate XDP frames */
282 struct page_frag_cache page;288 static DEFINE_PER_CPU(struct page_frag_cache, netdev_alloc_cache);331 struct page_frag_cache *nc = this_cpu_ptr(&netdev_alloc_cache); in __netdev_alloc_frag_align()729 struct page_frag_cache *nc; in __netdev_alloc_skb()
4868 static struct page *__page_frag_cache_refill(struct page_frag_cache *nc, in __page_frag_cache_refill()4889 void page_frag_cache_drain(struct page_frag_cache *nc) in page_frag_cache_drain()4908 void *__page_frag_alloc_align(struct page_frag_cache *nc, in __page_frag_alloc_align()
1611 struct page_frag_cache *pfc = &svsk->sk_frag_cache; in svc_sock_free()
145 struct page_frag_cache pf_cache;
197 struct page_frag_cache pf_cache;
175 struct page_frag_cache pf_cache;
Completed in 61 milliseconds