page_frag_cache
struct page_frag_cache page_cache; /* Page cache to allocate XDP frames */
struct page_frag_cache cache;
struct page_frag_cache pf_cache;
struct page_frag_cache pf_cache;
struct page_frag_cache pf_cache;
static inline void page_frag_cache_init(struct page_frag_cache *nc)
static inline bool page_frag_cache_is_pfmemalloc(struct page_frag_cache *nc)
void page_frag_cache_drain(struct page_frag_cache *nc);
void *__page_frag_alloc_align(struct page_frag_cache *nc, unsigned int fragsz,
static inline void *page_frag_alloc_align(struct page_frag_cache *nc,
static inline void *page_frag_alloc(struct page_frag_cache *nc,
struct page_frag_cache sk_frag_cache;
static struct page *__page_frag_cache_refill(struct page_frag_cache *nc,
void page_frag_cache_drain(struct page_frag_cache *nc)
void *__page_frag_alloc_align(struct page_frag_cache *nc,
struct page_frag_cache page;
static DEFINE_PER_CPU(struct page_frag_cache, netdev_alloc_cache);
struct page_frag_cache *nc = this_cpu_ptr(&netdev_alloc_cache);
struct page_frag_cache *nc;
struct page_frag_cache tx_alloc; /* Tx control packet allocation (I/O thread only) */
struct page_frag_cache tx_data_alloc; /* Tx DATA packet allocation */
static struct page_frag_cache test_nc;