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

/linux-master/arch/x86/kernel/
H A Dvsmp_64.c100 unsigned int cfg, topology, node_shift, maxcpus; local
117 node_shift = (topology >> 16) & 0x7;
118 if (!node_shift)
120 node_shift = 8;
121 maxcpus = (topology & ((1 << node_shift) - 1)) + 1;
/linux-master/drivers/md/persistent-data/
H A Ddm-btree-remove.c60 static void node_shift(struct btree_node *n, int shift) function
219 node_shift(right, count);
227 node_shift(right, count);
335 node_shift(right, shift);

Completed in 166 milliseconds