Home
last modified time | relevance | path

Searched refs:LP_TIMEINTR (Results 1 – 4 of 4) sorted by relevance

/netbsd/sys/kern/
H A Dkern_softint.c839 l->l_pflag |= LP_TIMEINTR; in softint_dispatch()
846 l->l_pflag &= ~LP_TIMEINTR; in softint_dispatch()
H A Dkern_synch.c648 if ((l->l_pflag & LP_TIMEINTR) != 0) in mi_switch()
H A Dkern_resource.c488 (l->l_pflag & (LP_INTR | LP_TIMEINTR)) != LP_INTR) { in addrulwp()
/netbsd/sys/sys/
H A Dlwp.h291 #define LP_TIMEINTR 0x00010000 /* Time this soft interrupt */ macro