Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iommu/
Diova.c223 static unsigned int iova_cache_users; variable
242 if (!iova_cache_users) { in iova_cache_get()
253 iova_cache_users++; in iova_cache_get()
263 if (WARN_ON(!iova_cache_users)) { in iova_cache_put()
267 iova_cache_users--; in iova_cache_put()
268 if (!iova_cache_users) in iova_cache_put()