Searched refs:test_struct2 (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/
H A Dlist-test.c555 struct list_test_struct test_struct1, test_struct2, test_struct3; local
560 list_add_tail(&test_struct2.list, &test_struct1.list);
566 list_entry_is_head((&test_struct2), &test_struct1.list, list),
575 struct list_test_struct test_struct1, test_struct2; local
579 list_add_tail(&test_struct2.list, &list);
588 struct list_test_struct test_struct1, test_struct2; local
592 list_add_tail(&test_struct2.list, &list);
595 KUNIT_EXPECT_PTR_EQ(test, &test_struct2, list_last_entry(&list,
601 struct list_test_struct test_struct1, test_struct2; local
608 list_add_tail(&test_struct2
617 struct list_test_struct test_struct1, test_struct2; local
630 struct list_test_struct test_struct1, test_struct2; local
[all...]

Completed in 112 milliseconds