Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Ddamon.h186 struct damon_ctx { struct
187 unsigned long sample_interval;
188 unsigned long aggr_interval;
189 unsigned long primitive_update_interval;
192 struct timespec64 last_aggregation;
193 struct timespec64 last_primitive_update;
196 struct task_struct *kdamond;
197 bool kdamond_stop;
198 struct mutex kdamond_lock;
200 struct damon_primitive primitive;
[all …]