Searched refs:pgcache (Results 1 – 2 of 2) sorted by relevance
93 static inline struct pgcache *nicvf_alloc_page(struct nicvf *nic, in nicvf_alloc_page()98 struct pgcache *pgcache, *next; in nicvf_alloc_page() local101 pgcache = &rbdr->pgcache[rbdr->pgidx]; in nicvf_alloc_page()102 page = pgcache->page; in nicvf_alloc_page()112 if (ref_count == pgcache->ref_count) in nicvf_alloc_page()113 pgcache->ref_count--; in nicvf_alloc_page()136 pgcache->page = page; in nicvf_alloc_page()137 pgcache->dma_addr = 0; in nicvf_alloc_page()138 pgcache->ref_count = 0; in nicvf_alloc_page()151 if (!pgcache->ref_count) { in nicvf_alloc_page()[all …]
215 struct pgcache { struct236 struct pgcache *pgcache; argument