Searched defs:page_pool_alloc_stats (Results 1 – 1 of 1) sorted by relevance
88 struct page_pool_alloc_stats { struct89 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, forcing116 struct page_pool_alloc_stats alloc_stats; argument
Completed in 4 milliseconds