Searched refs:srqflags (Results 1 – 6 of 6) sorted by relevance
| /src/sys/kern/ |
| H A D | kern_synch.c | 546 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 D | subr_sleepqueue.c | 173 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 D | sched_shim.c | 79 DEFINE_SHIM2(wakeup, void, sched_wakeup, struct thread *, td, int, srqflags)
|
| H A D | sched_4bsd.c | 1131 sched_4bsd_wakeup(struct thread *td, int srqflags) in sched_4bsd_wakeup() argument 1153 sched_add(td, srqflags); in sched_4bsd_wakeup()
|
| H A D | sched_ule.c | 2472 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 D | sched.h | 149 void sched_wakeup(struct thread *td, int srqflags); 307 void (*wakeup)(struct thread *td, int srqflags);
|