/linux/drivers/firewire/ |
H A D | core-topology.c | 337 static void move_tree(struct fw_node *node0, struct fw_node *node1, int port) in move_tree() argument 343 node0->ports[port] = tree; in move_tree() 346 tree->ports[i] = node0; in move_tree() 360 struct fw_node *node0, *node1, *next1; in update_tree() local 368 node0 = fw_node(list0.next); in update_tree() 371 while (&node0->link != &list0) { in update_tree() 372 WARN_ON(node0->port_count != node1->port_count); in update_tree() 374 if (node0->link_on && !node1->link_on) in update_tree() 376 else if (!node0->link_on && node1->link_on) in update_tree() 383 node0 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/fs/bcachefs/ |
H A D | trace.h | 1678 __array(char, node0, 24 ) 1698 strscpy(__entry->node0, bch2_err_str(PTR_ERR(b)), sizeof(__entry->node0)); 1700 scnprintf(__entry->node0, sizeof(__entry->node0), "%px", &b->c); 1703 strscpy(__entry->node1, bch2_err_str(PTR_ERR(b)), sizeof(__entry->node0)); 1705 scnprintf(__entry->node1, sizeof(__entry->node0), "%px", &b->c); 1708 strscpy(__entry->node2, bch2_err_str(PTR_ERR(b)), sizeof(__entry->node0)); 1710 scnprintf(__entry->node2, sizeof(__entry->node0), "%px", &b->c); 1713 strscpy(__entry->node3, bch2_err_str(PTR_ERR(b)), sizeof(__entry->node0)); [all...] |
/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/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
H A D | qos.c | 790 esw->qos.node0 = __esw_qos_create_vports_sched_node(esw, NULL, extack); in esw_qos_create() 793 * Create a software-only node0 using the root TSAR to attach vport QoS to. in esw_qos_create() 799 esw->qos.node0 = ERR_PTR(-ENOMEM); in esw_qos_create() 801 list_add_tail(&esw->qos.node0->entry, in esw_qos_create() 804 if (IS_ERR(esw->qos.node0)) { in esw_qos_create() 805 err = PTR_ERR(esw->qos.node0); in esw_qos_create() 825 if (esw->qos.node0->ix != esw->qos.root_tsar_ix) in esw_qos_destroy() 826 __esw_qos_destroy_node(esw->qos.node0, NULL); in esw_qos_destroy() 828 __esw_qos_free_node(esw->qos.node0); in esw_qos_destroy() 829 esw->qos.node0 in esw_qos_destroy() [all...] |
/linux/net/ipv4/ |
H A D | fib_trie.c | 554 struct key_vector *node0, *node1; in inflate() local 578 * ones, 'node0' and 'node1', each with half of the in inflate() 584 * node0's key and "1" in node1's key. Since we are in inflate() 588 * node0 and node1. So... we synthesize that bit in the in inflate() 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, t in inflate() 649 struct key_vector *node0 = get_child(oldtnode, --i); halve() local [all...] |
/linux/samples/damon/ |
H A D | Kconfig | 38 node0 is for DDR5 DRAMs connected via DIMM, while node1 is for DDR4
|
/linux/Documentation/networking/ |
H A D | multi-pf-netdev.rst | 137 NUMA node0 CPU(s): 0-11 140 PF0 on node0, PF1 on node1.
|
/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 | memory-hotplug.rst | 390 /sys/devices/system/node/node0/memory9 -> ../../memory/memory9 394 /sys/devices/system/memory/memory9/node0 -> ../../node/node0
|
H A D | hugetlbpage.rst | 146 It will allocate 1 2M hugepage on node0 and 2 2M hugepages on node1.
|
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/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | eswitch.h | 380 struct mlx5_esw_sched_node *node0; member
|
/linux/Documentation/filesystems/ |
H A D | proc.rst | 714 node locality page counters (N0 == node0, N1 == node1, ...) and the kernel page
|