Searched refs:td_sched (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/kern/
H A Dsched_4bsd.c93 struct td_sched { struct
119 static struct td_sched td_sched0;
481 struct td_sched *ts;
494 ts = td->td_sched;
500 * The td_sched slptimes are not touched in wakeup
520 * If the td_sched has been idle the entire second,
594 struct td_sched *ts;
598 ts = td->td_sched;
688 thread0.td_sched = &td_sched0;
730 struct td_sched *t
[all...]
H A Dsched_ule.c94 struct td_sched { struct
113 static struct td_sched td_sched0;
297 static void sched_pctcpu_update(struct td_sched *, int);
449 struct td_sched *ts;
456 ts = td->td_sched;
500 struct td_sched *ts;
502 ts = td->td_sched;
907 struct td_sched *ts;
920 ts = td->td_sched;
1004 cpu = td->td_sched
[all...]
H A Dkern_synch.c470 CTR4(KTR_PROC, "mi_switch: old thread %ld (td_sched %p, pid %ld, %s)",
471 td->td_tid, td->td_sched, p->p_pid, td->td_name);
489 CTR4(KTR_PROC, "mi_switch: new thread %ld (td_sched %p, pid %ld, %s)",
490 td->td_tid, td->td_sched, p->p_pid, td->td_name);
H A Dkern_thread.c212 td->td_sched = (struct td_sched *)&td[1];
H A Dkern_fork.c975 CTR4(KTR_PROC, "fork_exit: new thread %p (td_sched %p, pid %d, %s)",
976 td, td->td_sched, p->p_pid, td->td_name);
/freebsd-9.3-release/sys/sys/
H A Dproc.h173 struct td_sched;
307 struct td_sched *td_sched; /* (*) Scheduler-specific data. */ member in struct:thread

Completed in 118 milliseconds