Home
last modified time | relevance | path

Searched refs:new_tree (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/sparc/kernel/
H A Dcpumap.c187 struct cpuinfo_tree *new_tree; in build_cpuinfo_tree() local
197 new_tree = kzalloc(struct_size(new_tree, nodes, n), GFP_ATOMIC); in build_cpuinfo_tree()
198 if (!new_tree) in build_cpuinfo_tree()
201 new_tree->total_nodes = n; in build_cpuinfo_tree()
202 memcpy(&new_tree->level, tmp_level, sizeof(tmp_level)); in build_cpuinfo_tree()
208 n = new_tree->level[level].start_index; in build_cpuinfo_tree()
211 node = &new_tree->nodes[n]; in build_cpuinfo_tree()
215 kfree(new_tree); in build_cpuinfo_tree()
223 ? new_tree->level[level - 1].start_index : -1; in build_cpuinfo_tree()
227 ? cpu : new_tree->level[level + 1].start_index; in build_cpuinfo_tree()
[all …]
/openbmc/libpldm/include/libpldm/
H A Dpdr.h595 pldm_entity_association_tree *new_tree);
608 pldm_entity_association_tree *new_tree);
/openbmc/libpldm/src/dsp/
H A Dpdr.c1269 pldm_entity_association_tree *new_tree) in pldm_entity_association_tree_copy_root() argument
1272 assert(new_tree != NULL); in pldm_entity_association_tree_copy_root()
1274 new_tree->last_used_container_id = org_tree->last_used_container_id; in pldm_entity_association_tree_copy_root()
1275 entity_association_tree_copy(org_tree->root, &(new_tree->root)); in pldm_entity_association_tree_copy_root()
1281 pldm_entity_association_tree *new_tree) in pldm_entity_association_tree_copy_root_check() argument
1283 if (!org_tree || !new_tree) { in pldm_entity_association_tree_copy_root_check()
1287 new_tree->last_used_container_id = org_tree->last_used_container_id; in pldm_entity_association_tree_copy_root_check()
1288 return entity_association_tree_copy(org_tree->root, &(new_tree->root)); in pldm_entity_association_tree_copy_root_check()
/openbmc/openbmc/poky/scripts/
H A Dcombo-layer1140 new_tree = runcmd("git write-tree", **wargs).strip()
1163 commit = old_tree != new_tree
1170 ["-m", body, new_tree],
1196 new_tree = runcmd("git write-tree", **wargs).strip()
1199 ["-m", msg, new_tree],
/openbmc/linux/fs/ocfs2/
H A Drefcounttree.c561 struct ocfs2_refcount_tree *new_tree = NULL, *tree = NULL; in ocfs2_create_refcount_tree() local
599 new_tree = ocfs2_allocate_refcount_tree(osb, first_blkno); in ocfs2_create_refcount_tree()
600 if (!new_tree) { in ocfs2_create_refcount_tree()
612 ocfs2_set_new_buffer_uptodate(&new_tree->rf_ci, new_bh); in ocfs2_create_refcount_tree()
614 ret = ocfs2_journal_access_rb(handle, &new_tree->rf_ci, new_bh, in ocfs2_create_refcount_tree()
653 new_tree->rf_generation = le32_to_cpu(rb->rf_generation); in ocfs2_create_refcount_tree()
654 ocfs2_init_refcount_tree_lock(osb, new_tree, first_blkno, in ocfs2_create_refcount_tree()
655 new_tree->rf_generation); in ocfs2_create_refcount_tree()
666 BUG_ON(tree && tree->rf_generation == new_tree->rf_generation); in ocfs2_create_refcount_tree()
669 ocfs2_insert_refcount_tree(osb, new_tree); in ocfs2_create_refcount_tree()
[all …]
/openbmc/linux/drivers/md/persistent-data/
H A Ddm-btree.c1257 dm_block_t new_tree; in insert() local
1260 r = dm_btree_empty(info, &new_tree); in insert()
1264 new_le = cpu_to_le64(new_tree); in insert()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c968 struct mlxsw_sp_lpm_tree *new_tree) in mlxsw_sp_vr_lpm_tree_replace() argument
973 fib->lpm_tree = new_tree; in mlxsw_sp_vr_lpm_tree_replace()
974 mlxsw_sp_lpm_tree_hold(new_tree); in mlxsw_sp_vr_lpm_tree_replace()
975 err = mlxsw_sp_vr_lpm_tree_bind(mlxsw_sp, fib, new_tree->id); in mlxsw_sp_vr_lpm_tree_replace()
982 mlxsw_sp_lpm_tree_put(mlxsw_sp, new_tree); in mlxsw_sp_vr_lpm_tree_replace()
989 struct mlxsw_sp_lpm_tree *new_tree) in mlxsw_sp_vrs_lpm_tree_replace() argument
994 u8 old_id, new_id = new_tree->id; in mlxsw_sp_vrs_lpm_tree_replace()
1007 new_tree); in mlxsw_sp_vrs_lpm_tree_replace()
1012 memcpy(new_tree->prefix_ref_count, old_tree->prefix_ref_count, in mlxsw_sp_vrs_lpm_tree_replace()
1013 sizeof(new_tree->prefix_ref_count)); in mlxsw_sp_vrs_lpm_tree_replace()
[all …]
/openbmc/libpldm/abi/x86_64/
H A Dgcc.dump4613 'name' => 'new_tree',