Searched defs:next_node (Results 1 – 18 of 18) sorted by relevance
/linux-6.3-rc2/drivers/acpi/acpica/ |
A D | nsalloc.c | 136 struct acpi_namespace_node *next_node; in acpi_ns_remove_node() local 269 struct acpi_namespace_node *next_node; in acpi_ns_delete_children() local
|
A D | nswalk.c | 80 struct acpi_namespace_node *next_node = NULL; in acpi_ns_get_next_node_typed() local
|
A D | nsnames.c | 200 struct acpi_namespace_node *next_node; in acpi_ns_build_normalized_path() local
|
A D | evregion.c | 826 struct acpi_namespace_node *next_node; in acpi_ev_execute_orphan_reg_method() local
|
/linux-6.3-rc2/fs/hfs/ |
A D | btree.c | 252 struct hfs_bnode *node, *next_node; in hfs_bmap_alloc() local
|
A D | brec.c | 234 struct hfs_bnode *node, *new_node, *next_node; in hfs_bnode_split() local
|
/linux-6.3-rc2/fs/hfsplus/ |
A D | btree.c | 376 struct hfs_bnode *node, *next_node; in hfs_bmap_alloc() local
|
A D | brec.c | 238 struct hfs_bnode *node, *new_node, *next_node; in hfs_bnode_split() local
|
/linux-6.3-rc2/tools/testing/memblock/tests/ |
A D | alloc_exact_nid_api.c | 843 struct memblock_region *next_node = &memblock.memory.regions[nid_next]; in alloc_exact_nid_numa_reserved_full_merge_generic_check() local 915 struct memblock_region *next_node = &memblock.memory.regions[7]; in alloc_exact_nid_numa_split_all_reserved_generic_check() local
|
A D | alloc_nid_api.c | 2394 struct memblock_region *next_node = &memblock.memory.regions[nid_next]; in alloc_nid_numa_reserved_full_merge_generic_check() local 2465 struct memblock_region *next_node = &memblock.memory.regions[7]; in alloc_nid_numa_split_all_reserved_generic_check() local
|
/linux-6.3-rc2/include/linux/ |
A D | assoc_array_priv.h | 67 struct assoc_array_ptr *next_node; member
|
A D | nodemask.h | 269 #define next_node(n, src) __next_node((n), &(src)) macro
|
/linux-6.3-rc2/kernel/bpf/ |
A D | lpm_trie.c | 617 struct lpm_trie_node *node, *next_node = NULL, *parent, *search_root; in trie_get_next_key() local
|
/linux-6.3-rc2/drivers/net/ethernet/apm/xgene/ |
A D | xgene_enet_cle.h | 204 u16 next_node; member
|
/linux-6.3-rc2/drivers/md/ |
A D | dm-integrity.c | 1380 struct journal_node *node, *next_node; in test_journal_node() local 1402 struct journal_node *next_node; in find_newer_committed_node() local
|
A D | dm-writecache.c | 1948 struct rb_node *node, *next_node; in writecache_writeback() local
|
/linux-6.3-rc2/drivers/block/mtip32xx/ |
A D | mtip32xx.c | 3616 static int next_node = NUMA_NO_NODE; in mtip_get_next_rr_node() local
|
/linux-6.3-rc2/kernel/sched/ |
A D | deadline.c | 2108 struct rb_node *next_node; in pick_earliest_pushable_dl_task() local
|
Completed in 65 milliseconds