Home
last modified time | relevance | path

Searched refs:scx_sched (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/sched/
H A Dext.c853 struct scx_sched { struct
1054 static struct scx_sched __rcu *scx_root;
1174 static void scx_vexit(struct scx_sched *sch, enum scx_exit_kind kind,
1177 static __printf(4, 5) void scx_exit(struct scx_sched *sch, in scx_exit()
1191 struct scx_sched *sch; in scx_kf_exit()
1237 struct scx_sched *sch = scx_root; in find_global_dsq()
1242 static struct scx_dispatch_q *find_user_dsq(struct scx_sched *sch, u64 dsq_id) in find_user_dsq()
1705 static void scx_read_events(struct scx_sched *sch,
1758 static bool ops_cpu_valid(struct scx_sched *sch, s32 cpu, const char *where) in ops_cpu_valid()
1798 static int ops_sanitize_err(struct scx_sched *sch, const char *ops_name, s32 err) in ops_sanitize_err()
[all …]
H A Dext_idle.c736 struct scx_sched *sch = scx_root; in __scx_update_idle()