Searched refs:mem_pressure_limit (Results 1 – 4 of 4) sorted by relevance
176 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()
83 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()
126 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()
37 loadavg_t mem_pressure_limit; member