Searched refs:node0 (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/drivers/firewire/ |
D | core-topology.c | 337 static void move_tree(struct fw_node *node0, struct fw_node *node1, int port) in move_tree() argument 343 node0->ports[port] = tree; in move_tree() 346 tree->ports[i] = node0; in move_tree() 360 struct fw_node *node0, *node1, *next1; in update_tree() local 368 node0 = fw_node(list0.next); in update_tree() 371 while (&node0->link != &list0) { in update_tree() 372 WARN_ON(node0->port_count != node1->port_count); in update_tree() 374 if (node0->link_on && !node1->link_on) in update_tree() 376 else if (!node0->link_on && node1->link_on) in update_tree() 383 node0->node_id = node1->node_id; in update_tree() [all …]
|
/linux-6.12.1/fs/bcachefs/ |
D | trace.h | 1684 __array(char, node0, 24 ) 1704 strscpy(__entry->node0, bch2_err_str(PTR_ERR(b)), sizeof(__entry->node0)); 1706 scnprintf(__entry->node0, sizeof(__entry->node0), "%px", &b->c); 1709 strscpy(__entry->node1, bch2_err_str(PTR_ERR(b)), sizeof(__entry->node0)); 1711 scnprintf(__entry->node1, sizeof(__entry->node0), "%px", &b->c); 1714 strscpy(__entry->node2, bch2_err_str(PTR_ERR(b)), sizeof(__entry->node0)); 1716 scnprintf(__entry->node2, sizeof(__entry->node0), "%px", &b->c); 1719 strscpy(__entry->node3, bch2_err_str(PTR_ERR(b)), sizeof(__entry->node0)); 1721 scnprintf(__entry->node3, sizeof(__entry->node0), "%px", &b->c); 1743 __entry->node0) [all …]
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-devices-memory | 97 memory section 9 on node0: 99 /sys/devices/system/memory/memory9/node0 -> ../../node/node0 110 link is created for memory section 9 on node0. 112 /sys/devices/system/node/node0/memory9 -> ../../memory/memory9
|
/linux-6.12.1/net/ipv4/ |
D | fib_trie.c | 560 struct key_vector *node0, *node1; in inflate() local 600 node0 = tnode_new(inode->key, inode->pos, inode->bits - 1); in inflate() 603 if (!node0) in inflate() 605 tnode_free_append(tn, node0); in inflate() 610 put_child(node0, j, get_child(inode, j)); in inflate() 612 put_child(node0, j, get_child(inode, j)); in inflate() 617 NODE_INIT_PARENT(node0, tn); in inflate() 621 put_child(tn, 2 * i, node0); in inflate() 655 struct key_vector *node0 = get_child(oldtnode, --i); in halve() local 659 if (!node1 || !node0) { in halve() [all …]
|
/linux-6.12.1/Documentation/networking/ |
D | multi-pf-netdev.rst | 137 NUMA node0 CPU(s): 0-11 140 PF0 on node0, PF1 on node1.
|
/linux-6.12.1/Documentation/admin-guide/mm/ |
D | numaperf.rst | 153 # tree /sys/devices/system/node/node0/memory_side_cache/ 154 /sys/devices/system/node/node0/memory_side_cache/
|
D | memory-hotplug.rst | 390 /sys/devices/system/node/node0/memory9 -> ../../memory/memory9 394 /sys/devices/system/memory/memory9/node0 -> ../../node/node0
|
D | hugetlbpage.rst | 146 It will allocate 1 2M hugepage on node0 and 2 2M hugepages on node1.
|
D | numa_memory_policy.rst | 260 will be allocated on node0 for every 2 pages allocated on node1.
|
/linux-6.12.1/Documentation/hwmon/ |
D | fam15h_power.rst | 57 attributes only for internal node0 of a multi-node processor.
|
/linux-6.12.1/Documentation/filesystems/ |
D | proc.rst | 684 node locality page counters (N0 == node0, N1 == node1, ...) and the kernel page
|