Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/iommu/
H A Diova.c325 static unsigned int iova_cache_users; variable
344 if (!iova_cache_users) { in iova_cache_get()
355 iova_cache_users++; in iova_cache_get()
365 if (WARN_ON(!iova_cache_users)) { in iova_cache_put()
369 iova_cache_users--; in iova_cache_put()
370 if (!iova_cache_users) in iova_cache_put()