Home
last modified time | relevance | path

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

/linux/drivers/md/bcache/
H A Dbtree.c1363 struct btree *new_nodes[GC_MERGE_NODES]; in btree_gc_coalesce() local
1373 memset(new_nodes, 0, sizeof(new_nodes)); in btree_gc_coalesce()
1387 new_nodes[i] = btree_node_alloc_replacement(r[i].b, NULL); in btree_gc_coalesce()
1388 if (IS_ERR(new_nodes[i])) in btree_gc_coalesce()
1402 mutex_lock(&new_nodes[i]->write_lock); in btree_gc_coalesce()
1405 struct bset *n1 = btree_bset_first(new_nodes[i]); in btree_gc_coalesce()
1406 struct bset *n2 = btree_bset_first(new_nodes[i - 1]); in btree_gc_coalesce()
1434 btree_blocks(new_nodes[i])) in btree_gc_coalesce()
1443 btree_blocks(new_nodes[i])); in btree_gc_coalesce()
1446 bkey_copy_key(&new_nodes[i]->key, last); in btree_gc_coalesce()
[all …]
/linux/mm/
H A Dmempolicy.c1862 const unsigned long __user *new_nodes) in kernel_migrate_pages() argument
1882 err = get_nodes(new, new_nodes, maxnode); in kernel_migrate_pages()
1948 const unsigned long __user *, new_nodes) in SYSCALL_DEFINE4() argument
1950 return kernel_migrate_pages(pid, maxnode, old_nodes, new_nodes); in SYSCALL_DEFINE4()
/linux/tools/perf/util/
H A Dheader.c1458 struct memory_node *new_nodes =
1461 if (!new_nodes) {
1466 nodes = new_nodes; in write_mem_topology()
1424 struct memory_node *new_nodes = build_mem_topology() local