Searched refs:new_nodes (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/Documentation/sphinx/ |
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.12.1/drivers/md/bcache/ |
D | btree.c | 1367 struct btree *new_nodes[GC_MERGE_NODES]; in btree_gc_coalesce() local 1377 memset(new_nodes, 0, sizeof(new_nodes)); in btree_gc_coalesce() 1391 new_nodes[i] = btree_node_alloc_replacement(r[i].b, NULL); in btree_gc_coalesce() 1392 if (IS_ERR(new_nodes[i])) in btree_gc_coalesce() 1406 mutex_lock(&new_nodes[i]->write_lock); in btree_gc_coalesce() 1409 struct bset *n1 = btree_bset_first(new_nodes[i]); in btree_gc_coalesce() 1410 struct bset *n2 = btree_bset_first(new_nodes[i - 1]); in btree_gc_coalesce() 1438 btree_blocks(new_nodes[i])) in btree_gc_coalesce() 1447 btree_blocks(new_nodes[i])); in btree_gc_coalesce() 1450 bkey_copy_key(&new_nodes[i]->key, last); in btree_gc_coalesce() [all …]
|
/linux-6.12.1/fs/bcachefs/ |
D | subvolume.c | 546 u32 parent = 0, new_nodes[2], snapshot_subvols[2]; in bch2_subvolume_create() local 575 ret = bch2_snapshot_node_create(trans, parent, new_nodes, in bch2_subvolume_create() 582 src_subvol->v.snapshot = cpu_to_le32(new_nodes[1]); in bch2_subvolume_create() 594 new_subvol->v.snapshot = cpu_to_le32(new_nodes[0]); in bch2_subvolume_create() 605 *new_snapshotid = new_nodes[0]; in bch2_subvolume_create()
|
D | btree_update_interior.h | 101 struct btree *new_nodes[BTREE_UPDATE_NODES_MAX]; member
|
D | btree_update_interior.c | 821 b = as->new_nodes[i]; in btree_update_nodes_written() 830 b = as->new_nodes[i]; in btree_update_nodes_written() 965 BUG_ON(as->nr_new_nodes >= ARRAY_SIZE(as->new_nodes)); in bch2_btree_update_add_new_node() 968 as->new_nodes[as->nr_new_nodes++] = b; in bch2_btree_update_add_new_node() 1010 if (as->new_nodes[i] == b) in btree_update_drop_new_node() 1015 array_remove_item(as->new_nodes, as->nr_new_nodes, i); in btree_update_drop_new_node()
|
/linux-6.12.1/mm/ |
D | mempolicy.c | 1638 const unsigned long __user *new_nodes) in kernel_migrate_pages() argument 1658 err = get_nodes(new, new_nodes, maxnode); in kernel_migrate_pages() 1725 const unsigned long __user *, new_nodes) in SYSCALL_DEFINE4() argument 1727 return kernel_migrate_pages(pid, maxnode, old_nodes, new_nodes); in SYSCALL_DEFINE4()
|
/linux-6.12.1/tools/perf/util/ |
D | header.c | 1436 struct memory_node *new_nodes = in build_mem_topology() local 1439 if (!new_nodes) { in build_mem_topology() 1444 nodes = new_nodes; in build_mem_topology()
|