[go: nahoru, domu]

Searched defs:child_count (Results 1 - 1 of 1) sorted by relevance

/drivers/of/
H A Dselftest.c181 int allnode_count = 0, child_count; local
188 child_count = of_selftest_check_node_linkage(of_allnodes);
190 selftest(child_count > 0, "Device node data structure is corrupted\n");
191 selftest(child_count == allnode_count, "allnodes list size (%i) doesn't match"
192 "sibling lists size (%i)\n", allnode_count, child_count);
193 pr_debug("allnodes list size (%i); sibling lists size (%i)\n", allnode_count, child_count);

Completed in 51 milliseconds