Home
last modified time | relevance | path

Searched refs:mem_pressure_limit (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/oom/
Dtest-oomd-util.c176 c1->mem_pressure_limit = 6789; in test_oomd_cgroup_context_acquire_and_insert()
187 assert_se(c2->mem_pressure_limit == 6789); in test_oomd_cgroup_context_acquire_and_insert()
208 .mem_pressure_limit = 5, in test_oomd_update_cgroup_contexts_between_hashmaps()
213 .mem_pressure_limit = 6, in test_oomd_update_cgroup_contexts_between_hashmaps()
239 assert_se(c_old->mem_pressure_limit == c_new->mem_pressure_limit); in test_oomd_update_cgroup_contexts_between_hashmaps()
246 assert_se(c_old->mem_pressure_limit == c_new->mem_pressure_limit); in test_oomd_update_cgroup_contexts_between_hashmaps()
302 ctx[0].mem_pressure_limit = threshold; in test_oomd_pressure_above()
308 ctx[1].mem_pressure_limit = threshold; in test_oomd_pressure_above()
Doomd-util.c83 if (ctx->memory_pressure.avg10 > ctx->mem_pressure_limit) { in oomd_pressure_above()
512 curr_ctx->mem_pressure_limit = old_ctx->mem_pressure_limit; in oomd_insert_cgroup_context()
542 ctx->mem_pressure_limit = old_ctx->mem_pressure_limit; in oomd_update_cgroup_contexts_between_hashmaps()
579 …strempty(prefix), LOADAVG_INT_SIDE(ctx->mem_pressure_limit), LOADAVG_DECIMAL_SIDE(ctx->mem_pressur… in oomd_dump_memory_pressure_cgroup_context()
Doomd-manager.c126 ctx->mem_pressure_limit = limit; in process_managed_oom_message()
503 … LOADAVG_INT_SIDE(t->mem_pressure_limit), LOADAVG_DECIMAL_SIDE(t->mem_pressure_limit), in monitor_memory_pressure_contexts_handler()
532 … LOADAVG_INT_SIDE(t->mem_pressure_limit), LOADAVG_DECIMAL_SIDE(t->mem_pressure_limit), in monitor_memory_pressure_contexts_handler()
Doomd-util.h37 loadavg_t mem_pressure_limit; member