Home
last modified time | relevance | path

Searched refs:iova_cache_users (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/iommu/
Diova.c231 static unsigned int iova_cache_users; variable
250 if (!iova_cache_users) { in iova_cache_get()
261 iova_cache_users++; in iova_cache_get()
271 if (WARN_ON(!iova_cache_users)) { in iova_cache_put()
275 iova_cache_users--; in iova_cache_put()
276 if (!iova_cache_users) in iova_cache_put()