Searched refs:for_each_child_withdel (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | dtc.h | 217 #define for_each_child_withdel(n, c) \ macro 221 for_each_child_withdel(n, c) \
|
H A D | livetree.c | 206 for_each_child_withdel(old_node, old_child) { in merge_nodes() function 746 for_each_child_withdel(node, subnode) in sort_subnodes() 754 for_each_child_withdel(node, subnode) in sort_subnodes() 773 for_each_child_withdel(node, c) in sort_node()
|
/kernel/linux/linux-6.6/scripts/dtc/ |
H A D | livetree.c | 206 for_each_child_withdel(old_node, old_child) { in merge_nodes() function 773 for_each_child_withdel(node, subnode) in sort_subnodes() 781 for_each_child_withdel(node, subnode) in sort_subnodes() 800 for_each_child_withdel(node, c) in sort_node()
|
H A D | dtc.h | 253 #define for_each_child_withdel(n, c) \ macro 257 for_each_child_withdel(n, c) \
|
Completed in 5 milliseconds