Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/bcache/
H A Dbtree.c1370 memset(new_nodes, 0, sizeof(new_nodes)); in btree_gc_coalesce()
1385 if (IS_ERR(new_nodes[i])) in btree_gc_coalesce()
1431 btree_blocks(new_nodes[i])) in btree_gc_coalesce()
1440 btree_blocks(new_nodes[i])); in btree_gc_coalesce()
1460 bkey_u64s(&new_nodes[i]->key))) in btree_gc_coalesce()
1474 btree_node_free(new_nodes[0]); in btree_gc_coalesce()
1475 rw_unlock(true, new_nodes[0]); in btree_gc_coalesce()
1476 new_nodes[0] = NULL; in btree_gc_coalesce()
1493 r[i].b = new_nodes[i]; in btree_gc_coalesce()
1521 btree_node_free(new_nodes[i]); in btree_gc_coalesce()
[all …]
/openbmc/linux/mm/
H A Dmempolicy.c1610 const unsigned long __user *new_nodes) in kernel_migrate_pages() argument
1630 err = get_nodes(new, new_nodes, maxnode); in kernel_migrate_pages()
1698 const unsigned long __user *, new_nodes) in SYSCALL_DEFINE4() argument
1700 return kernel_migrate_pages(pid, maxnode, old_nodes, new_nodes); in SYSCALL_DEFINE4()
/openbmc/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()