Searched refs:LP_RUNNING (Results 1 – 12 of 12) sorted by relevance
568 newl->l_pflag |= LP_RUNNING; in nextlwp()579 newl->l_pflag |= LP_RUNNING; in nextlwp()628 KASSERT((l->l_pflag & LP_RUNNING) != 0); in mi_switch()657 newl->l_pflag |= LP_RUNNING; in mi_switch()785 l->l_pflag &= ~LP_RUNNING; in mi_switch()833 KASSERT((prevlwp->l_pflag & LP_RUNNING) != 0); in mi_switch()837 prevlwp->l_pflag & ~LP_RUNNING); in mi_switch()839 prevlwp->l_pflag &= ~LP_RUNNING; in mi_switch()937 if ((l->l_pflag & LP_RUNNING) != 0) { in setrunnable()
60 KASSERT((l->l_pflag & LP_RUNNING) != 0); in idle_loop()124 l->l_pflag |= LP_RUNNING; in create_idle_lwp()
810 if ((pinned->l_pflag & LP_RUNNING) == 0 || curlwp->l_stat != LSIDL) { in softint_dispatch()847 l->l_pflag |= LP_RUNNING; in softint_dispatch()869 l->l_pflag &= ~LP_RUNNING; in softint_dispatch()
1035 KASSERT((prev->l_pflag & LP_RUNNING) != 0); in lwp_startup()1048 prev->l_pflag & ~LP_RUNNING); in lwp_startup()1050 prev->l_pflag &= ~LP_RUNNING; in lwp_startup()1276 while (__predict_false((atomic_load_acquire(&l->l_pflag) & LP_RUNNING) in lwp_free()1382 if ((l->l_pflag & LP_RUNNING) != 0) { in lwp_migrate()
156 if ((l->l_pflag & LP_RUNNING) != 0) { in sleepq_remove()
296 l->l_pflag |= LP_RUNNING; in main()
479 if ((l->l_pflag & LP_RUNNING) != 0 && in addrulwp()
199 (l.l_pflag & LP_RUNNING) != 0); in db_show_all_procs()257 (l.l_pflag & LP_RUNNING) != 0); in db_show_all_procs()335 (l.l_pflag & LP_RUNNING) != 0); in db_show_proc()
455 if (__predict_false(newlwp && (newlwp->l_pflag & LP_RUNNING))) in rump_lwproc_switch()460 l->l_pflag &= ~LP_RUNNING; in rump_lwproc_switch()475 newlwp->l_pflag |= LP_RUNNING; in rump_lwproc_switch()492 l->l_pflag &= ~LP_RUNNING; in rump_lwproc_switch()
429 lwp0.l_pflag &= ~LP_RUNNING; in rump_unschedule()
291 #define LP_RUNNING 0x20000000 /* Active on a CPU */ macro
680 if ((l->l_pflag & LP_RUNNING) != 0) in pmap_vax_swappable()