Searched refs:cxgbi_ppm_pool (Results 1 – 2 of 2) sorted by relevance
122 struct cxgbi_ppm_pool *pool; in ppm_get_cpu_entries()193 struct cxgbi_ppm_pool *pool; in ppm_unmark_entries()341 static struct cxgbi_ppm_pool *ppm_alloc_cpu_pool(unsigned int *total, in ppm_alloc_cpu_pool()344 struct cxgbi_ppm_pool *pools; in ppm_alloc_cpu_pool()361 pools = __alloc_percpu(alloc_sz, __alignof__(struct cxgbi_ppm_pool)); in ppm_alloc_cpu_pool()367 struct cxgbi_ppm_pool *ppool = per_cpu_ptr(pools, cpu); in ppm_alloc_cpu_pool()389 struct cxgbi_ppm_pool *pool = NULL; in cxgbi_ppm_init()
121 struct cxgbi_ppm_pool { struct141 struct cxgbi_ppm_pool __percpu *pool; argument