Searched refs:node0 (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/drivers/firewire/ |
D | core-topology.c | 389 static void move_tree(struct fw_node *node0, struct fw_node *node1, int port) in move_tree() argument 395 node0->ports[port] = tree; in move_tree() 398 tree->ports[i] = node0; in move_tree() 412 struct fw_node *node0, *node1, *next1; in update_tree() local 420 node0 = fw_node(list0.next); in update_tree() 423 while (&node0->link != &list0) { in update_tree() 424 WARN_ON(node0->port_count != node1->port_count); in update_tree() 426 if (node0->link_on && !node1->link_on) in update_tree() 428 else if (!node0->link_on && node1->link_on) in update_tree() 435 node0->node_id = node1->node_id; in update_tree() [all …]
|
/Linux-v5.10/Documentation/ABI/testing/ |
D | sysfs-devices-memory | 83 memory section 9 on node0: 85 /sys/devices/system/memory/memory9/node0 -> ../../node/node0 96 link is created for memory section 9 on node0. 98 /sys/devices/system/node/node0/memory9 -> ../../memory/memory9
|
/Linux-v5.10/net/ipv4/ |
D | fib_trie.c | 558 struct key_vector *node0, *node1; in inflate() local 598 node0 = tnode_new(inode->key, inode->pos, inode->bits - 1); in inflate() 601 if (!node0) in inflate() 603 tnode_free_append(tn, node0); in inflate() 608 put_child(node0, j, get_child(inode, j)); in inflate() 610 put_child(node0, j, get_child(inode, j)); in inflate() 615 NODE_INIT_PARENT(node0, tn); in inflate() 619 put_child(tn, 2 * i, node0); in inflate() 653 struct key_vector *node0 = get_child(oldtnode, --i); in halve() local 657 if (!node1 || !node0) { in halve() [all …]
|
/Linux-v5.10/Documentation/admin-guide/mm/ |
D | numaperf.rst | 154 # tree sys/devices/system/node/node0/memory_side_cache/ 155 /sys/devices/system/node/node0/memory_side_cache/
|
D | memory-hotplug.rst | 194 /sys/devices/system/node/node0/memory9 -> ../../memory/memory9 198 /sys/devices/system/memory/memory9/node0 -> ../../node/node0
|
/Linux-v5.10/Documentation/hwmon/ |
D | fam15h_power.rst | 57 attributes only for internal node0 of a multi-node processor.
|
/Linux-v5.10/Documentation/filesystems/ |
D | proc.rst | 649 node locality page counters (N0 == node0, N1 == node1, ...) and the kernel page
|