Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/cgroup/
H A Dtest_memcontrol.c568 long post_high, post_max; in test_memcg_high_sync() local
601 post_high = cg_read_key_long(memcg, "memory.events", "high "); in test_memcg_high_sync()
603 if (post_high < 0 || post_max < 0) in test_memcg_high_sync()
606 if (pre_high == post_high || pre_max != post_max) in test_memcg_high_sync()