Searched defs:strand_id (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c470 int bnum, core_id, strand_id; local
526 strand_id = STRAND_ID(cpuid);
527 bp->cores[core_id].core_hotadded |= (1 << strand_id);
533 strand_id = STRAND_ID(cpuid);
534 bp->cores[core_id].core_hotadded &= ~(1 << strand_id);
572 int core_id, strand_id; local
613 strand_id = STRAND_ID(cpuid);
614 p->bp->cores[core_id].core_present |= (1 << strand_id);
2739 int bnum, cpuid, onb_core_num, strand_id; local
2747 strand_id
2819 int bnum, onb_core_num, strand_id; local
3447 int lsb_id, onb_core_num, strand_id; local
[all...]

Completed in 216 milliseconds