Home
last modified time | relevance | path

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

/drivers/iommu/
A Diova.c226 static unsigned int iova_cache_users; variable
958 if (!iova_cache_users) { in iova_cache_get()
978 iova_cache_users++; in iova_cache_get()
994 if (WARN_ON(!iova_cache_users)) { in iova_cache_put()
998 iova_cache_users--; in iova_cache_put()
999 if (!iova_cache_users) { in iova_cache_put()

Completed in 5 milliseconds