Home
last modified time | relevance | path

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

/drivers/iommu/
Diova.c387 static unsigned int iova_cache_users; variable
404 if (!iova_cache_users) { in iova_cache_get()
426 iova_cache_users++; in iova_cache_get()
436 if (WARN_ON(!iova_cache_users)) { in iova_cache_put()
440 iova_cache_users--; in iova_cache_put()
441 if (!iova_cache_users) { in iova_cache_put()