Searched refs:check_preempt_curr (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.c76 .check_preempt_curr = check_preempt_curr_idle,
H A Dsched_rt.c248 .check_preempt_curr = check_preempt_curr_rt,
H A Dsched.c368 static inline void check_preempt_curr(struct rq *rq, struct task_struct *p) function
370 rq->curr->sched_class->check_preempt_curr(rq, p);
1647 check_preempt_curr(rq, p);
1773 check_preempt_curr(rq, p);
2208 check_preempt_curr(this_rq, p);
4057 check_preempt_curr(rq, p);
4364 check_preempt_curr(rq, p);
5137 check_preempt_curr(rq_dest, p);
H A Dsched_fair.c1112 .check_preempt_curr = check_preempt_wakeup,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsched.h864 void (*check_preempt_curr) (struct rq *rq, struct task_struct *p); member in struct:sched_class

Completed in 118 milliseconds