Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/acpica/
H A Dacpi_hpet.c107 int pcpu_master; member
215 t = (mt->pcpu_master < 0) ? mt : &sc->t[mt->pcpu_slaves[curcpu]]; in hpet_start()
312 mt = (t->pcpu_master < 0) ? t : &sc->t[t->pcpu_master]; in hpet_intr_single()
479 int pcpu_master, error; in hpet_attach() local
547 t->pcpu_master = -1; in hpet_attach()
704 pcpu_master = 0; in hpet_attach()
710 pcpu_master = i; in hpet_attach()
712 t->pcpu_master = pcpu_master; in hpet_attach()
713 sc->t[pcpu_master]. in hpet_attach()
787 if (t->pcpu_master >= 0) { in hpet_attach()
[all …]