Home
last modified time | relevance | path

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

/linux-6.1.9/lib/
Dtest_objagg.c836 struct hints_case { struct
847 static const struct hints_case hints_case = { argument
909 static int test_hints_case(const struct hints_case *hints_case) in test_hints_case() argument
925 for (i = 0; i < hints_case->key_ids_count; i++) { in test_hints_case()
927 hints_case->key_ids[i]); in test_hints_case()
935 err = check_expect_stats(objagg, &hints_case->expect_stats, &errmsg); in test_hints_case()
948 err = check_expect_hints_stats(hints, &hints_case->expect_stats_hints, in test_hints_case()
959 for (i = 0; i < hints_case->key_ids_count; i++) { in test_hints_case()
961 hints_case->key_ids[i]); in test_hints_case()
969 err = check_expect_stats(objagg2, &hints_case->expect_stats_hints, in test_hints_case()
[all …]