Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dsched.h2449 struct sched_class { struct
2452 int uclamp_enabled;
2462 unsigned int queue_mask;
2472 void (*enqueue_task) (struct rq *rq, struct task_struct *p, int flags);
2480 bool (*dequeue_task) (struct rq *rq, struct task_struct *p, int flags);
2485 void (*yield_task) (struct rq *rq);
2489 bool (*yield_to_task)(struct rq *rq, struct task_struct *p);
2498 void (*wakeup_preempt)(struct rq *rq, struct task_struct *p, int flags);
2503 int (*balance)(struct rq *rq, struct task_struct *prev, struct rq_flags *rf);
2508 struct task_struct *(*pick_task)(struct rq *rq, struct rq_flags *rf);
[all …]
/linux/tools/perf/
H A Dbuiltin-kwork.c915 struct kwork_class *sched_class; in top_exit_event() local
/linux/include/linux/
H A Dsched.h877 const struct sched_class *sched_class; member