Home
last modified time | relevance | path

Searched refs:LW_IDLE (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/kern/
H A Dkern_idle.c73 KASSERT((l->l_flag & LW_IDLE) != 0); in idle_loop()
115 l->l_flag |= LW_IDLE; in create_idle_lwp()
H A Dkern_synch.c391 KASSERT((l->l_flag & LW_IDLE) == 0); in kpreempt()
475 (l->l_flag & LW_IDLE) != 0 || (l->l_pflag & LP_INTR) != 0 || in kpreempt_disabled()
510 if (__predict_false(l->l_flag & LW_IDLE)) in updatertime()
666 KASSERT((l->l_flag & LW_IDLE) == 0); in mi_switch()
873 KASSERT(l->l_stat == LSONPROC || (l->l_flag & LW_IDLE) != 0); in mi_switch()
891 KASSERT((l->l_flag & LW_IDLE) == 0); in setrunnable()
1172 if (__predict_false((l->l_flag & LW_IDLE) != 0)) in sched_pstats()
H A Dkern_clock.c396 if ((l->l_flag & LW_IDLE) != 0) in schedclock()
435 if ((l->l_flag & LW_IDLE) != 0) {
H A Dkern_runq.c345 if ((l->l_flag & LW_IDLE) != 0) { in sched_resched_cpu()
/netbsd-src/sys/sys/
H A Dlwp.h253 #define LW_IDLE 0x00000001 /* Idle lwp. */ macro
/netbsd-src/sys/rump/librump/rumpkern/
H A Dscheduler.c562 (l->l_flag & LW_IDLE) != 0 || cpu_kpreempt_disabled(); in kpreempt_disabled()
/netbsd-src/sys/arch/hppa/hppa/
H A Dtrap.c1120 if (frame->tf_flags & TFF_LAST && (curlwp->l_flag & LW_IDLE) == 0) in trap()
/netbsd-src/sys/arch/arm/broadcom/
H A Dbcm53xx_eth.c1820 || (curcpu()->ci_curlwp->l_flag & LW_IDLE)) { in bcmeth_intr()
/netbsd-src/doc/
H A DBRANCHES1876 use "(curlwp->l_flag & LW_IDLE) != 0" instead. curlwp is