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()1941 if (vmu_data.vmu_cache != NULL) { in vm_getusage()1945 if ((vmu_data.vmu_cache->vmc_timestamp + in vm_getusage()1949 if ((vmu_data.vmu_cache->vmc_flags & flags) == flags && in vm_getusage()1951 cache = vmu_data.vmu_cache; in vm_getusage()1970 flags = vmu_data.vmu_cache->vmc_flags | flags; in vm_getusage()1989 if (vmu_data.vmu_cache != NULL) in vm_getusage()1990 vmu_cache_rele(vmu_data.vmu_cache); in vm_getusage()[all …]