Searched defs:damon_ctx (Results 1 – 2 of 2) sorted by relevance
505 struct damon_ctx { struct506 struct damon_attrs attrs;509 struct timespec64 last_aggregation;510 struct timespec64 last_ops_update;513 struct task_struct *kdamond;514 struct mutex kdamond_lock;516 struct damon_operations ops;517 struct damon_callback callback;519 struct list_head adaptive_targets;520 struct list_head schemes;
942 struct damon_ctx *damon_ctx; member
Completed in 9 milliseconds