Searched refs:ih_pri (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dinterrupt.h54 u_char ih_pri; /* Priority of this handler. */ member in struct:intr_handler
/freebsd-11-stable/sys/kern/
H A Dkern_intr.c179 pri = TAILQ_FIRST(&ie->ie_handlers)->ih_pri;
602 ih->ih_pri = pri;
640 if (temp_ih->ih_pri > ih->ih_pri)
676 ih->ih_pri = pri;
723 if (temp_ih->ih_pri > ih->ih_pri)
1792 switch (ih->ih_pri) {
1812 if (ih->ih_pri >= PI_SOFT)
1815 db_printf("%4u", ih->ih_pri);
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pip-defs.h3001 uint64_t ih_pri : 1; /**< Use the PRI/QOS field in the instruction header member in struct:cvmx_pip_prt_cfgx::cvmx_pip_prt_cfgx_s
3144 uint64_t ih_pri : 1;
3542 uint64_t ih_pri : 1; /**< Use the PRI/QOS field in the instruction header member in struct:cvmx_pip_prt_cfgx::cvmx_pip_prt_cfgx_cn68xx
3686 uint64_t ih_pri : 1;

Completed in 209 milliseconds