Searched defs:rdt_resource (Results 1 – 1 of 1) sorted by relevance
206 struct rdt_resource { struct207 int rid;208 bool alloc_capable;209 bool mon_capable;210 int num_rmid;211 enum resctrl_scope ctrl_scope;212 enum resctrl_scope mon_scope;213 struct resctrl_cache cache;214 struct resctrl_membw membw;215 struct list_head ctrl_domains;[all …]