Home
last modified time | relevance | path

Searched refs:srqflags (Results 1 – 6 of 6) sorted by relevance

/src/sys/kern/
H A Dkern_synch.c546 setrunnable(struct thread *td, int srqflags) in setrunnable() argument
556 if ((srqflags & (SRQ_HOLD | SRQ_HOLDTD)) == 0) in setrunnable()
564 sched_wakeup(td, srqflags); in setrunnable()
H A Dsubr_sleepqueue.c173 int pri, int srqflags);
742 int srqflags) in sleepq_resume_thread() argument
773 if ((srqflags & SRQ_HOLD) == 0 && drop) in sleepq_resume_thread()
791 setrunnable(td, srqflags); in sleepq_resume_thread()
H A Dsched_shim.c79 DEFINE_SHIM2(wakeup, void, sched_wakeup, struct thread *, td, int, srqflags)
H A Dsched_4bsd.c1131 sched_4bsd_wakeup(struct thread *td, int srqflags) in sched_4bsd_wakeup() argument
1153 sched_add(td, srqflags); in sched_4bsd_wakeup()
H A Dsched_ule.c2472 sched_ule_wakeup(struct thread *td, int srqflags) in sched_ule_wakeup() argument
2504 sched_add(td, SRQ_BORING | srqflags); in sched_ule_wakeup()
/src/sys/sys/
H A Dsched.h149 void sched_wakeup(struct thread *td, int srqflags);
307 void (*wakeup)(struct thread *td, int srqflags);