Home
last modified time | relevance | path

Searched refs:KCPC_PIC_OVERFLOWED (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dcpc_impl.h181 #define KCPC_PIC_OVERFLOWED 0x1 /* pic overflowed & requested notify */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dkcpc.c1038 KCPC_PIC_OVERFLOWED); in kcpc_overflow_intr()
1196 if (ctx->kc_pics[i].kp_flags & KCPC_PIC_OVERFLOWED) { in kcpc_overflow_ast()
1198 ~KCPC_PIC_OVERFLOWED); in kcpc_overflow_ast()
1440 KCPC_PIC_OVERFLOWED); in kcpc_lwp_create()