Home
last modified time | relevance | path

Searched refs:ops_update_interval (Results 1 – 7 of 7) sorted by relevance

/linux/samples/damon/
H A Dmtier.c91 .ops_update_interval = 60 * USEC_PER_MSEC * MSEC_PER_SEC, in damon_sample_mtier_build_ctx()
/linux/mm/damon/
H A Dreclaim.c107 .ops_update_interval = 0,
H A Dlru_sort.c133 .ops_update_interval = 0,
H A Dstat.c208 .ops_update_interval = 60 * USEC_PER_MSEC * MSEC_PER_SEC, in damon_stat_build_ctx()
H A Dcore.c540 ctx->attrs.ops_update_interval = 60 * 1000 * 1000; in damon_new_ctx()
592 attrs1->ops_update_interval == attrs2->ops_update_interval && in damon_attrs_equals()
742 attrs->ops_update_interval / sample_interval; in damon_set_attrs()
2730 ctx->next_ops_update_sis = ctx->attrs.ops_update_interval / in kdamond_init_ctx()
2847 ctx->attrs.ops_update_interval / in kdamond_fn()
H A Dsysfs.c1356 .ops_update_interval = sys_intervals->update_us, in damon_sysfs_set_attrs()
/linux/include/linux/
H A Ddamon.h736 unsigned long ops_update_interval; member