Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddamon.h820 struct list_head call_controls; member
/linux/mm/damon/
H A Dcore.c597 INIT_LIST_HEAD(&ctx->call_controls); in damon_new_ctx()
1616 list_add_tail(&control->list, &ctx->call_controls); in damon_call()
2876 list_splice_tail_init(&ctx->call_controls, &controls); in kdamond_call()
2897 list_splice_tail(&controls, &ctx->call_controls); in kdamond_call()