/Linux-v4.19/drivers/acpi/acpica/ |
D | nsalloc.c | 132 struct acpi_namespace_node *next_node; in acpi_ns_remove_node() local 139 next_node = parent_node->child; in acpi_ns_remove_node() 143 while (next_node != node) { in acpi_ns_remove_node() 144 prev_node = next_node; in acpi_ns_remove_node() 145 next_node = next_node->peer; in acpi_ns_remove_node() 265 struct acpi_namespace_node *next_node; in acpi_ns_delete_children() local 276 next_node = parent_node->child; in acpi_ns_delete_children() 277 while (next_node) { in acpi_ns_delete_children() 281 if (next_node->child) { in acpi_ns_delete_children() 283 parent_node, next_node)); in acpi_ns_delete_children() [all …]
|
D | nswalk.c | 80 struct acpi_namespace_node *next_node = NULL; in acpi_ns_get_next_node_typed() local 84 next_node = acpi_ns_get_next_node(parent_node, child_node); in acpi_ns_get_next_node_typed() 93 return (next_node); in acpi_ns_get_next_node_typed() 98 while (next_node) { in acpi_ns_get_next_node_typed() 102 if (next_node->type == type) { in acpi_ns_get_next_node_typed() 103 return (next_node); in acpi_ns_get_next_node_typed() 108 next_node = next_node->peer; in acpi_ns_get_next_node_typed()
|
D | nsnames.c | 204 struct acpi_namespace_node *next_node; in acpi_ns_build_normalized_path() local 229 next_node = node; in acpi_ns_build_normalized_path() 230 while (next_node && next_node != acpi_gbl_root_node) { in acpi_ns_build_normalized_path() 231 if (next_node != node) { in acpi_ns_build_normalized_path() 236 ACPI_MOVE_32_TO_32(name, &next_node->name); in acpi_ns_build_normalized_path() 248 next_node = next_node->parent; in acpi_ns_build_normalized_path()
|
D | evregion.c | 777 struct acpi_namespace_node *next_node; in acpi_ev_orphan_ec_reg_method() local 806 next_node = acpi_ns_get_next_node(ec_device_node, NULL); in acpi_ev_orphan_ec_reg_method() 807 while (next_node) { in acpi_ev_orphan_ec_reg_method() 808 if ((next_node->type == ACPI_TYPE_REGION) && in acpi_ev_orphan_ec_reg_method() 809 (next_node->object) && in acpi_ev_orphan_ec_reg_method() 810 (next_node->object->region.space_id == ACPI_ADR_SPACE_EC)) { in acpi_ev_orphan_ec_reg_method() 814 next_node = acpi_ns_get_next_node(ec_device_node, next_node); in acpi_ev_orphan_ec_reg_method()
|
/Linux-v4.19/drivers/net/ethernet/apm/xgene/ |
D | xgene_enet_cle.c | 109 SET_VAL(CLE_BR_NNODE, br->next_node) | in xgene_cle_dn_to_hw() 227 .next_node = PKT_PROT_NODE, 238 .next_node = LAST_NODE, 263 .next_node = RSS_IPV4_TCP_NODE, 275 .next_node = RSS_IPV4_UDP_NODE, 286 .next_node = RSS_IPV4_OTHERS_NODE, 311 .next_node = RSS_IPV4_TCP_NODE, 323 .next_node = RSS_IPV4_TCP_NODE, 335 .next_node = RSS_IPV4_TCP_NODE, 347 .next_node = RSS_IPV4_TCP_NODE, [all …]
|
D | xgene_enet_cle.h | 216 u16 next_node; member
|
/Linux-v4.19/scripts/genksyms/ |
D | lex.l | 112 cur_node = next_node; \ 113 next_node = xmalloc(sizeof(*next_node)); \ 114 next_node->next = cur_node; \ 139 static struct string_list *next_node; 146 next_node = xmalloc(sizeof(*next_node)); 147 next_node->next = NULL; 478 yylval = &next_node->next;
|
/Linux-v4.19/fs/hfs/ |
D | brec.c | 234 struct hfs_bnode *node, *new_node, *next_node; in hfs_bnode_split() local 254 next_node = hfs_bnode_find(tree, node->next); in hfs_bnode_split() 256 next_node = NULL; in hfs_bnode_split() 258 if (IS_ERR(next_node)) { in hfs_bnode_split() 261 return next_node; in hfs_bnode_split() 277 if (next_node) in hfs_bnode_split() 278 hfs_bnode_put(next_node); in hfs_bnode_split() 333 if (next_node) { in hfs_bnode_split() 334 next_node->prev = new_node->this; in hfs_bnode_split() 335 hfs_bnode_read(next_node, &node_desc, 0, sizeof(node_desc)); in hfs_bnode_split() [all …]
|
D | btree.c | 225 struct hfs_bnode *node, *next_node; in hfs_bmap_alloc() local 295 next_node = hfs_bmap_new_bmap(node, idx); in hfs_bmap_alloc() 297 next_node = hfs_bnode_find(tree, nidx); in hfs_bmap_alloc() 299 if (IS_ERR(next_node)) in hfs_bmap_alloc() 300 return next_node; in hfs_bmap_alloc() 301 node = next_node; in hfs_bmap_alloc()
|
/Linux-v4.19/fs/hfsplus/ |
D | brec.c | 238 struct hfs_bnode *node, *new_node, *next_node; in hfs_bnode_split() local 258 next_node = hfs_bnode_find(tree, node->next); in hfs_bnode_split() 260 next_node = NULL; in hfs_bnode_split() 262 if (IS_ERR(next_node)) { in hfs_bnode_split() 265 return next_node; in hfs_bnode_split() 281 if (next_node) in hfs_bnode_split() 282 hfs_bnode_put(next_node); in hfs_bnode_split() 337 if (next_node) { in hfs_bnode_split() 338 next_node->prev = new_node->this; in hfs_bnode_split() 339 hfs_bnode_read(next_node, &node_desc, 0, sizeof(node_desc)); in hfs_bnode_split() [all …]
|
D | btree.c | 347 struct hfs_bnode *node, *next_node; in hfs_bmap_alloc() local 419 next_node = hfs_bmap_new_bmap(node, idx); in hfs_bmap_alloc() 421 next_node = hfs_bnode_find(tree, nidx); in hfs_bmap_alloc() 423 if (IS_ERR(next_node)) in hfs_bmap_alloc() 424 return next_node; in hfs_bmap_alloc() 425 node = next_node; in hfs_bmap_alloc()
|
/Linux-v4.19/lib/ |
D | assoc_array.c | 41 cursor = READ_ONCE(shortcut->next_node); /* Address dependency. */ in assoc_array_subtree_iterate() 286 cursor = READ_ONCE(shortcut->next_node); /* Address dependency. */ in assoc_array_walk() 372 cursor = shortcut->next_node; in assoc_array_destroy_subtree() 412 BUG_ON(shortcut->next_node != cursor); in assoc_array_destroy_subtree() 712 edit->set[0].ptr = &assoc_array_ptr_to_shortcut(ptr)->next_node; in assoc_array_insert_into_terminal_node() 757 new_s0->next_node = assoc_array_node_to_ptr(new_n0); in assoc_array_insert_into_terminal_node() 862 new_s0->next_node = assoc_array_node_to_ptr(new_n0); in assoc_array_insert_mid_shortcut() 881 side = assoc_array_ptr_to_node(shortcut->next_node); in assoc_array_insert_mid_shortcut() 912 new_s1->next_node = shortcut->next_node; in assoc_array_insert_mid_shortcut() 930 new_n0->slots[sc_slot] = shortcut->next_node; in assoc_array_insert_mid_shortcut() [all …]
|
/Linux-v4.19/kernel/bpf/ |
D | lpm_trie.c | 600 struct lpm_trie_node *node, *next_node = NULL, *parent, *search_root; in trie_get_next_key() local 661 next_node = parent; in trie_get_next_key() 679 next_node = node; in trie_get_next_key() 683 next_key->prefixlen = next_node->prefixlen; in trie_get_next_key() 685 next_node->data, trie->data_size); in trie_get_next_key()
|
/Linux-v4.19/include/linux/ |
D | nodemask.h | 268 #define next_node(n, src) __next_node((n), &(src)) macro 381 (node) = next_node((node), (mask))) 440 return next_node(nid, node_states[N_ONLINE]); in next_online_node() 444 return next_node(nid, node_states[N_MEMORY]); in next_memory_node()
|
D | assoc_array_priv.h | 71 struct assoc_array_ptr *next_node; member
|
/Linux-v4.19/drivers/hv/ |
D | channel_mgmt.c | 608 int next_node; in init_vp_index() local 633 next_node = next_numa_node_id++; in init_vp_index() 634 if (next_node == nr_node_ids) { in init_vp_index() 635 next_node = next_numa_node_id = 0; in init_vp_index() 638 if (cpumask_empty(cpumask_of_node(next_node))) in init_vp_index() 642 channel->numa_node = next_node; in init_vp_index()
|
/Linux-v4.19/kernel/sched/ |
D | deadline.c | 484 struct rb_node *next_node; in dequeue_pushable_dl_task() local 486 next_node = rb_next(&p->pushable_dl_tasks); in dequeue_pushable_dl_task() 487 if (next_node) { in dequeue_pushable_dl_task() 488 dl_rq->earliest_dl.next = rb_entry(next_node, in dequeue_pushable_dl_task() 1838 struct rb_node *next_node = rq->dl.pushable_dl_tasks_root.rb_leftmost; in pick_earliest_pushable_dl_task() local 1844 next_node: in pick_earliest_pushable_dl_task() 1845 if (next_node) { in pick_earliest_pushable_dl_task() 1846 p = rb_entry(next_node, struct task_struct, pushable_dl_tasks); in pick_earliest_pushable_dl_task() 1851 next_node = rb_next(next_node); in pick_earliest_pushable_dl_task() 1852 goto next_node; in pick_earliest_pushable_dl_task()
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | radeon_mn.c | 72 struct radeon_mn_node *node, *next_node; in radeon_mn_destroy() local 78 rbtree_postorder_for_each_entry_safe(node, next_node, in radeon_mn_destroy()
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_mn.c | 116 struct amdgpu_mn_node *node, *next_node; in amdgpu_mn_destroy() local 122 rbtree_postorder_for_each_entry_safe(node, next_node, in amdgpu_mn_destroy()
|
/Linux-v4.19/fs/ext4/ |
D | dir.c | 561 goto next_node; in ext4_dx_readdir() 593 next_node: in ext4_dx_readdir()
|
/Linux-v4.19/drivers/block/mtip32xx/ |
D | mtip32xx.c | 4090 static int next_node = -1; in mtip_get_next_rr_node() local 4092 if (next_node == -1) { in mtip_get_next_rr_node() 4093 next_node = first_online_node; in mtip_get_next_rr_node() 4094 return next_node; in mtip_get_next_rr_node() 4097 next_node = next_online_node(next_node); in mtip_get_next_rr_node() 4098 if (next_node == MAX_NUMNODES) in mtip_get_next_rr_node() 4099 next_node = first_online_node; in mtip_get_next_rr_node() 4100 return next_node; in mtip_get_next_rr_node()
|
/Linux-v4.19/Documentation/sphinx/ |
D | kfigure.py | 546 for n in node.next_node():
|
/Linux-v4.19/security/keys/ |
D | keyring.c | 719 ptr = READ_ONCE(shortcut->next_node); in search_nested_keyrings() 736 ptr = READ_ONCE(shortcut->next_node); in search_nested_keyrings()
|
/Linux-v4.19/drivers/md/ |
D | dm-integrity.c | 1056 struct journal_node *node, *next_node; in test_journal_node() local 1071 next_node = container_of(next, struct journal_node, node); in test_journal_node() 1072 return next_node->sector != sector; in test_journal_node() 1078 struct journal_node *next_node; in find_newer_committed_node() local 1087 next_node = container_of(next, struct journal_node, node); in find_newer_committed_node() 1089 if (next_node->sector != node->sector) in find_newer_committed_node() 1092 next_section = (unsigned)(next_node - ic->journal_tree) / ic->journal_section_entries; in find_newer_committed_node()
|
D | dm-writecache.c | 1571 struct rb_node *node, *next_node; in writecache_writeback() local 1634 next_node = rb_next(&f->rb_node); in writecache_writeback() 1635 if (unlikely(!next_node)) in writecache_writeback() 1637 g = container_of(next_node, struct wc_entry, rb_node); in writecache_writeback()
|