Searched defs:damon_ctx (Results 1 – 2 of 2) sorted by relevance
426 struct damon_ctx { struct427 unsigned long sample_interval;428 unsigned long aggr_interval;429 unsigned long ops_update_interval;432 struct timespec64 last_aggregation;433 struct timespec64 last_ops_update;436 struct task_struct *kdamond;437 struct mutex kdamond_lock;439 struct damon_operations ops;440 struct damon_callback callback;[all …]
2011 struct damon_ctx *damon_ctx; member