Searched refs:child_path (Results 1 – 1 of 1) sorted by relevance
3019 char *child_path; in of_unittest_overlay_10() 3028 child_path = kasprintf(GFP_KERNEL, "%s/test-unittest101", in of_unittest_overlay_10() 3030 if (unittest(child_path, "overlay test %d failed; kasprintf\n", 10)) in of_unittest_overlay_10() 3033 ret = of_path_device_type_exists(child_path, PDEV_OVERLAY); in of_unittest_overlay_10() 3034 kfree(child_path); in of_unittest_overlay_10() 3020 char *child_path; of_unittest_overlay_10() local