Home
last modified time | relevance | path

Searched defs:pseudo_lock_region (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/arch/x86/kernel/cpu/resctrl/
Dinternal.h191 struct pseudo_lock_region { struct
192 struct resctrl_schema *s;
193 struct rdt_domain *d;
194 u32 cbm;
195 wait_queue_head_t lock_thread_wq;
196 int thread_done;
197 int cpu;
198 unsigned int line_size;
199 unsigned int size;
200 void *kmem;
[all …]
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/resctrl/
Dinternal.h179 struct pseudo_lock_region { struct
180 struct rdt_resource *r;
181 struct rdt_domain *d;
182 u32 cbm;
183 wait_queue_head_t lock_thread_wq;
184 int thread_done;
185 int cpu;
186 unsigned int line_size;
187 unsigned int size;
188 void *kmem;
[all …]