Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/cgroup/
H A Dtest_zswap.c62 static long get_cg_wb_count(const char *cg) in get_cg_wb_count() function
132 count = get_cg_wb_count(cg); in wait_for_writeback()
360 zswpwb_before = get_cg_wb_count(cgroup); in test_zswap_writeback_one()
373 zswpwb_after = get_cg_wb_count(cgroup); in test_zswap_writeback_one()
504 if (wait_for_writeback(wb_group, 5000) > 0 && get_cg_wb_count(zw_group) == 0) in test_no_invasive_cgroup_shrink()