Home
last modified time | relevance | path

Searched refs:scx_dispatch_q (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/sched/
H A Dext.h59 struct scx_dispatch_q { struct
140 struct scx_dispatch_q *dsq;
/linux/kernel/sched/
H A Dext.c947 static struct scx_dispatch_q **global_dsqs;
951 .key_offset = offsetof(struct scx_dispatch_q, id),
952 .head_offset = offsetof(struct scx_dispatch_q, hash_node),
1050 static struct scx_dispatch_q *find_global_dsq(struct task_struct *p) in find_global_dsq()
1055 static struct scx_dispatch_q *find_user_dsq(u64 dsq_id) in find_user_dsq()
1209 static struct task_struct *nldsq_next_task(struct scx_dispatch_q *dsq, in nldsq_next_task()
1265 struct scx_dispatch_q *dsq;
1665 static void dsq_mod_nr(struct scx_dispatch_q *dsq, s32 delta) in dsq_mod_nr()
1671 static void dispatch_enqueue(struct scx_dispatch_q *dsq, struct task_struct *p, in dispatch_enqueue()
1787 struct scx_dispatch_q *dsq) in task_unlink_from_dsq()
[all …]
H A Dsched.h763 struct scx_dispatch_q local_dsq;