Searched refs:vmu_cache (Results 1 – 1 of 1) sorted by relevance
245 typedef struct vmu_cache { struct280 vmu_cache_t *vmu_cache; /* Cached results */ member450 vmu_data.vmu_cache = NULL; in vm_usage_init()1944 if (vmu_data.vmu_cache != NULL) { in vm_getusage()1948 if ((vmu_data.vmu_cache->vmc_timestamp + in vm_getusage()1952 if ((vmu_data.vmu_cache->vmc_flags & flags) == flags && in vm_getusage()1954 cache = vmu_data.vmu_cache; in vm_getusage()1973 flags = vmu_data.vmu_cache->vmc_flags | flags; in vm_getusage()1992 if (vmu_data.vmu_cache != NULL) in vm_getusage()1993 vmu_cache_rele(vmu_data.vmu_cache); in vm_getusage()[all …]