HomeSort by: relevance | last modified time | path
    Searched defs:intr_evcnts (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
subr_evcnt.c 384 struct evcnt *intr_evcnts; variable in typeref:struct:evcnt *
395 intr_evcnts = kmem_alloc(sizeof(struct evcnt) * nintr, KM_SLEEP);
397 evcnt_attach_dynamic(&intr_evcnts[i], EVCNT_TYPE_INTR,
409 KASSERT(intr_evcnts != NULL);
412 intr_evcnts[i].ev_count = intrcnt[i];
  /src/sys/arch/sparc64/sparc64/
autoconf.c 120 struct evcnt intr_evcnts[] = { variable in typeref:struct:evcnt[]
720 for (i = 0; i < __arraycount(intr_evcnts); i++)
721 evcnt_attach_static(&intr_evcnts[i]);

Completed in 13 milliseconds