Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/cgroup/
Dtest_memcontrol.c567 long pre_high, pre_max; in test_memcg_high_sync() local
578 pre_max = cg_read_key_long(memcg, "memory.events", "max "); in test_memcg_high_sync()
579 if (pre_high < 0 || pre_max < 0) in test_memcg_high_sync()
606 if (pre_high == post_high || pre_max != post_max) in test_memcg_high_sync()