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

/freebsd-10-stable/sys/kern/
H A Dsched_4bsd.c93 struct td_sched { struct
119 static struct td_sched td_sched0;
459 struct td_sched *ts;
472 ts = td->td_sched;
478 * The td_sched slptimes are not touched in wakeup
498 * If the td_sched has been idle the entire second,
572 struct td_sched *ts;
576 ts = td->td_sched;
666 thread0.td_sched = &td_sched0;
708 struct td_sched *t
[all...]
H A Dsched_ule.c90 struct td_sched { struct
109 static struct td_sched td_sched0;
304 static void sched_pctcpu_update(struct td_sched *, int);
456 struct td_sched *ts;
463 ts = td->td_sched;
507 struct td_sched *ts;
509 ts = td->td_sched;
938 struct td_sched *ts;
951 ts = td->td_sched;
1035 cpu = td->td_sched
[all...]
H A Dkern_synch.c464 CTR4(KTR_PROC, "mi_switch: old thread %ld (td_sched %p, pid %ld, %s)",
465 td->td_tid, td->td_sched, td->td_proc->p_pid, td->td_name);
475 CTR4(KTR_PROC, "mi_switch: new thread %ld (td_sched %p, pid %ld, %s)",
476 td->td_tid, td->td_sched, td->td_proc->p_pid, td->td_name);
H A Dkern_thread.c214 td->td_sched = (struct td_sched *)&td[1];
H A Dkern_fork.c1011 CTR4(KTR_PROC, "fork_exit: new thread %p (td_sched %p, pid %d, %s)",
1012 td, td->td_sched, p->p_pid, td->td_name);
/freebsd-10-stable/sys/sys/
H A Dproc.h175 struct td_sched;
313 struct td_sched *td_sched; /* (*) Scheduler-specific data. */ member in struct:thread

Completed in 95 milliseconds