Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/cgroup/
Dtest_memcontrol.c545 long post_high, post_max; in test_memcg_high_sync() local
578 post_high = cg_read_key_long(memcg, "memory.events", "high "); in test_memcg_high_sync()
580 if (post_high < 0 || post_max < 0) in test_memcg_high_sync()
583 if (pre_high == post_high || pre_max != post_max) in test_memcg_high_sync()