Searched refs:new_nodes (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/md/bcache/ |
D | btree.c | 1328 struct btree *new_nodes[GC_MERGE_NODES]; in btree_gc_coalesce() local 1338 memset(new_nodes, 0, sizeof(new_nodes)); in btree_gc_coalesce() 1352 new_nodes[i] = btree_node_alloc_replacement(r[i].b, NULL); in btree_gc_coalesce() 1353 if (IS_ERR_OR_NULL(new_nodes[i])) in btree_gc_coalesce() 1367 mutex_lock(&new_nodes[i]->write_lock); in btree_gc_coalesce() 1370 struct bset *n1 = btree_bset_first(new_nodes[i]); in btree_gc_coalesce() 1371 struct bset *n2 = btree_bset_first(new_nodes[i - 1]); in btree_gc_coalesce() 1399 btree_blocks(new_nodes[i])) in btree_gc_coalesce() 1408 btree_blocks(new_nodes[i])); in btree_gc_coalesce() 1411 bkey_copy_key(&new_nodes[i]->key, last); in btree_gc_coalesce() [all …]
|
/Linux-v5.10/mm/ |
D | mempolicy.c | 1510 const unsigned long __user *new_nodes) in kernel_migrate_pages() argument 1530 err = get_nodes(new, new_nodes, maxnode); in kernel_migrate_pages() 1598 const unsigned long __user *, new_nodes) in SYSCALL_DEFINE4() argument 1600 return kernel_migrate_pages(pid, maxnode, old_nodes, new_nodes); in SYSCALL_DEFINE4() 1719 const compat_ulong_t __user *, new_nodes) in COMPAT_SYSCALL_DEFINE4() argument 1732 old = compat_alloc_user_space(new_nodes ? size * 2 : size); in COMPAT_SYSCALL_DEFINE4() 1733 if (new_nodes) in COMPAT_SYSCALL_DEFINE4() 1738 if (new_nodes) { in COMPAT_SYSCALL_DEFINE4() 1739 if (compat_get_bitmap(nodes_addr(tmp_mask), new_nodes, nr_bits)) in COMPAT_SYSCALL_DEFINE4()
|
/Linux-v5.10/include/linux/ |
D | compat.h | 751 const compat_ulong_t __user *new_nodes);
|