Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/md/bcache/
Dbtree.c1353 struct btree *new_nodes[GC_MERGE_NODES]; in btree_gc_coalesce() local
1363 memset(new_nodes, 0, sizeof(new_nodes)); in btree_gc_coalesce()
1377 new_nodes[i] = btree_node_alloc_replacement(r[i].b, NULL); in btree_gc_coalesce()
1378 if (IS_ERR(new_nodes[i])) in btree_gc_coalesce()
1392 mutex_lock(&new_nodes[i]->write_lock); in btree_gc_coalesce()
1395 struct bset *n1 = btree_bset_first(new_nodes[i]); in btree_gc_coalesce()
1396 struct bset *n2 = btree_bset_first(new_nodes[i - 1]); in btree_gc_coalesce()
1424 btree_blocks(new_nodes[i])) in btree_gc_coalesce()
1433 btree_blocks(new_nodes[i])); in btree_gc_coalesce()
1436 bkey_copy_key(&new_nodes[i]->key, last); in btree_gc_coalesce()
[all …]
/Linux-v6.6/mm/
Dmempolicy.c1606 const unsigned long __user *new_nodes) in kernel_migrate_pages() argument
1626 err = get_nodes(new, new_nodes, maxnode); in kernel_migrate_pages()
1694 const unsigned long __user *, new_nodes) in SYSCALL_DEFINE4() argument
1696 return kernel_migrate_pages(pid, maxnode, old_nodes, new_nodes); in SYSCALL_DEFINE4()
/Linux-v6.6/tools/perf/util/
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()