Searched refs:pcpu_master (Results 1 – 1 of 1) sorted by relevance
103 int pcpu_master; member212 t = (mt->pcpu_master < 0) ? mt : &sc->t[mt->pcpu_slaves[curcpu]]; in hpet_start()260 t = (mt->pcpu_master < 0) ? mt : &sc->t[mt->pcpu_slaves[curcpu]]; in hpet_stop()309 mt = (t->pcpu_master < 0) ? t : &sc->t[t->pcpu_master]; in hpet_intr_single()476 int pcpu_master, error; in hpet_attach() local558 t->pcpu_master = -1; in hpet_attach()715 pcpu_master = 0; in hpet_attach()721 pcpu_master = i; in hpet_attach()723 t->pcpu_master = pcpu_master; in hpet_attach()724 sc->t[pcpu_master]. in hpet_attach()[all …]