Searched refs:node0 (Results  1 – 8 of 8) sorted by relevance
| /Linux-v6.6/drivers/firewire/ | 
| D | core-topology.c | 387 static void move_tree(struct fw_node *node0, struct fw_node *node1, int port)  in move_tree()  argument 393 	node0->ports[port] = tree;  in move_tree() 396 			tree->ports[i] = node0;  in move_tree() 410 	struct fw_node *node0, *node1, *next1;  in update_tree()  local 418 	node0 = fw_node(list0.next);  in update_tree() 421 	while (&node0->link != &list0) {  in update_tree() 422 		WARN_ON(node0->port_count != node1->port_count);  in update_tree() 424 		if (node0->link_on && !node1->link_on)  in update_tree() 426 		else if (!node0->link_on && node1->link_on)  in update_tree() 433 		node0->node_id = node1->node_id;  in update_tree() [all …] 
 | 
| /Linux-v6.6/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-v6.6/net/ipv4/ | 
| D | fib_trie.c | 559 		struct key_vector *node0, *node1;  in inflate()  local 599 		node0 = tnode_new(inode->key, inode->pos, inode->bits - 1);  in inflate() 602 		if (!node0)  in inflate() 604 		tnode_free_append(tn, node0);  in inflate() 609 			put_child(node0, j, get_child(inode, j));  in inflate() 611 			put_child(node0, j, get_child(inode, j));  in inflate() 616 		NODE_INIT_PARENT(node0, tn);  in inflate() 620 		put_child(tn, 2 * i, node0);  in inflate() 654 		struct key_vector *node0 = get_child(oldtnode, --i);  in halve()  local 658 		if (!node1 || !node0) {  in halve() [all …] 
 | 
| /Linux-v6.6/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 | 389 	/sys/devices/system/node/node0/memory9 -> ../../memory/memory9 393 	/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.
  | 
| /Linux-v6.6/Documentation/hwmon/ | 
| D | fam15h_power.rst | 57 attributes only for internal node0 of a multi-node processor.
  | 
| /Linux-v6.6/Documentation/filesystems/ | 
| D | proc.rst | 674 node locality page counters (N0 == node0, N1 == node1, ...) and the kernel page
  |