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

  /src/sys/arch/mips/atheros/
ar_intr.c 80 static struct atheros_intr cpu_intrs[NINTRS]; variable in typeref:struct:atheros_intr[]
120 LIST_INSERT_HEAD(&cpu_intrs[intr].intr_qh, ih, ih_q);
228 struct atheros_intr *intr = &cpu_intrs[NINTRS-1];
239 KASSERT(intr >= cpu_intrs);
260 LIST_INIT(&cpu_intrs[i].intr_qh);
261 evcnt_attach_dynamic(&cpu_intrs[i].intr_count,

Completed in 13 milliseconds