Searched refs:max_comp_streams (Results 1 – 6 of 6) sorted by relevance
539 EXPECT_EQ(0, entry->max_comp_streams); in TEST()561 EXPECT_EQ(0, entry->max_comp_streams); in TEST()796 EXPECT_EQ(0, entry->max_comp_streams); in TEST()801 EXPECT_EQ(123456, entry->max_comp_streams); in TEST()
60 "max_comp_streams="
49 int max_comp_streams = 0; member
2038 if (entry.max_comp_streams >= 0) { in fs_mgr_swapon_all()2046 fprintf(zram_mcs_fp.get(), "%d\n", entry.max_comp_streams); in fs_mgr_swapon_all()
277 if (!ParseInt(arg, &entry->max_comp_streams)) { in ParseFsMgrFlags()
6434 …stem/core,[email protected],Add support for max_comp_streams option for zr…