Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dpage_frag_cache.h30 static inline void page_frag_cache_init(struct page_frag_cache *nc) in page_frag_cache_init()
35 static inline bool page_frag_cache_is_pfmemalloc(struct page_frag_cache *nc) in page_frag_cache_is_pfmemalloc()
40 void page_frag_cache_drain(struct page_frag_cache *nc);
42 void *__page_frag_alloc_align(struct page_frag_cache *nc, unsigned int fragsz,
45 static inline void *page_frag_alloc_align(struct page_frag_cache *nc, in page_frag_alloc_align()
53 static inline void *page_frag_alloc(struct page_frag_cache *nc, in page_frag_alloc()
Dmm_types_task.h49 struct page_frag_cache { struct
/linux-6.14.4/mm/
Dpage_frag_cache.c49 static struct page *__page_frag_cache_refill(struct page_frag_cache *nc, in __page_frag_cache_refill()
73 void page_frag_cache_drain(struct page_frag_cache *nc) in page_frag_cache_drain()
93 void *__page_frag_alloc_align(struct page_frag_cache *nc, in __page_frag_alloc_align()
DMakefile68 obj-y += page_frag_cache.o
/linux-6.14.4/include/linux/sunrpc/
Dsvcsock.h39 struct page_frag_cache sk_frag_cache;
/linux-6.14.4/tools/testing/selftests/mm/page_frag/
Dpage_frag_test.c22 static struct page_frag_cache test_nc;
/linux-6.14.4/drivers/net/ethernet/mediatek/
Dmtk_wed_wo.h216 struct page_frag_cache cache;
/linux-6.14.4/tools/testing/selftests/mm/
DMakefile48 ifneq (,$(wildcard $(KDIR)/include/linux/page_frag_cache.h))
/linux-6.14.4/net/rxrpc/
Dar-internal.h300 struct page_frag_cache tx_alloc; /* Tx control packet allocation (I/O thread only) */
517 struct page_frag_cache tx_data_alloc; /* Tx DATA packet allocation */
/linux-6.14.4/drivers/net/ethernet/google/gve/
Dgve.h319 struct page_frag_cache page_cache; /* Page cache to allocate XDP frames */
/linux-6.14.4/net/core/
Dskbuff.c228 struct page_frag_cache page;
233 static DEFINE_PER_CPU(struct page_frag_cache, netdev_alloc_cache);
259 struct page_frag_cache *nc = this_cpu_ptr(&netdev_alloc_cache); in __netdev_alloc_frag_align()
657 struct page_frag_cache *nc; in __netdev_alloc_skb()
/linux-6.14.4/drivers/vhost/
Dnet.c145 struct page_frag_cache pf_cache;
/linux-6.14.4/drivers/nvme/target/
Dtcp.c197 struct page_frag_cache pf_cache;
/linux-6.14.4/drivers/nvme/host/
Dtcp.c178 struct page_frag_cache pf_cache;