Home
last modified time | relevance | path

Searched refs:call_controls (Results 1 – 2 of 2) sorted by relevance

/linux/mm/damon/
H A Dcore.c548 INIT_LIST_HEAD(&ctx->call_controls); in damon_new_ctx()
1485 list_for_each_entry(c, &ctx->call_controls, list) { in damon_call_handle_inactive_ctx()
1523 list_add_tail(&control->list, &ctx->call_controls); in damon_call()
2667 list_splice_tail_init(&ctx->call_controls, &controls); in kdamond_call()
2688 list_splice_tail(&controls, &ctx->call_controls); in kdamond_call()
/linux/include/linux/
H A Ddamon.h807 struct list_head call_controls; member