Home
last modified time | relevance | path

Searched refs:node_shift (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/x86/kernel/
Dvsmp_64.c179 unsigned int cfg, topology, node_shift, maxcpus; in vsmp_cap_cpus() local
196 node_shift = (topology >> 16) & 0x7; in vsmp_cap_cpus()
197 if (!node_shift) in vsmp_cap_cpus()
199 node_shift = 8; in vsmp_cap_cpus()
200 maxcpus = (topology & ((1 << node_shift) - 1)) + 1; in vsmp_cap_cpus()
/linux-4.4.14/drivers/md/persistent-data/
Ddm-btree-remove.c56 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()
278 node_shift(right, shift); in delete_center_node()