Home
last modified time | relevance | path

Searched defs:page_pool_alloc_stats (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/include/net/
A Dpage_pool.h88 struct page_pool_alloc_stats { struct
89 u64 fast; /* fast path allocations */
90 u64 slow; /* slow-path order 0 allocations */
91 u64 slow_high_order; /* slow-path high order allocations */
92 u64 empty; /* failed refills due to empty ptr ring, forcing
116 struct page_pool_alloc_stats alloc_stats; argument

Completed in 4 milliseconds