Searched refs:new_nodes (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/Documentation/sphinx/ |
| H A D | translations.py | 49 new_nodes = LanguagesNode() 50 new_nodes['current_language'] = all_languages[this_lang_code] 65 new_nodes += pxref 67 self.document.insert(0, new_nodes)
|
| /linux-6.15/drivers/md/bcache/ |
| H A D | btree.c | 1377 memset(new_nodes, 0, sizeof(new_nodes)); in btree_gc_coalesce() 1392 if (IS_ERR(new_nodes[i])) in btree_gc_coalesce() 1438 btree_blocks(new_nodes[i])) in btree_gc_coalesce() 1447 btree_blocks(new_nodes[i])); in btree_gc_coalesce() 1467 bkey_u64s(&new_nodes[i]->key))) in btree_gc_coalesce() 1481 btree_node_free(new_nodes[0]); in btree_gc_coalesce() 1482 rw_unlock(true, new_nodes[0]); in btree_gc_coalesce() 1483 new_nodes[0] = NULL; in btree_gc_coalesce() 1500 r[i].b = new_nodes[i]; in btree_gc_coalesce() 1528 btree_node_free(new_nodes[i]); in btree_gc_coalesce() [all …]
|
| /linux-6.15/fs/bcachefs/ |
| H A D | subvolume.c | 581 u32 parent = 0, new_nodes[2], snapshot_subvols[2]; in bch2_subvolume_create() local 610 ret = bch2_snapshot_node_create(trans, parent, new_nodes, in bch2_subvolume_create() 617 src_subvol->v.snapshot = cpu_to_le32(new_nodes[1]); in bch2_subvolume_create() 629 new_subvol->v.snapshot = cpu_to_le32(new_nodes[0]); in bch2_subvolume_create() 640 *new_snapshotid = new_nodes[0]; in bch2_subvolume_create()
|
| H A D | btree_update_interior.h | 101 struct btree *new_nodes[BTREE_UPDATE_NODES_MAX]; member
|
| H A D | btree_update_interior.c | 803 b = as->new_nodes[i]; in btree_update_nodes_written() 812 b = as->new_nodes[i]; in btree_update_nodes_written() 947 BUG_ON(as->nr_new_nodes >= ARRAY_SIZE(as->new_nodes)); in bch2_btree_update_add_new_node() 950 as->new_nodes[as->nr_new_nodes++] = b; in bch2_btree_update_add_new_node() 992 if (as->new_nodes[i] == b) in btree_update_drop_new_node() 997 array_remove_item(as->new_nodes, as->nr_new_nodes, i); in btree_update_drop_new_node()
|
| /linux-6.15/mm/ |
| H A D | mempolicy.c | 1673 const unsigned long __user *new_nodes) in kernel_migrate_pages() argument 1693 err = get_nodes(new, new_nodes, maxnode); in kernel_migrate_pages() 1760 const unsigned long __user *, new_nodes) in SYSCALL_DEFINE4() argument 1762 return kernel_migrate_pages(pid, maxnode, old_nodes, new_nodes); in SYSCALL_DEFINE4()
|
| /linux-6.15/tools/perf/util/ |
| H A D | header.c | 1407 struct memory_node *new_nodes = in build_mem_topology() local 1410 if (!new_nodes) { in build_mem_topology() 1415 nodes = new_nodes; in build_mem_topology()
|