Searched refs:grandchild (Results 1 – 3 of 3) sorted by relevance
510 pid_t parent, child, grandchild; in test_dynamic_state() local561 grandchild = fork(); in test_dynamic_state()562 if (grandchild < 0) { in test_dynamic_state()565 } else if (!grandchild) { in test_dynamic_state()633 pid_t child, grandchild; in test_fork() local653 grandchild = fork(); in test_fork()654 if (grandchild < 0) { in test_fork()657 } else if (grandchild > 0) { in test_fork()
18 Optional properties in grandchild nodes:19 Any endpoint grandchild node may specify a desired video interface
1234 struct device_node *np, *child, *grandchild; in of_unittest_platform_populate() local1296 for_each_child_of_node(child, grandchild) { in of_unittest_platform_populate()1297 pdev = of_find_device_by_node(grandchild); in of_unittest_platform_populate()1300 grandchild); in of_unittest_platform_populate()1307 for_each_child_of_node(child, grandchild) in of_unittest_platform_populate()1308 unittest(!of_find_device_by_node(grandchild), in of_unittest_platform_populate()1310 grandchild); in of_unittest_platform_populate()