Home
last modified time | relevance | path

Searched refs:LP_RUNNING (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/sys/kern/
Dkern_synch.c568 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()
Dkern_idle.c60 KASSERT((l->l_pflag & LP_RUNNING) != 0); in idle_loop()
124 l->l_pflag |= LP_RUNNING; in create_idle_lwp()
Dkern_softint.c810 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()
Dkern_lwp.c1035 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()
Dkern_sleepq.c156 if ((l->l_pflag & LP_RUNNING) != 0) { in sleepq_remove()
Dinit_main.c296 l->l_pflag |= LP_RUNNING; in main()
Dkern_resource.c479 if ((l->l_pflag & LP_RUNNING) != 0 && in addrulwp()
/netbsd/src/sys/ddb/
Ddb_proc.c199 (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()
/netbsd/src/sys/rump/librump/rumpkern/
Dlwproc.c455 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()
Dscheduler.c429 lwp0.l_pflag &= ~LP_RUNNING; in rump_unschedule()
/netbsd/src/sys/sys/
Dlwp.h291 #define LP_RUNNING 0x20000000 /* Active on a CPU */ macro
/netbsd/src/sys/arch/vax/vax/
Dpmap.c680 if ((l->l_pflag & LP_RUNNING) != 0) in pmap_vax_swappable()