Home
last modified time | relevance | path

Searched refs:page_frag_cache (Results 1 – 12 of 12) sorted by relevance

/linux/include/linux/
A Dgfp.h374 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()
A Dmm_types.h545 struct page_frag_cache { struct
/linux/include/linux/sunrpc/
A Dsvcsock.h39 struct page_frag_cache sk_frag_cache;
/linux/drivers/net/ethernet/mediatek/
A Dmtk_wed_wo.h216 struct page_frag_cache cache;
/linux/net/rxrpc/
A Dar-internal.h297 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 */
/linux/drivers/net/ethernet/google/gve/
A Dgve.h313 struct page_frag_cache page_cache; /* Page cache to allocate XDP frames */
/linux/net/core/
A Dskbuff.c282 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()
/linux/mm/
A Dpage_alloc.c4868 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()
/linux/net/sunrpc/
A Dsvcsock.c1611 struct page_frag_cache *pfc = &svsk->sk_frag_cache; in svc_sock_free()
/linux/drivers/vhost/
A Dnet.c145 struct page_frag_cache pf_cache;
/linux/drivers/nvme/target/
A Dtcp.c197 struct page_frag_cache pf_cache;
/linux/drivers/nvme/host/
A Dtcp.c175 struct page_frag_cache pf_cache;

Completed in 61 milliseconds