Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dgfp.h366 struct page_frag_cache;
367 void page_frag_cache_drain(struct page_frag_cache *nc);
369 void *__page_frag_alloc_align(struct page_frag_cache *nc, unsigned int fragsz,
372 static inline void *page_frag_alloc_align(struct page_frag_cache *nc, in page_frag_alloc_align()
380 static inline void *page_frag_alloc(struct page_frag_cache *nc, in page_frag_alloc()
H A Dmm_types.h529 struct page_frag_cache { struct
/linux/include/linux/sunrpc/
H A Dsvcsock.h39 struct page_frag_cache sk_frag_cache;
/linux/drivers/net/ethernet/mediatek/
H A Dmtk_wed_wo.h216 struct page_frag_cache cache;
/linux/net/rxrpc/
H 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/
H A Dgve.h308 struct page_frag_cache page_cache; /* Page cache to allocate XDP frames */
/linux/net/core/
H A Dskbuff.c280 struct page_frag_cache page;
286 static DEFINE_PER_CPU(struct page_frag_cache, netdev_alloc_cache);
323 struct page_frag_cache *nc = this_cpu_ptr(&netdev_alloc_cache); in __netdev_alloc_frag_align()
717 struct page_frag_cache *nc; in __netdev_alloc_skb()
/linux/mm/
H A Dpage_alloc.c4795 static struct page *__page_frag_cache_refill(struct page_frag_cache *nc, in __page_frag_cache_refill()
4816 void page_frag_cache_drain(struct page_frag_cache *nc) in page_frag_cache_drain()
4835 void *__page_frag_alloc_align(struct page_frag_cache *nc, in __page_frag_alloc_align()
/linux/net/sunrpc/
H A Dsvcsock.c1612 struct page_frag_cache *pfc = &svsk->sk_frag_cache; in svc_sock_free()
/linux/drivers/vhost/
H A Dnet.c145 struct page_frag_cache pf_cache;
/linux/drivers/nvme/target/
H A Dtcp.c197 struct page_frag_cache pf_cache;
/linux/drivers/nvme/host/
H A Dtcp.c174 struct page_frag_cache pf_cache;