Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dkern_synch.c326 l->l_pflag |= LP_PREEMPTING; in preempt()
432 l->l_pflag |= LP_PREEMPTING; in kpreempt()
750 if ((l->l_pflag & LP_PREEMPTING) != 0) { in mi_switch()
752 l->l_pflag &= ~LP_PREEMPTING; in mi_switch()
868 l->l_pflag &= ~LP_PREEMPTING; in mi_switch()
H A Dkern_runq.c215 if ((l->l_pflag & LP_PREEMPTING) != 0) { in sched_enqueue()
/netbsd-src/sys/sys/
H A Dlwp.h290 #define LP_PREEMPTING 0x00020000 /* mi_switch called involuntarily */ macro