Searched refs:node0 (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/firewire/ | 
| D | core-topology.c | 389 static void move_tree(struct fw_node *node0, struct fw_node *node1, int port)  in move_tree()  argument395 	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.4/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-v5.4/net/ipv4/ | 
| D | fib_trie.c | 561 		struct key_vector *node0, *node1;  in inflate()  local601 		node0 = tnode_new(inode->key, inode->pos, inode->bits - 1);  in inflate()
 604 		if (!node0)  in inflate()
 606 		tnode_free_append(tn, node0);  in inflate()
 611 			put_child(node0, j, get_child(inode, j));  in inflate()
 613 			put_child(node0, j, get_child(inode, j));  in inflate()
 618 		NODE_INIT_PARENT(node0, tn);  in inflate()
 622 		put_child(tn, 2 * i, node0);  in inflate()
 656 		struct key_vector *node0 = get_child(oldtnode, --i);  in halve()  local
 660 		if (!node1 || !node0) {  in halve()
 [all …]
 
 | 
| /Linux-v5.4/Documentation/admin-guide/mm/ | 
| D | numaperf.rst | 146 	# tree sys/devices/system/node/node0/memory_side_cache/147 	/sys/devices/system/node/node0/memory_side_cache/
 
 | 
| D | memory-hotplug.rst | 194 	/sys/devices/system/node/node0/memory9 -> ../../memory/memory9198 	/sys/devices/system/memory/memory9/node0 -> ../../node/node0
 
 | 
| /Linux-v5.4/Documentation/hwmon/ | 
| D | fam15h_power.rst | 57 attributes only for internal node0 of a multi-node processor.
 | 
| /Linux-v5.4/Documentation/filesystems/ | 
| D | proc.txt | 612 node locality page counters (N0 == node0, N1 == node1, ...) and the kernel page
 |