Searched refs:list_count_items (Results 1 – 9 of 9) sorted by relevance
23 int list_count_items(struct list_head *head) in list_count_items() function
26 int list_count_items(struct list_head *head);
118 ut_asserteq(1, list_count_items(&gd->uclass_root)); in dm_test_autobind()119 ut_asserteq(0, list_count_items(&gd->dm_root->child_head)); in dm_test_autobind()125 ut_assert(1 < list_count_items(&gd->uclass_root)); in dm_test_autobind()126 ut_assert(0 < list_count_items(&gd->dm_root->child_head)); in dm_test_autobind()
183 ut_asserteq(num_devices, list_count_items(&uc->dev_head)); in dm_test_fdt()211 ut_asserteq(1, list_count_items(&uc->dev_head)); in dm_test_fdt_pre_reloc()
113 ut_asserteq(num_devices, list_count_items(&uc->dev_head)); in dm_test_bus_children()120 ut_asserteq(num_devices, list_count_items(&uc->dev_head)); in dm_test_bus_children()