Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/vm/
H A Dvm_usage.c252 } vmu_cache_t; typedef
280 vmu_cache_t *vmu_cache; /* Cached results */
1702 vmu_cache_t *
1705 vmu_cache_t *cache; in vmu_cache_alloc()
1707 cache = kmem_zalloc(sizeof (vmu_cache_t), KM_SLEEP); in vmu_cache_alloc()
1719 vmu_cache_hold(vmu_cache_t *cache) in vmu_cache_hold()
1729 vmu_cache_rele(vmu_cache_t *cache) in vmu_cache_rele()
1737 kmem_free(cache, sizeof (vmu_cache_t)); in vmu_cache_rele()
1746 vmu_copyout_results(vmu_cache_t *cache, vmusage_t *buf, size_t *nres, in vmu_copyout_results()
1943 vmu_cache_t *cache; in vm_getusage()
[all …]