Lines Matching refs:pp
48 struct netdev_page_pool_get_rsp *pp)
51 if (pp->_present.inflight)
52 s->live[l].refs += pp->inflight;
53 if (pp->_present.inflight_mem)
54 s->live[l].bytes += pp->inflight_mem;
80 ynl_dump_foreach(pools, pp) {
81 struct stat *s = find_ifc(&a, pp->ifindex);
83 count(s, 1, pp);
84 if (pp->_present.detach_time)
85 count(s, 0, pp);
93 ynl_dump_foreach(pp_stats, pp) {
94 struct stat *s = find_ifc(&a, pp->info.ifindex);
96 if (pp->_present.alloc_fast)
97 s->alloc_fast += pp->alloc_fast;
98 if (pp->_present.alloc_refill)
99 s->alloc_fast += pp->alloc_refill;
100 if (pp->_present.alloc_slow)
101 s->alloc_slow += pp->alloc_slow;
102 if (pp->_present.recycle_ring)
103 s->recycle_ring += pp->recycle_ring;
104 if (pp->_present.recycle_cached)
105 s->recycle_cache += pp->recycle_cached;