Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/iommu/
H A Diova.c231 static unsigned int iova_cache_users; variable
250 if (!iova_cache_users) { in iova_cache_get()
261 iova_cache_users++; in iova_cache_get()
271 if (WARN_ON(!iova_cache_users)) { in iova_cache_put()
275 iova_cache_users--; in iova_cache_put()
276 if (!iova_cache_users) in iova_cache_put()
/kernel/linux/linux-6.6/drivers/iommu/
H A Diova.c240 static unsigned int iova_cache_users; variable
257 if (!iova_cache_users) { in iova_cache_get()
279 iova_cache_users++; in iova_cache_get()
289 if (WARN_ON(!iova_cache_users)) { in iova_cache_put()
293 iova_cache_users--; in iova_cache_put()
294 if (!iova_cache_users) { in iova_cache_put()

Completed in 3 milliseconds