Searched refs:grandchild (Results 1 – 3 of 3) sorted by relevance
512 pid_t parent, child, grandchild; in test_dynamic_state() local563 grandchild = fork(); in test_dynamic_state()564 if (grandchild < 0) { in test_dynamic_state()567 } else if (!grandchild) { in test_dynamic_state()640 pid_t child, grandchild; in test_fork() local660 grandchild = fork(); in test_fork()661 if (grandchild < 0) { in test_fork()664 } else if (grandchild > 0) { in test_fork()
18 Optional properties in grandchild nodes:19 Any endpoint grandchild node may specify a desired video interface
1419 struct device_node *np, *child, *grandchild; in of_unittest_platform_populate() local1481 for_each_child_of_node(child, grandchild) { in of_unittest_platform_populate()1482 pdev = of_find_device_by_node(grandchild); in of_unittest_platform_populate()1485 grandchild); in of_unittest_platform_populate()1492 for_each_child_of_node(child, grandchild) in of_unittest_platform_populate()1493 unittest(!of_find_device_by_node(grandchild), in of_unittest_platform_populate()1495 grandchild); in of_unittest_platform_populate()