Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmm_types_task.h49 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/tools/testing/selftests/mm/
H A DMakefile48 ifneq (,$(wildcard $(KDIR)/include/linux/page_frag_cache.h))
/linux/mm/
H A DMakefile68 obj-y += page_frag_cache.o
/linux/net/rxrpc/
H A Dar-internal.h339 struct page_frag_cache tx_alloc; /* Tx control packet allocation (I/O thread only) */
560 struct page_frag_cache tx_data_alloc; /* Tx DATA packet allocation */
/linux/drivers/net/ethernet/google/gve/
H A Dgve.h338 struct page_frag_cache page_cache; /* Page cache to allocate XDP frames */
/linux/net/core/
H A Dskbuff.c230 struct page_frag_cache page;
235 static DEFINE_PER_CPU(struct page_frag_cache, netdev_alloc_cache);
261 struct page_frag_cache *nc = this_cpu_ptr(&netdev_alloc_cache); in __netdev_alloc_frag_align()
720 struct page_frag_cache *nc; in __netdev_alloc_skb()
/linux/drivers/vhost/
H A Dnet.c149 struct page_frag_cache pf_cache;
/linux/drivers/nvme/target/
H A Dtcp.c194 struct page_frag_cache pf_cache;
/linux/drivers/nvme/host/
H A Dtcp.c177 struct page_frag_cache pf_cache;
/linux/
H A DMAINTAINERS16174 F: mm/page_frag_cache.c