Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/cgroup/
Dtest_zswap.c53 static long get_cg_wb_count(const char *cg) in get_cg_wb_count() function
326 zswpwb_before = get_cg_wb_count(cgroup); in test_zswap_writeback_one()
336 zswpwb_after = get_cg_wb_count(cgroup); in test_zswap_writeback_one()
444 if (get_cg_wb_count(wb_group) > 0 && get_cg_wb_count(control_group) == 0) in test_no_invasive_cgroup_shrink()