Searched defs:sched_class (Results 1 – 1 of 1) sorted by relevance
| /third_party/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 1116 const struct sched_class *sched_class; member 4088 struct sched_class { struct 4089 void (*enqueue_task)(struct rq *, struct task_struct *, int); 4090 void (*dequeue_task)(struct rq *, struct task_struct *, int); 4091 void (*yield_task)(struct rq *); 4092 bool (*yield_to_task)(struct rq *, struct task_struct *); 4093 void (*check_preempt_curr)(struct rq *, struct task_struct *, int); 4094 struct task_struct * (*pick_next_task)(struct rq *); 4095 void (*put_prev_task)(struct rq *, struct task_struct *); 4096 void (*set_next_task)(struct rq *, struct task_struct *, bool); [all …]
|