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

/linux-master/tools/testing/selftests/cgroup/
H A Dtest_memcontrol.c567 long pre_high, pre_max; local
578 pre_max = cg_read_key_long(memcg, "memory.events", "max ");
579 if (pre_high < 0 || pre_max < 0)
606 if (pre_high == post_high || pre_max != post_max)

Completed in 100 milliseconds