Symbol: page_frag_cache
drivers/net/ethernet/google/gve/gve.h
345
struct page_frag_cache page_cache; /* Page cache to allocate XDP frames */
drivers/net/ethernet/mediatek/mtk_wed_wo.h
216
struct page_frag_cache cache;
drivers/nvme/host/tcp.c
178
struct page_frag_cache pf_cache;
drivers/nvme/target/tcp.c
194
struct page_frag_cache pf_cache;
drivers/vhost/net.c
149
struct page_frag_cache pf_cache;
include/linux/page_frag_cache.h
30
static inline void page_frag_cache_init(struct page_frag_cache *nc)
include/linux/page_frag_cache.h
35
static inline bool page_frag_cache_is_pfmemalloc(struct page_frag_cache *nc)
include/linux/page_frag_cache.h
40
void page_frag_cache_drain(struct page_frag_cache *nc);
include/linux/page_frag_cache.h
42
void *__page_frag_alloc_align(struct page_frag_cache *nc, unsigned int fragsz,
include/linux/page_frag_cache.h
45
static inline void *page_frag_alloc_align(struct page_frag_cache *nc,
include/linux/page_frag_cache.h
53
static inline void *page_frag_alloc(struct page_frag_cache *nc,
include/linux/sunrpc/svcsock.h
42
struct page_frag_cache sk_frag_cache;
mm/page_frag_cache.c
49
static struct page *__page_frag_cache_refill(struct page_frag_cache *nc,
mm/page_frag_cache.c
73
void page_frag_cache_drain(struct page_frag_cache *nc)
mm/page_frag_cache.c
93
void *__page_frag_alloc_align(struct page_frag_cache *nc,
net/core/skbuff.c
233
struct page_frag_cache page;
net/core/skbuff.c
238
static DEFINE_PER_CPU(struct page_frag_cache, netdev_alloc_cache);
net/core/skbuff.c
264
struct page_frag_cache *nc = this_cpu_ptr(&netdev_alloc_cache);
net/core/skbuff.c
762
struct page_frag_cache *nc;
net/rxrpc/ar-internal.h
339
struct page_frag_cache tx_alloc; /* Tx control packet allocation (I/O thread only) */
net/rxrpc/ar-internal.h
560
struct page_frag_cache tx_data_alloc; /* Tx DATA packet allocation */
tools/testing/selftests/mm/page_frag/page_frag_test.c
22
static struct page_frag_cache test_nc;