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 Dstat.c154 .ops_update_interval = 60 * USEC_PER_MSEC * MSEC_PER_SEC, in damon_stat_build_ctx()
H A Dlru_sort.c90 .ops_update_interval = 0,
H A Dcore.c532 ctx->attrs.ops_update_interval = 60 * 1000 * 1000; in damon_new_ctx()
714 attrs->ops_update_interval / sample_interval; in damon_set_attrs()
2515 ctx->next_ops_update_sis = ctx->attrs.ops_update_interval / in kdamond_init_ctx()
2632 ctx->attrs.ops_update_interval / in kdamond_fn()
H A Dsysfs.c1292 .ops_update_interval = sys_intervals->update_us, in damon_sysfs_set_attrs()
/linux/include/linux/
H A Ddamon.h586 * the monitoring, @update after each &damon_attrs.ops_update_interval, and
687 * @ops_update_interval: The time between monitoring operations updates.
700 * and applies the changes for each @ops_update_interval. All time intervals
707 unsigned long ops_update_interval; member