Home
last modified time | relevance | path

Searched refs:targettd (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/kern/
H A Dp1003_1b.c115 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 Dkern_time.c251 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 Dsyscallsubr.h109 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,