Searched refs:node_shift (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | vsmp_64.c | 100 unsigned int cfg, topology, node_shift, maxcpus; in vsmp_cap_cpus() local 117 node_shift = (topology >> 16) & 0x7; in vsmp_cap_cpus() 118 if (!node_shift) in vsmp_cap_cpus() 120 node_shift = 8; in vsmp_cap_cpus() 121 maxcpus = (topology & ((1 << node_shift) - 1)) + 1; in vsmp_cap_cpus()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | vsmp_64.c | 100 unsigned int cfg, topology, node_shift, maxcpus; in vsmp_cap_cpus() local 117 node_shift = (topology >> 16) & 0x7; in vsmp_cap_cpus() 118 if (!node_shift) in vsmp_cap_cpus() 120 node_shift = 8; in vsmp_cap_cpus() 121 maxcpus = (topology & ((1 << node_shift) - 1)) + 1; in vsmp_cap_cpus()
|
/kernel/linux/linux-5.10/drivers/md/persistent-data/ |
H A D | dm-btree-remove.c | 56 static void node_shift(struct btree_node *n, int shift) in node_shift() function 188 node_shift(right, count); in shift() 192 node_shift(right, count); in shift() 284 node_shift(right, shift); in delete_center_node()
|
/kernel/linux/linux-6.6/drivers/md/persistent-data/ |
H A D | dm-btree-remove.c | 60 static void node_shift(struct btree_node *n, int shift) in node_shift() function 219 node_shift(right, count); in shift() 227 node_shift(right, count); in shift() 335 node_shift(right, shift); in delete_center_node()
|
Completed in 3 milliseconds