Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/acpica/
H A Dacpi_hpet.c106 int pcpu_master; member
210 t = (mt->pcpu_master < 0) ? mt : &sc->t[mt->pcpu_slaves[curcpu]]; in hpet_start()
307 mt = (t->pcpu_master < 0) ? t : &sc->t[t->pcpu_master]; in hpet_intr_single()
472 int pcpu_master, error; in hpet_attach() local
540 t->pcpu_master = -1; in hpet_attach()
696 pcpu_master = 0; in hpet_attach()
702 pcpu_master = i; in hpet_attach()
704 t->pcpu_master = pcpu_master; in hpet_attach()
705 sc->t[pcpu_master]. in hpet_attach()
779 if (t->pcpu_master >= 0) { in hpet_attach()
[all …]