Searched refs:LP_PREEMPTING (Results 1 – 3 of 3) sorted by relevance
326 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()
215 if ((l->l_pflag & LP_PREEMPTING) != 0) { in sched_enqueue()
290 #define LP_PREEMPTING 0x00020000 /* mi_switch called involuntarily */ macro