Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/iommu/
Diova.c295 static unsigned int iova_cache_users; variable
312 if (!iova_cache_users) { in iova_cache_get()
334 iova_cache_users++; in iova_cache_get()
344 if (WARN_ON(!iova_cache_users)) { in iova_cache_put()
348 iova_cache_users--; in iova_cache_put()
349 if (!iova_cache_users) { in iova_cache_put()