Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_usage.c252 } vmu_cache_t; typedef
280 vmu_cache_t *vmu_cache; /* Cached results */
1705 vmu_cache_t *
1708 vmu_cache_t *cache; in vmu_cache_alloc()
1710 cache = kmem_zalloc(sizeof (vmu_cache_t), KM_SLEEP); in vmu_cache_alloc()
1722 vmu_cache_hold(vmu_cache_t *cache) in vmu_cache_hold()
1732 vmu_cache_rele(vmu_cache_t *cache) in vmu_cache_rele()
1740 kmem_free(cache, sizeof (vmu_cache_t)); in vmu_cache_rele()
1749 vmu_copyout_results(vmu_cache_t *cache, vmusage_t *buf, size_t *nres, in vmu_copyout_results()
1946 vmu_cache_t *cache; in vm_getusage()
[all …]