Home
last modified time | relevance | path

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

/openbmc/linux/lib/kunit/
H A Dkunit-test.c114 int allocate_order[2]; member
276 KUNIT_RESOURCE_TEST_MARK_ORDER(ctx, allocate_order, 2); in fake_resource_2_init()
301 KUNIT_RESOURCE_TEST_MARK_ORDER(ctx, allocate_order, 1); in fake_resource_1_init()
339 KUNIT_EXPECT_EQ(test, ctx->allocate_order[0], 2); in kunit_resource_test_proper_free_ordering()
340 KUNIT_EXPECT_EQ(test, ctx->allocate_order[1], 1); in kunit_resource_test_proper_free_ordering()