Home
last modified time | relevance | path

Searched refs:last_pgscan (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/oom/
Dtest-oomd-util.c136 assert_se(ctx->last_pgscan == 0); in test_oomd_cgroup_context_acquire_and_insert()
186 assert_se(c2->last_pgscan == UINT64_MAX); in test_oomd_cgroup_context_acquire_and_insert()
238 assert_se(c_old->pgscan == c_new->last_pgscan); in test_oomd_update_cgroup_contexts_between_hashmaps()
245 assert_se(c_old->pgscan == c_new->last_pgscan); in test_oomd_update_cgroup_contexts_between_hashmaps()
380 .last_pgscan = 0, in test_oomd_sort_cgroups()
385 .last_pgscan = 33, in test_oomd_sort_cgroups()
390 .last_pgscan = 1, in test_oomd_sort_cgroups()
395 .last_pgscan = 33, in test_oomd_sort_cgroups()
400 .last_pgscan = 33, in test_oomd_sort_cgroups()
405 .last_pgscan = 0, in test_oomd_sort_cgroups()
[all …]
Doomd-util.c109 uint64_t last_pgscan; in oomd_pgscan_rate() local
115 last_pgscan = c->last_pgscan; in oomd_pgscan_rate()
116 if (c->last_pgscan > c->pgscan) { in oomd_pgscan_rate()
118 c->last_pgscan, c->pgscan, c->path); in oomd_pgscan_rate()
119 last_pgscan = 0; in oomd_pgscan_rate()
122 return c->pgscan - last_pgscan; in oomd_pgscan_rate()
511 curr_ctx->last_pgscan = old_ctx->pgscan; in oomd_insert_cgroup_context()
541 ctx->last_pgscan = old_ctx->pgscan; in oomd_update_cgroup_contexts_between_hashmaps()
596 strempty(prefix), ctx->last_pgscan); in oomd_dump_memory_pressure_cgroup_context()
Doomd-util.h31 uint64_t last_pgscan; member