Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dkern_softint.c860 timing = (softint_timing ? LP_TIMEINTR : 0); in softint_dispatch()
875 l->l_pflag &= ~LP_TIMEINTR; in softint_dispatch()
H A Dkern_synch.c543 if ((l->l_pflag & LP_TIMEINTR) != 0) in mi_switch()
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dlwp.h258 #define LP_TIMEINTR 0x00010000 /* Time this soft interrupt */ macro