Searched refs:node0 (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/firewire/ |
| H A D | core-topology.c | 339 static void move_tree(struct fw_node *node0, struct fw_node *node1, int port) in move_tree() argument 345 node0->ports[port] = tree; in move_tree() 348 tree->ports[i] = node0; in move_tree() 362 struct fw_node *node0, *node1, *next1; in update_tree() local 370 node0 = fw_node(list0.next); in update_tree() 373 while (&node0->link != &list0) { in update_tree() 374 WARN_ON(node0->port_count != node1->port_count); in update_tree() 376 if (node0->link_on && !node1->link_on) in update_tree() 378 else if (!node0->link_on && node1->link_on) in update_tree() 385 node0->node_id = node1->node_id; in update_tree() [all …]
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | bpf_arena_spin_lock.h | 246 struct arena_mcs_spinlock __arena *prev, *next, *node0, *node; in arena_spin_lock_slowpath() local 320 node0 = &(qnodes[bpf_get_smp_processor_id()])[0].mcs; in arena_spin_lock_slowpath() 321 idx = node0->count++; in arena_spin_lock_slowpath() 336 node = grab_mcs_node(node0, idx); in arena_spin_lock_slowpath() 459 node0->count--; in arena_spin_lock_slowpath() 463 node0->count--; in arena_spin_lock_slowpath()
|
| /linux/Documentation/ABI/testing/ |
| H A 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/net/ipv4/ |
| H A D | fib_trie.c | 554 struct key_vector *node0, *node1; in inflate() local 594 node0 = tnode_new(inode->key, inode->pos, inode->bits - 1); in inflate() 597 if (!node0) in inflate() 599 tnode_free_append(tn, node0); in inflate() 604 put_child(node0, j, get_child(inode, j)); in inflate() 606 put_child(node0, j, get_child(inode, j)); in inflate() 611 NODE_INIT_PARENT(node0, tn); in inflate() 615 put_child(tn, 2 * i, node0); in inflate() 649 struct key_vector *node0 = get_child(oldtnode, --i); in halve() local 653 if (!node1 || !node0) { in halve() [all …]
|
| /linux/samples/damon/ |
| H A D | Kconfig | 38 node0 is for DDR5 DRAMs connected via DIMM, while node1 is for DDR4
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | numaperf.rst | 153 # tree /sys/devices/system/node/node0/memory_side_cache/ 154 /sys/devices/system/node/node0/memory_side_cache/
|
| H A D | numa_memory_policy.rst | 260 will be allocated on node0 for every 2 pages allocated on node1.
|
| /linux/Documentation/hwmon/ |
| H A D | fam15h_power.rst | 57 attributes only for internal node0 of a multi-node processor.
|
| /linux/Documentation/filesystems/ |
| H A D | proc.rst | 695 node locality page counters (N0 == node0, N1 == node1, ...) and the kernel page
|