Searched refs:new_parent (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | btree.c | 721 zfs_btree_core_t *new_parent = kmem_alloc(sizeof (zfs_btree_core_t) + in zfs_btree_insert_into_parent() local 723 zfs_btree_hdr_t *new_par_hdr = &new_parent->btc_hdr; in zfs_btree_insert_into_parent() 731 bt_transfer_core(tree, parent, keep_count + 1, move_count, new_parent, in zfs_btree_insert_into_parent() 751 new_node->bth_parent = new_parent; in zfs_btree_insert_into_parent() 752 zfs_btree_insert_core_impl(tree, new_parent, in zfs_btree_insert_into_parent() 765 bt_shift_core_right(tree, new_parent, 0, move_count, in zfs_btree_insert_into_parent() 767 new_parent->btc_children[0] = new_node; in zfs_btree_insert_into_parent() 768 bcpy(tmp_buf, new_parent->btc_elems, size); in zfs_btree_insert_into_parent() 774 for (uint32_t i = 0; i <= new_parent->btc_hdr.bth_count; i++) in zfs_btree_insert_into_parent() 775 new_parent->btc_children[i]->bth_parent = new_parent; in zfs_btree_insert_into_parent() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | OptionValueArray.cpp | 309 OptionValueArray::DeepCopy(const OptionValueSP &new_parent) const { in DeepCopy() 310 auto copy_sp = OptionValue::DeepCopy(new_parent); in DeepCopy()
|
H A D | OptionValueDictionary.cpp | 336 OptionValueDictionary::DeepCopy(const OptionValueSP &new_parent) const { in DeepCopy() 337 auto copy_sp = OptionValue::DeepCopy(new_parent); in DeepCopy()
|
H A D | OptionValue.cpp | 593 OptionValueSP OptionValue::DeepCopy(const OptionValueSP &new_parent) const { in SetValueFromString() 595 clone->SetParent(new_parent); in SetValueFromString()
|
H A D | OptionValueProperties.cpp | 387 OptionValueProperties::DeepCopy(const OptionValueSP &new_parent) const { in DeepCopy() 388 auto copy_sp = OptionValue::DeepCopy(new_parent); in DeepCopy()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | OptionValueDictionary.h | 49 DeepCopy(const lldb::OptionValueSP &new_parent) const override;
|
H A D | OptionValueArray.h | 44 DeepCopy(const lldb::OptionValueSP &new_parent) const override;
|
H A D | OptionValueProperties.h | 40 DeepCopy(const lldb::OptionValueSP &new_parent) const override;
|
H A D | OptionValue.h | 113 DeepCopy(const lldb::OptionValueSP &new_parent) const;
|
/freebsd/sys/dev/ice/ |
H A D | ice_sched.h | 178 ice_sched_update_parent(struct ice_sched_node *new_parent,
|
H A D | ice_sched.c | 2371 * @new_parent: pointer to a new parent node 2378 ice_sched_update_parent(struct ice_sched_node *new_parent, in ice_sched_update_parent() 2397 new_parent->children[new_parent->num_children++] = node; in ice_sched_update_parent() 2398 node->parent = new_parent; in ice_sched_update_parent() 2399 node->info.parent_teid = new_parent->info.node_teid; 2376 ice_sched_update_parent(struct ice_sched_node * new_parent,struct ice_sched_node * node) ice_sched_update_parent() argument
|