Searched refs:sched_class (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dsched_idletask.c69 const struct sched_class idle_sched_class = {
H A Dsched.c370 rq->curr->sched_class->check_preempt_curr(rq, p);
945 p->sched_class->enqueue_task(rq, p, wakeup);
951 p->sched_class->dequeue_task(rq, p, sleep);
1064 if (p->sched_class != &fair_sched_class)
1729 p->sched_class = &fair_sched_class;
1763 if (!p->sched_class->task_new || !current->se.on_rq) {
1770 p->sched_class->task_new(rq, p);
2334 const struct sched_class *class = sched_class_highest;
2385 const struct sched_class *class;
3493 curr->sched_class
[all...]
H A Dsched_rt.c242 const struct sched_class rt_sched_class = {
H A Dsched_fair.c832 * Upon rescheduling, sched_class::put_prev_task() will place
1080 * Upon rescheduling, sched_class::put_prev_task() will place
1106 static const struct sched_class fair_sched_class = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsched.h857 struct sched_class { struct
858 const struct sched_class *next;
967 const struct sched_class *sched_class; member in struct:task_struct

Completed in 97 milliseconds