Searched refs:objagg2 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | test_objagg.c | 915 struct objagg *objagg2; in test_hints_case() local 955 objagg2 = objagg_create(&delta_ops, hints, &world2); in test_hints_case() 956 if (IS_ERR(objagg2)) in test_hints_case() 957 return PTR_ERR(objagg2); in test_hints_case() 960 objagg_obj = world_obj_get(&world2, objagg2, in test_hints_case() 968 pr_debug_stats(objagg2); in test_hints_case() 969 err = check_expect_stats(objagg2, &hints_case->expect_stats_hints, in test_hints_case() 983 objagg_destroy(objagg2); in test_hints_case()
|
/kernel/linux/linux-6.6/lib/ |
H A D | test_objagg.c | 915 struct objagg *objagg2; in test_hints_case() local 955 objagg2 = objagg_create(&delta_ops, hints, &world2); in test_hints_case() 956 if (IS_ERR(objagg2)) in test_hints_case() 957 return PTR_ERR(objagg2); in test_hints_case() 960 objagg_obj = world_obj_get(&world2, objagg2, in test_hints_case() 968 pr_debug_stats(objagg2); in test_hints_case() 969 err = check_expect_stats(objagg2, &hints_case->expect_stats_hints, in test_hints_case() 983 objagg_destroy(objagg2); in test_hints_case()
|
Completed in 4 milliseconds