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

  /src/sys/arch/evbmips/sbmips/
sb1250_icu.c 208 struct evcnt * evcnts = cpu->sb1cpu_intr_evcnts; local in function:sb1250_cpu_init
220 for (u_int i = 0; i < K_INT_SOURCES; i++, evcnts++) {
222 evcnt_attach_dynamic(evcnts, EVCNT_TYPE_INTR, NULL,
295 struct evcnt * const evcnts = cpu->sb1cpu_intr_evcnts; local in function:sb1250_cpu_intr
328 evcnts[j].ev_count++;
  /src/sys/arch/sbmips/sbmips/
sb1250_icu.c 208 struct evcnt * evcnts = cpu->sb1cpu_intr_evcnts; local in function:sb1250_cpu_init
220 for (u_int i = 0; i < K_INT_SOURCES; i++, evcnts++) {
222 evcnt_attach_dynamic(evcnts, EVCNT_TYPE_INTR, NULL,
295 struct evcnt * const evcnts = cpu->sb1cpu_intr_evcnts; local in function:sb1250_cpu_intr
328 evcnts[j].ev_count++;

Completed in 11 milliseconds