Searched defs:rdt_resource (Results 1 – 2 of 2) sorted by relevance
24917 struct rdt_resource { struct24918 int rid;24919 bool alloc_enabled;24920 bool mon_enabled;24921 bool alloc_capable;24922 bool mon_capable;24923 int num_rmid;24924 int cache_level;24925 struct resctrl_cache cache;24949 struct rdt_resource *res; argument