Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iommu/
Diova.c225 static unsigned int iova_cache_users; variable
952 if (!iova_cache_users) { in iova_cache_get()
972 iova_cache_users++; in iova_cache_get()
988 if (WARN_ON(!iova_cache_users)) { in iova_cache_put()
992 iova_cache_users--; in iova_cache_put()
993 if (!iova_cache_users) { in iova_cache_put()