Searched refs:list_count_items (Results 1 – 5 of 5) sorted by relevance
25 int list_count_items(struct list_head *head);
22 int list_count_items(struct list_head *head) in list_count_items() function
117 ut_asserteq(1, list_count_items(&gd->uclass_root)); in dm_test_autobind()118 ut_asserteq(0, list_count_items(&gd->dm_root->child_head)); in dm_test_autobind()124 ut_assert(1 < list_count_items(&gd->uclass_root)); in dm_test_autobind()125 ut_assert(0 < list_count_items(&gd->dm_root->child_head)); in dm_test_autobind()
182 ut_asserteq(num_devices, list_count_items(&uc->dev_head)); in dm_test_fdt()210 ut_asserteq(1, list_count_items(&uc->dev_head)); in dm_test_fdt_pre_reloc()
112 ut_asserteq(num_devices, list_count_items(&uc->dev_head)); in dm_test_bus_children()119 ut_asserteq(num_devices, list_count_items(&uc->dev_head)); in dm_test_bus_children()