Home
last modified time | relevance | path

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

/dports/devel/libvirt/libvirt-7.10.0/src/util/
H A Dvirresctrl.c94 typedef struct _virResctrlInfoPerType virResctrlInfoPerType; typedef
136 virResctrlInfoPerType **types;
532 g_autofree virResctrlInfoPerType *i_type = NULL; in virResctrlGetCacheInfo()
549 i_type = g_new0(virResctrlInfoPerType, 1); in virResctrlGetCacheInfo()
605 virResctrlInfoPerType **types = NULL; in virResctrlGetCacheInfo()
607 types = g_new0(virResctrlInfoPerType *, VIR_CACHE_TYPE_LAST); in virResctrlGetCacheInfo()
855 virResctrlInfoPerType *i_type = NULL; in virResctrlInfoGetCache()
1783 virResctrlInfoPerType *i_type = i_level->types[j]; in virResctrlAllocNewFromInfo()
1896 virResctrlInfoPerType *i_type, in virResctrlAllocFindUnused()
2195 virResctrlInfoPerType *i_type = i_level->types[type]; in virResctrlAllocAssign()