Searched refs:new_nodes (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/md/bcache/ |
H A D | btree.c | 1360 struct btree *new_nodes[GC_MERGE_NODES]; in btree_gc_coalesce() local 1370 memset(new_nodes, 0, sizeof(new_nodes)); in btree_gc_coalesce() 1384 new_nodes[i] = btree_node_alloc_replacement(r[i].b, NULL); in btree_gc_coalesce() 1385 if (IS_ERR(new_nodes[i])) in btree_gc_coalesce() 1399 mutex_lock(&new_nodes[i]->write_lock); in btree_gc_coalesce() 1402 struct bset *n1 = btree_bset_first(new_nodes[i]); in btree_gc_coalesce() 1403 struct bset *n2 = btree_bset_first(new_nodes[i - 1]); in btree_gc_coalesce() 1431 btree_blocks(new_nodes[i])) in btree_gc_coalesce() 1440 btree_blocks(new_nodes[i])); in btree_gc_coalesce() 1443 bkey_copy_key(&new_nodes[i]->key, last); in btree_gc_coalesce() [all …]
|
/openbmc/linux/mm/ |
H A D | mempolicy.c | 1594 const unsigned long __user *new_nodes) in kernel_migrate_pages() argument 1614 err = get_nodes(new, new_nodes, maxnode); in kernel_migrate_pages() 1682 const unsigned long __user *, new_nodes) in SYSCALL_DEFINE4() argument 1684 return kernel_migrate_pages(pid, maxnode, old_nodes, new_nodes); in SYSCALL_DEFINE4()
|
/openbmc/linux/tools/perf/util/ |
H A 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()
|