Searched refs:node0 (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/firewire/ |
D | core-topology.c | 401 static void move_tree(struct fw_node *node0, struct fw_node *node1, int port) in move_tree() argument 407 node0->ports[port] = tree; in move_tree() 410 tree->ports[i] = node0; in move_tree() 424 struct fw_node *node0, *node1, *next1; in update_tree() local 432 node0 = fw_node(list0.next); in update_tree() 435 while (&node0->link != &list0) { in update_tree() 436 WARN_ON(node0->port_count != node1->port_count); in update_tree() 438 if (node0->link_on && !node1->link_on) in update_tree() 440 else if (!node0->link_on && node1->link_on) in update_tree() 447 node0->node_id = node1->node_id; in update_tree() [all …]
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-devices-memory | 80 memory section 9 on node0: 81 /sys/devices/system/memory/memory9/node0 -> ../../node/node0 92 link is created for memory section 9 on node0. 93 /sys/devices/system/node/node0/memory9 -> ../../memory/memory9
|
/Linux-v4.19/net/ipv4/ |
D | fib_trie.c | 565 struct key_vector *node0, *node1; in inflate() local 605 node0 = tnode_new(inode->key, inode->pos, inode->bits - 1); in inflate() 608 if (!node0) in inflate() 610 tnode_free_append(tn, node0); in inflate() 615 put_child(node0, j, get_child(inode, j)); in inflate() 617 put_child(node0, j, get_child(inode, j)); in inflate() 622 NODE_INIT_PARENT(node0, tn); in inflate() 626 put_child(tn, 2 * i, node0); in inflate() 660 struct key_vector *node0 = get_child(oldtnode, --i); in halve() local 664 if (!node1 || !node0) { in halve() [all …]
|
/Linux-v4.19/Documentation/hwmon/ |
D | fam15h_power | 47 attributes only for internal node0 of a multi-node processor.
|
/Linux-v4.19/Documentation/ |
D | memory-hotplug.txt | 213 /sys/devices/system/node/node0/memory9 -> ../../memory/memory9 216 /sys/devices/system/memory/memory9/node0 -> ../../node/node0
|
/Linux-v4.19/Documentation/filesystems/ |
D | proc.txt | 571 node locality page counters (N0 == node0, N1 == node1, ...) and the kernel page
|