Home
last modified time | relevance | path

Searched refs:old_child (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/sched/
H A Dsch_red.c237 struct Qdisc *old_child = NULL, *child = NULL; in __red_change() local
287 old_child = q->qdisc; in __red_change()
309 if (old_child) in __red_change()
310 qdisc_put(old_child); in __red_change()
/openbmc/u-boot/scripts/dtc/
H A Dlivetree.c140 struct node *new_child, *old_child; in merge_nodes() local
199 for_each_child_withdel(old_node, old_child) { in merge_nodes()
200 if (streq(old_child->name, new_child->name)) { in merge_nodes()
201 merge_nodes(old_child, new_child); in merge_nodes()
/openbmc/linux/fs/smb/server/
H A Dvfs.c687 struct dentry *old_child = old_path->dentry; in ksmbd_vfs_rename() local
722 trap = lock_rename_child(old_child, new_path.dentry); in ksmbd_vfs_rename()
724 old_parent = dget(old_child->d_parent); in ksmbd_vfs_rename()
725 if (d_unhashed(old_child)) { in ksmbd_vfs_rename()
730 parent_fp = ksmbd_lookup_fd_inode(old_child->d_parent); in ksmbd_vfs_rename()
763 if (old_child == trap) { in ksmbd_vfs_rename()
775 rd.old_dentry = old_child, in ksmbd_vfs_rename()
/openbmc/linux/scripts/dtc/
H A Dlivetree.c145 struct node *new_child, *old_child; in merge_nodes() local
206 for_each_child_withdel(old_node, old_child) { in merge_nodes()
207 if (streq(old_child->name, new_child->name)) { in merge_nodes()
208 merge_nodes(old_child, new_child); in merge_nodes()