Home
last modified time | relevance | path

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

/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h1116 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 …]
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h1315 const struct sched_class *sched_class; member
2452 struct sched_class { struct
2453 int uclamp_enabled;
2454 void (*enqueue_task)(struct rq *, struct task_struct *, int);
2455 void (*dequeue_task)(struct rq *, struct task_struct *, int);
2456 void (*yield_task)(struct rq *);
2457 bool (*yield_to_task)(struct rq *, struct task_struct *);
2458 void (*check_preempt_curr)(struct rq *, struct task_struct *, int);
2459 struct task_struct * (*pick_next_task)(struct rq *);
2460 void (*put_prev_task)(struct rq *, struct task_struct *);
[all …]
Dvmlinux.h1315 const struct sched_class *sched_class; member
2452 struct sched_class { struct
2453 int uclamp_enabled;
2454 void (*enqueue_task)(struct rq *, struct task_struct *, int);
2455 void (*dequeue_task)(struct rq *, struct task_struct *, int);
2456 void (*yield_task)(struct rq *);
2457 bool (*yield_to_task)(struct rq *, struct task_struct *);
2458 void (*check_preempt_curr)(struct rq *, struct task_struct *, int);
2459 struct task_struct * (*pick_next_task)(struct rq *);
2460 void (*put_prev_task)(struct rq *, struct task_struct *);
[all …]
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h924 const struct sched_class *sched_class; member
2309 struct sched_class { struct
2310 int uclamp_enabled;
2311 void (*enqueue_task)(struct rq *, struct task_struct *, int);
2312 void (*dequeue_task)(struct rq *, struct task_struct *, int);
2313 void (*yield_task)(struct rq *);
2314 bool (*yield_to_task)(struct rq *, struct task_struct *);
2315 void (*check_preempt_curr)(struct rq *, struct task_struct *, int);
2316 struct task_struct * (*pick_next_task)(struct rq *);
2317 void (*put_prev_task)(struct rq *, struct task_struct *);
[all …]
Dvmlinux_510.h924 const struct sched_class *sched_class; member
2309 struct sched_class { struct
2310 int uclamp_enabled;
2311 void (*enqueue_task)(struct rq *, struct task_struct *, int);
2312 void (*dequeue_task)(struct rq *, struct task_struct *, int);
2313 void (*yield_task)(struct rq *);
2314 bool (*yield_to_task)(struct rq *, struct task_struct *);
2315 void (*check_preempt_curr)(struct rq *, struct task_struct *, int);
2316 struct task_struct * (*pick_next_task)(struct rq *);
2317 void (*put_prev_task)(struct rq *, struct task_struct *);
[all …]
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h898 const struct sched_class *sched_class; member
4029 struct sched_class { struct
4030 const struct sched_class *next; argument
4031 void (*enqueue_task)(struct rq *, struct task_struct *, int);
4032 void (*dequeue_task)(struct rq *, struct task_struct *, int);
4033 void (*yield_task)(struct rq *);
4034 bool (*yield_to_task)(struct rq *, struct task_struct *, bool);
4035 void (*check_preempt_curr)(struct rq *, struct task_struct *, int);
4036 struct task_struct * (*pick_next_task)(struct rq *);
4037 void (*put_prev_task)(struct rq *, struct task_struct *);
[all …]
Dvmlinux.h898 const struct sched_class *sched_class; member
4029 struct sched_class { struct
4030 const struct sched_class *next; argument
4031 void (*enqueue_task)(struct rq *, struct task_struct *, int);
4032 void (*dequeue_task)(struct rq *, struct task_struct *, int);
4033 void (*yield_task)(struct rq *);
4034 bool (*yield_to_task)(struct rq *, struct task_struct *, bool);
4035 void (*check_preempt_curr)(struct rq *, struct task_struct *, int);
4036 struct task_struct * (*pick_next_task)(struct rq *);
4037 void (*put_prev_task)(struct rq *, struct task_struct *);
[all …]