Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/cgroup/
H A Dtest_memcontrol.c679 long pre_high, pre_max; in test_memcg_high_sync() local
689 pre_high = cg_read_key_long(memcg, "memory.events", "high "); in test_memcg_high_sync()
691 if (pre_high < 0 || pre_max < 0) in test_memcg_high_sync()
718 if (pre_high == post_high || pre_max != post_max) in test_memcg_high_sync()