Home
last modified time | relevance | path

Searched refs:next_node (Results 1 – 25 of 29) sorted by relevance

12

/linux-6.3-rc2/drivers/acpi/acpica/
A Dnsalloc.c136 struct acpi_namespace_node *next_node; in acpi_ns_remove_node() local
143 next_node = parent_node->child; in acpi_ns_remove_node()
147 while (next_node != node) { in acpi_ns_remove_node()
148 prev_node = next_node; in acpi_ns_remove_node()
149 next_node = next_node->peer; in acpi_ns_remove_node()
280 next_node = parent_node->child; in acpi_ns_delete_children()
281 while (next_node) { in acpi_ns_delete_children()
285 if (next_node->child) { in acpi_ns_delete_children()
287 parent_node, next_node)); in acpi_ns_delete_children()
294 node_to_delete = next_node; in acpi_ns_delete_children()
[all …]
A Dnswalk.c80 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()
A Dnsnames.c200 struct acpi_namespace_node *next_node; in acpi_ns_build_normalized_path() local
225 next_node = node; in acpi_ns_build_normalized_path()
226 while (next_node && next_node != acpi_gbl_root_node) { in acpi_ns_build_normalized_path()
227 if (next_node != node) { in acpi_ns_build_normalized_path()
232 ACPI_MOVE_32_TO_32(name, &next_node->name); in acpi_ns_build_normalized_path()
244 next_node = next_node->parent; in acpi_ns_build_normalized_path()
A Devregion.c826 struct acpi_namespace_node *next_node; in acpi_ev_execute_orphan_reg_method() local
855 next_node = acpi_ns_get_next_node(device_node, NULL); in acpi_ev_execute_orphan_reg_method()
856 while (next_node) { in acpi_ev_execute_orphan_reg_method()
857 if ((next_node->type == ACPI_TYPE_REGION) && in acpi_ev_execute_orphan_reg_method()
858 (next_node->object) && in acpi_ev_execute_orphan_reg_method()
859 (next_node->object->region.space_id == space_id)) { in acpi_ev_execute_orphan_reg_method()
863 next_node = acpi_ns_get_next_node(device_node, next_node); in acpi_ev_execute_orphan_reg_method()
/linux-6.3-rc2/drivers/net/ethernet/apm/xgene/
A Dxgene_enet_cle.c215 .next_node = PKT_PROT_NODE,
226 .next_node = LAST_NODE,
251 .next_node = RSS_IPV4_TCP_NODE,
263 .next_node = RSS_IPV4_UDP_NODE,
299 .next_node = RSS_IPV4_TCP_NODE,
311 .next_node = RSS_IPV4_TCP_NODE,
323 .next_node = RSS_IPV4_TCP_NODE,
359 .next_node = LAST_NODE,
444 .next_node = LAST_NODE,
529 .next_node = LAST_NODE,
[all …]
A Dxgene_enet_cle.h204 u16 next_node; member
/linux-6.3-rc2/scripts/genksyms/
A Dlex.l100 cur_node = next_node; \
101 next_node = xmalloc(sizeof(*next_node)); \
102 next_node->next = cur_node; \
125 static struct string_list *next_node;
133 next_node = xmalloc(sizeof(*next_node));
134 next_node->next = NULL;
437 yylval = &next_node->next;
/linux-6.3-rc2/fs/hfs/
A Dbrec.c234 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()
336 node_desc.prev = cpu_to_be32(next_node->prev); in hfs_bnode_split()
[all …]
A Dbtree.c252 struct hfs_bnode *node, *next_node; in hfs_bmap_alloc() local
307 next_node = hfs_bmap_new_bmap(node, idx); in hfs_bmap_alloc()
309 next_node = hfs_bnode_find(tree, nidx); in hfs_bmap_alloc()
311 if (IS_ERR(next_node)) in hfs_bmap_alloc()
312 return next_node; in hfs_bmap_alloc()
313 node = next_node; in hfs_bmap_alloc()
/linux-6.3-rc2/fs/hfsplus/
A Dbrec.c238 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()
340 node_desc.prev = cpu_to_be32(next_node->prev); in hfs_bnode_split()
[all …]
A Dbtree.c376 struct hfs_bnode *node, *next_node; in hfs_bmap_alloc() local
432 next_node = hfs_bmap_new_bmap(node, idx); in hfs_bmap_alloc()
434 next_node = hfs_bnode_find(tree, nidx); in hfs_bmap_alloc()
436 if (IS_ERR(next_node)) in hfs_bmap_alloc()
437 return next_node; in hfs_bmap_alloc()
438 node = next_node; in hfs_bmap_alloc()
/linux-6.3-rc2/lib/
A Dassoc_array.c368 cursor = shortcut->next_node; in assoc_array_destroy_subtree()
408 BUG_ON(shortcut->next_node != cursor); in assoc_array_destroy_subtree()
752 new_s0->next_node = assoc_array_node_to_ptr(new_n0); in assoc_array_insert_into_terminal_node()
859 new_s0->next_node = assoc_array_node_to_ptr(new_n0); in assoc_array_insert_mid_shortcut()
878 side = assoc_array_ptr_to_node(shortcut->next_node); in assoc_array_insert_mid_shortcut()
909 new_s1->next_node = shortcut->next_node; in assoc_array_insert_mid_shortcut()
927 new_n0->slots[sc_slot] = shortcut->next_node; in assoc_array_insert_mid_shortcut()
1240 edit->set[1].ptr = &s->next_node; in assoc_array_delete()
1502 new_ptr_pp = &new_s->next_node; in assoc_array_gc()
1503 cursor = shortcut->next_node; in assoc_array_gc()
[all …]
/linux-6.3-rc2/kernel/bpf/
A Dlpm_trie.c617 struct lpm_trie_node *node, *next_node = NULL, *parent, *search_root; in trie_get_next_key() local
678 next_node = parent; in trie_get_next_key()
698 next_node = node; in trie_get_next_key()
701 node = rcu_dereference(next_node->child[1]); in trie_get_next_key()
705 next_key->prefixlen = next_node->prefixlen; in trie_get_next_key()
707 next_node->data, trie->data_size); in trie_get_next_key()
/linux-6.3-rc2/include/linux/
A Dnodemask.h269 #define next_node(n, src) __next_node((n), &(src)) macro
389 (node) = next_node((node), (mask)))
448 return next_node(nid, node_states[N_ONLINE]); in next_online_node()
452 return next_node(nid, node_states[N_MEMORY]); in next_memory_node()
A Dassoc_array_priv.h67 struct assoc_array_ptr *next_node; member
/linux-6.3-rc2/tools/testing/memblock/tests/
A Dalloc_exact_nid_api.c843 struct memblock_region *next_node = &memblock.memory.regions[nid_next]; in alloc_exact_nid_numa_reserved_full_merge_generic_check() local
854 r1.base = next_node->base; in alloc_exact_nid_numa_reserved_full_merge_generic_check()
915 struct memblock_region *next_node = &memblock.memory.regions[7]; in alloc_exact_nid_numa_split_all_reserved_generic_check() local
924 r2.base = next_node->base + SZ_128; in alloc_exact_nid_numa_split_all_reserved_generic_check()
A Dalloc_nid_api.c2394 struct memblock_region *next_node = &memblock.memory.regions[nid_next]; in alloc_nid_numa_reserved_full_merge_generic_check() local
2405 r1.base = next_node->base; in alloc_nid_numa_reserved_full_merge_generic_check()
2465 struct memblock_region *next_node = &memblock.memory.regions[7]; in alloc_nid_numa_split_all_reserved_generic_check() local
2474 r2.base = next_node->base + SZ_128; in alloc_nid_numa_split_all_reserved_generic_check()
/linux-6.3-rc2/kernel/sched/
A Ddeadline.c2108 struct rb_node *next_node; in pick_earliest_pushable_dl_task() local
2113 next_node = rb_first_cached(&rq->dl.pushable_dl_tasks_root); in pick_earliest_pushable_dl_task()
2115 next_node: in pick_earliest_pushable_dl_task()
2116 if (next_node) { in pick_earliest_pushable_dl_task()
2117 p = __node_2_pdl(next_node); in pick_earliest_pushable_dl_task()
2122 next_node = rb_next(next_node); in pick_earliest_pushable_dl_task()
2123 goto next_node; in pick_earliest_pushable_dl_task()
/linux-6.3-rc2/fs/ext4/
A Ddir.c582 goto next_node; in ext4_dx_readdir()
614 next_node: in ext4_dx_readdir()
/linux-6.3-rc2/drivers/block/mtip32xx/
A Dmtip32xx.c3616 static int next_node = NUMA_NO_NODE; in mtip_get_next_rr_node() local
3618 if (next_node == NUMA_NO_NODE) { in mtip_get_next_rr_node()
3619 next_node = first_online_node; in mtip_get_next_rr_node()
3620 return next_node; in mtip_get_next_rr_node()
3623 next_node = next_online_node(next_node); in mtip_get_next_rr_node()
3624 if (next_node == MAX_NUMNODES) in mtip_get_next_rr_node()
3625 next_node = first_online_node; in mtip_get_next_rr_node()
3626 return next_node; in mtip_get_next_rr_node()
/linux-6.3-rc2/drivers/md/
A Ddm-writecache.c1948 struct rb_node *node, *next_node; in writecache_writeback() local
2040 next_node = rb_next(&f->rb_node); in writecache_writeback()
2041 if (unlikely(!next_node)) in writecache_writeback()
2043 g = container_of(next_node, struct wc_entry, rb_node); in writecache_writeback()
2075 next_node = rb_next(&f->rb_node); in writecache_writeback()
2076 if (likely(next_node)) in writecache_writeback()
2077 g = container_of(next_node, struct wc_entry, rb_node); in writecache_writeback()
A Ddm-integrity.c1380 struct journal_node *node, *next_node; in test_journal_node() local
1395 next_node = container_of(next, struct journal_node, node); in test_journal_node()
1396 return next_node->sector != sector; in test_journal_node()
1402 struct journal_node *next_node; in find_newer_committed_node() local
1411 next_node = container_of(next, struct journal_node, node); in find_newer_committed_node()
1413 if (next_node->sector != node->sector) in find_newer_committed_node()
1416 next_section = (unsigned int)(next_node - ic->journal_tree) / ic->journal_section_entries; in find_newer_committed_node()
/linux-6.3-rc2/Documentation/sphinx/
A Dkfigure.py650 for n in node.next_node():
/linux-6.3-rc2/security/keys/
A Dkeyring.c745 ptr = READ_ONCE(shortcut->next_node); in search_nested_keyrings()
762 ptr = READ_ONCE(shortcut->next_node); in search_nested_keyrings()
/linux-6.3-rc2/arch/sparc/kernel/
A Dhead_32.S379 or %g0, %g0, %o0 ! next_node(0) = first_node

Completed in 62 milliseconds

12