Home
last modified time | relevance | path

Searched refs:new_nodes (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/sphinx/
H A Dtranslations.py49 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/drivers/md/bcache/
H A Dbtree.c1367 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/fs/bcachefs/
H A Dsubvolume.c546 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()
H A Dbtree_update_interior.h101 struct btree *new_nodes[BTREE_UPDATE_NODES_MAX]; member
/linux/mm/
H A Dmempolicy.c1638 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/tools/perf/util/
H A Dheader.c1436 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()