Lines Matching defs:pe
525 struct pcic_event *pe;
537 if ((pe = SIMPLEQ_FIRST(&h->events)) == NULL) {
559 switch (pe->pe_type) {
612 pe->pe_type);
614 free(pe, M_TEMP);
738 struct pcic_event *pe;
741 pe = malloc(sizeof(*pe), M_TEMP, M_NOWAIT);
742 if (pe == NULL)
745 pe->pe_type = event;
747 SIMPLEQ_INSERT_TAIL(&h->events, pe, pe_q);