Home
last modified time | relevance | path

Searched defs:sched_class (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/sched/
H A Dsched.h2624 struct sched_class { struct
2627 int uclamp_enabled;
2638 void (*enqueue_task) (struct rq *rq, struct task_struct *p, int flags);
2646 bool (*dequeue_task) (struct rq *rq, struct task_struct *p, int flags);
2651 void (*yield_task) (struct rq *rq);
2655 bool (*yield_to_task)(struct rq *rq, struct task_struct *p);
2664 void (*wakeup_preempt)(struct rq *rq, struct task_struct *p, int flags);
2669 int (*balance)(struct rq *rq, struct rq_flags *rf);
2674 struct task_struct *(*pick_task)(struct rq *rq, struct rq_flags *rf);
2680 void (*put_prev_task)(struct rq *rq, struct task_struct *p, struct task_struct *next);
[all …]
/linux/tools/perf/
H A Dbuiltin-kwork.c915 struct kwork_class *sched_class; top_exit_event() local