Home
last modified time | relevance | path

Searched refs:old_child (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/traceevent/
H A Dparse-filter.c751 reparent_op_arg(struct tep_filter_arg *parent, struct tep_filter_arg *old_child, in reparent_op_arg() argument
764 if (old_child->op.right == arg) { in reparent_op_arg()
765 ptr = &old_child->op.right; in reparent_op_arg()
766 other_child = old_child->op.left; in reparent_op_arg()
767 } else if (old_child->op.left == arg) { in reparent_op_arg()
768 ptr = &old_child->op.left; in reparent_op_arg()
769 other_child = old_child->op.right; in reparent_op_arg()
775 /* Detach arg from old_child */ in reparent_op_arg()
779 if (parent == old_child) { in reparent_op_arg()
787 if (parent->op.right == old_child) in reparent_op_arg()
[all...]
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/fs/smb/server/
H A Dvfs.c682 struct dentry *old_child = old_path->dentry; in ksmbd_vfs_rename() local
717 trap = lock_rename_child(old_child, new_path.dentry); in ksmbd_vfs_rename()
719 old_parent = dget(old_child->d_parent); in ksmbd_vfs_rename()
720 if (d_unhashed(old_child)) { in ksmbd_vfs_rename()
725 parent_fp = ksmbd_lookup_fd_inode(old_child->d_parent); in ksmbd_vfs_rename()
753 if (old_child == trap) { in ksmbd_vfs_rename()
765 rd.old_dentry = old_child, in ksmbd_vfs_rename()

Completed in 8 milliseconds