Searched refs:LP_MPSAFE (Results 1 – 4 of 4) sorted by relevance
87 if ((curlwp->l_pflag & LP_MPSAFE) == 0) in threadbouncer()199 l->l_pflag |= LP_MPSAFE; in kthread_create()230 if ((curlwp->l_pflag & LP_MPSAFE) == 0) in kthread_exit()
131 l->l_pflag &= ~LP_MPSAFE; in kthread_create()165 if ((l->l_pflag & LP_MPSAFE) == 0) { in kthread_exit()
869 l2->l_pflag = LP_MPSAFE; in lwp_create()1069 if (__predict_false((new_lwp->l_pflag & LP_MPSAFE) == 0)) { in lwp_startup()
284 #define LP_MPSAFE 0x00000020 /* Starts life without kernel_lock */ macro