Searched defs:damon_ctx (Results 1 – 1 of 1) sorted by relevance
186 struct damon_ctx { struct187 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 …]