Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/acpica/
Dacpi_hpet.c107 int pcpu_master; member
215 t = (mt->pcpu_master < 0) ? mt : &sc->t[mt->pcpu_slaves[curcpu]]; in hpet_start()
263 t = (mt->pcpu_master < 0) ? mt : &sc->t[mt->pcpu_slaves[curcpu]]; in hpet_stop()
312 mt = (t->pcpu_master < 0) ? t : &sc->t[t->pcpu_master]; in hpet_intr_single()
477 int pcpu_master, error; in hpet_attach() local
545 t->pcpu_master = -1; in hpet_attach()
702 pcpu_master = 0; in hpet_attach()
708 pcpu_master = i; in hpet_attach()
710 t->pcpu_master = pcpu_master; in hpet_attach()
711 sc->t[pcpu_master]. in hpet_attach()
[all …]