Home
last modified time | relevance | path

Searched refs:proc_is_runnable (Results 1 – 8 of 8) sorted by relevance

/minix3/minix/kernel/
H A Dproc.h170 #define proc_is_runnable(p) (rts_f_is_runnable((p)->p_rts_flags)) macro
210 if(rts_f_is_runnable(rts) && !proc_is_runnable(rp)) { \
221 if(!rts_f_is_runnable(rts) && proc_is_runnable(rp)) { \
229 if(proc_is_runnable(rp) && (f)) { dequeue(rp); } \
H A Dsmp.c116 if (proc_is_runnable(p)) in smp_schedule_stop_proc()
125 if (proc_is_runnable(p)) in smp_schedule_vminhibit()
H A Dproc.c314 if (proc_is_runnable(p)) in switch_to_user()
324 if (proc_is_runnable(p)) { in switch_to_user()
354 assert(proc_is_runnable(p)); in switch_to_user()
359 assert(proc_is_runnable(p)); in switch_to_user()
413 if (!proc_is_runnable(p)) in switch_to_user()
427 if (!proc_is_runnable(p)) in switch_to_user()
1610 assert(proc_is_runnable(rp)); in enqueue()
1677 assert(proc_is_runnable(rp)); in enqueue_head()
1734 assert(!proc_is_runnable(rp)); in dequeue()
1807 assert(proc_is_runnable(rp)); in pick_proc()
H A Dprofile.c95 (priv(p)->s_flags & SYS_PROC && proc_is_runnable(p))) { in profile_sample()
H A Ddebug.c64 if (!proc_is_runnable(xp)) { in runqueues_ok_cpu()
99 if(proc_is_runnable(xp) && !xp->p_found) { in runqueues_ok_cpu()
H A Dsystem.c667 if (proc_is_runnable(p)) { in sched_proc()
677 if (proc_is_runnable(p)) in sched_proc()
/minix3/minix/kernel/system/
H A Ddo_update.c74 assert(!proc_is_runnable(src_rp) && !proc_is_runnable(dst_rp)); in do_update()
/minix3/minix/servers/mib/
H A Dproc.c252 if (proc_is_runnable(kp)) in get_lwp_stat()
1271 else if (proc_is_runnable(kp)) in mib_minix_proc_data()