Searched refs:new_nodes (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/md/bcache/ |
D | btree.c | 1371 struct btree *new_nodes[GC_MERGE_NODES]; in btree_gc_coalesce() local 1381 memset(new_nodes, 0, sizeof(new_nodes)); in btree_gc_coalesce() 1395 new_nodes[i] = btree_node_alloc_replacement(r[i].b, NULL); in btree_gc_coalesce() 1396 if (IS_ERR_OR_NULL(new_nodes[i])) in btree_gc_coalesce() 1410 mutex_lock(&new_nodes[i]->write_lock); in btree_gc_coalesce() 1413 struct bset *n1 = btree_bset_first(new_nodes[i]); in btree_gc_coalesce() 1414 struct bset *n2 = btree_bset_first(new_nodes[i - 1]); in btree_gc_coalesce() 1442 btree_blocks(new_nodes[i])) in btree_gc_coalesce() 1451 btree_blocks(new_nodes[i])); in btree_gc_coalesce() 1454 bkey_copy_key(&new_nodes[i]->key, last); in btree_gc_coalesce() [all …]
|
/Linux-v5.4/mm/ |
D | mempolicy.c | 1461 const unsigned long __user *new_nodes) in kernel_migrate_pages() argument 1481 err = get_nodes(new, new_nodes, maxnode); in kernel_migrate_pages() 1549 const unsigned long __user *, new_nodes) in SYSCALL_DEFINE4() argument 1551 return kernel_migrate_pages(pid, maxnode, old_nodes, new_nodes); in SYSCALL_DEFINE4() 1670 const compat_ulong_t __user *, new_nodes) in COMPAT_SYSCALL_DEFINE4() argument 1683 old = compat_alloc_user_space(new_nodes ? size * 2 : size); in COMPAT_SYSCALL_DEFINE4() 1684 if (new_nodes) in COMPAT_SYSCALL_DEFINE4() 1689 if (new_nodes) { in COMPAT_SYSCALL_DEFINE4() 1690 if (compat_get_bitmap(nodes_addr(tmp_mask), new_nodes, nr_bits)) in COMPAT_SYSCALL_DEFINE4()
|
/Linux-v5.4/include/linux/ |
D | compat.h | 805 const compat_ulong_t __user *new_nodes);
|