Searched refs:targettd (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | p1003_1b.c | 115 struct thread *targettd; 126 targettd = td; 162 struct thread *targettd; 167 targettd = td; 205 struct thread *targettd; 214 targettd = td; 255 struct thread *targettd; 260 targettd = td; 341 struct thread *targettd; 345 targettd = td; [all …]
|
| H A D | kern_time.c | 251 kern_thread_cputime(struct thread *targettd, struct timespec *ats) in kern_thread_cputime() argument 255 if (targettd == NULL) { /* current thread */ in kern_thread_cputime() 263 PROC_LOCK_ASSERT(targettd->td_proc, MA_OWNED); in kern_thread_cputime() 264 thread_lock(targettd); in kern_thread_cputime() 265 runtime = targettd->td_runtime; in kern_thread_cputime() 266 thread_unlock(targettd); in kern_thread_cputime()
|
| /f-stack/freebsd/sys/ |
| H A D | syscallsubr.h | 109 void kern_thread_cputime(struct thread *targettd, struct timespec *ats); 256 int kern_sched_getparam(struct thread *td, struct thread *targettd, 258 int kern_sched_getscheduler(struct thread *td, struct thread *targettd, 260 int kern_sched_setparam(struct thread *td, struct thread *targettd, 262 int kern_sched_setscheduler(struct thread *td, struct thread *targettd, 266 int kern_sched_rr_get_interval_td(struct thread *td, struct thread *targettd,
|