Searched refs:pges (Results 1 – 1 of 1) sorted by relevance
93 struct apei_pges pges[32]; member485 struct apei_pges *pges = context; in apei_callout_handler() local488 TAILQ_FOREACH(ge, &pges->ges, nlink) in apei_callout_handler()490 callout_schedule_sbt(&pges->poll, pges->interval, pges->interval, 0); in apei_callout_handler()666 struct apei_pges *pges; in apei_attach() local686 for (int i = 0; i < nitems(sc->pges); i++) { in apei_attach()687 pges = &sc->pges[i]; in apei_attach()688 pges->interval = SBT_1MS << i; in apei_attach()689 callout_init(&pges->poll, 1); in apei_attach()690 TAILQ_INIT(&pges->ges); in apei_attach()[all …]