Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/bcache/
Dbtree.c1301 struct btree *new_nodes[GC_MERGE_NODES]; in btree_gc_coalesce() local
1311 memset(new_nodes, 0, sizeof(new_nodes)); in btree_gc_coalesce()
1325 new_nodes[i] = btree_node_alloc_replacement(r[i].b, NULL); in btree_gc_coalesce()
1326 if (IS_ERR_OR_NULL(new_nodes[i])) in btree_gc_coalesce()
1340 mutex_lock(&new_nodes[i]->write_lock); in btree_gc_coalesce()
1343 struct bset *n1 = btree_bset_first(new_nodes[i]); in btree_gc_coalesce()
1344 struct bset *n2 = btree_bset_first(new_nodes[i - 1]); in btree_gc_coalesce()
1372 btree_blocks(new_nodes[i])) in btree_gc_coalesce()
1381 btree_blocks(new_nodes[i])); in btree_gc_coalesce()
1384 bkey_copy_key(&new_nodes[i]->key, last); in btree_gc_coalesce()
[all …]
/linux-4.4.14/kernel/
Dcompat.c1110 const compat_ulong_t __user *, new_nodes) in COMPAT_SYSCALL_DEFINE4() argument
1123 old = compat_alloc_user_space(new_nodes ? size * 2 : size); in COMPAT_SYSCALL_DEFINE4()
1124 if (new_nodes) in COMPAT_SYSCALL_DEFINE4()
1129 if (new_nodes) { in COMPAT_SYSCALL_DEFINE4()
1130 if (compat_get_bitmap(nodes_addr(tmp_mask), new_nodes, nr_bits)) in COMPAT_SYSCALL_DEFINE4()
/linux-4.4.14/include/linux/
Dcompat.h433 const compat_ulong_t __user *new_nodes);
/linux-4.4.14/mm/
Dmempolicy.c1341 const unsigned long __user *, new_nodes) in SYSCALL_DEFINE4() argument
1362 err = get_nodes(new, new_nodes, maxnode); in SYSCALL_DEFINE4()