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

  /src/sys/arch/alpha/alpha/
interrupt.c 544 * Process pending soft interrupts that are eligible to run
553 const unsigned long eligible = SOFTINTS_ELIGIBLE(ipl); local in function:alpha_softint_dispatch
558 ssir = ci->ci_ssir & eligible;
603 * Redistribute interrupts amongst CPUs eligible to handle them.
interrupt.c 544 * Process pending soft interrupts that are eligible to run
553 const unsigned long eligible = SOFTINTS_ELIGIBLE(ipl); local in function:alpha_softint_dispatch
558 ssir = ci->ci_ssir & eligible;
603 * Redistribute interrupts amongst CPUs eligible to handle them.

Completed in 132 milliseconds