Searched refs:pges (Results 1 – 1 of 1) sorted by relevance
92 struct apei_pges pges[32]; member484 struct apei_pges *pges = context; in apei_callout_handler() local487 TAILQ_FOREACH(ge, &pges->ges, nlink) in apei_callout_handler()489 callout_schedule_sbt(&pges->poll, pges->interval, pges->interval, 0); in apei_callout_handler()665 struct apei_pges *pges; in apei_attach() local685 for (int i = 0; i < nitems(sc->pges); i++) { in apei_attach()686 pges = &sc->pges[i]; in apei_attach()687 pges->interval = SBT_1MS << i; in apei_attach()688 callout_init(&pges->poll, 1); in apei_attach()689 TAILQ_INIT(&pges->ges); in apei_attach()[all …]