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

/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c132 uint32_t core_started; member in struct:__anon9886
631 obj->cores[i].core_started = 0;
639 obj->cores[i].core_started =
1458 if (bp->cores[i].core_started)
2763 if (bp->cores[onb_core_num].core_started == 0) {
2777 bp->cores[onb_core_num].core_started |= (1 << strand_id);
2830 bp->cores[onb_core_num].core_started &= ~(1 << strand_id);
2831 if (bp->cores[onb_core_num].core_started == 0) {
3469 if (!(bp->cores[onb_core_num].core_started &

Completed in 67 milliseconds