Searched refs:srqflags (Results 1 – 5 of 5) sorted by relevance
564 setrunnable(struct thread *td, int srqflags) in setrunnable() argument582 sched_wakeup(td, srqflags); in setrunnable()598 if ((srqflags & (SRQ_HOLD | SRQ_HOLDTD)) == 0) in setrunnable()
175 int pri, int srqflags);743 int srqflags) in sleepq_resume_thread() argument774 if ((srqflags & SRQ_HOLD) == 0 && drop) in sleepq_resume_thread()792 return (setrunnable(td, srqflags)); in sleepq_resume_thread()
1111 sched_wakeup(struct thread *td, int srqflags) in sched_wakeup() argument1125 sched_add(td, srqflags); in sched_wakeup()
2211 sched_wakeup(struct thread *td, int srqflags) in sched_wakeup() argument2235 sched_add(td, SRQ_BORING | srqflags); in sched_wakeup()
143 void sched_wakeup(struct thread *td, int srqflags);