Lines Matching refs:thread
62 syscall_not_present(struct thread *td, const char *s, struct nosys_args *uap) in syscall_not_present()
110 sys_sched_setparam(struct thread *td, struct sched_setparam_args *uap)
112 struct thread *targettd;
138 kern_sched_setparam(struct thread *td, struct thread *targettd,
155 sys_sched_getparam(struct thread *td, struct sched_getparam_args *uap)
159 struct thread *targettd;
182 kern_sched_getparam(struct thread *td, struct thread *targettd,
198 sys_sched_setscheduler(struct thread *td, struct sched_setscheduler_args *uap)
202 struct thread *targettd;
227 kern_sched_setscheduler(struct thread *td, struct thread *targettd,
249 sys_sched_getscheduler(struct thread *td, struct sched_getscheduler_args *uap)
252 struct thread *targettd;
275 kern_sched_getscheduler(struct thread *td, struct thread *targettd,
291 sys_sched_yield(struct thread *td, struct sched_yield_args *uap)
299 sys_sched_get_priority_max(struct thread *td,
310 sys_sched_get_priority_min(struct thread *td,
321 sys_sched_rr_get_interval(struct thread *td,
334 kern_sched_rr_get_interval(struct thread *td, pid_t pid,
338 struct thread *targettd;
358 kern_sched_rr_get_interval_td(struct thread *td, struct thread *targettd,