Home
last modified time | relevance | path

Searched refs:grandchild (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/namespaces/
H A Dnsid_test.c640 pid_t grandchild = fork(); in TEST_F() local
641 if (grandchild == 0) { in TEST_F()
647 } else if (grandchild > 0) { in TEST_F()
650 write(pipefd[1], &grandchild, sizeof(grandchild)); in TEST_F()
761 pid_t grandchild = fork(); in TEST_F() local
762 if (grandchild == 0) { in TEST_F()
768 } else if (grandchild > 0) { in TEST_F()
771 write(pipefd[1], &grandchild, sizeof(grandchild)); in TEST_F()
/linux/kernel/cgroup/
H A Drstat.c204 struct cgroup_subsys_state *parent, *grandchild; in css_rstat_push_children() local
243 grandchild = crstatc->updated_children; in css_rstat_push_children()
244 if (grandchild != child) { in css_rstat_push_children()
247 grandchild->rstat_flush_next = ghead; in css_rstat_push_children()
248 ghead = grandchild; in css_rstat_push_children()
/linux/drivers/of/
H A Dunittest.c1796 struct device_node *np, *child, *grandchild; in of_unittest_platform_populate() local
1858 for_each_child_of_node(child, grandchild) { in of_unittest_platform_populate()
1859 if (!of_property_present(grandchild, "compatible")) in of_unittest_platform_populate()
1861 pdev = of_find_device_by_node(grandchild); in of_unittest_platform_populate()
1864 grandchild); in of_unittest_platform_populate()
1871 for_each_child_of_node(child, grandchild) in of_unittest_platform_populate()
1872 unittest(!of_find_device_by_node(grandchild), in of_unittest_platform_populate()
1874 grandchild); in of_unittest_platform_populate()