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;
60 lockscx_dispatch_q global() argument
61 listscx_dispatch_q global() argument
62 priqscx_dispatch_q global() argument
63 nrscx_dispatch_q global() argument
64 seqscx_dispatch_q global() argument
65 idscx_dispatch_q global() argument
66 hash_nodescx_dispatch_q global() argument
67 free_nodescx_dispatch_q global() argument
68 rcuscx_dispatch_q global() argument
/linux/kernel/sched/
H A Dext.c866 struct scx_dispatch_q **global_dsqs;
1117 .key_len = sizeof_field(struct scx_dispatch_q, id),
1118 .key_offset = offsetof(struct scx_dispatch_q, id),
1119 .head_offset = offsetof(struct scx_dispatch_q, hash_node),
1235 static struct scx_dispatch_q *find_global_dsq(struct task_struct *p) in find_global_dsq()
1242 static struct scx_dispatch_q *find_user_dsq(struct scx_sched *sch, u64 dsq_id) in find_user_dsq()
1420 static struct task_struct *nldsq_next_task(struct scx_dispatch_q *dsq, in nldsq_next_task()
1476 struct scx_dispatch_q *dsq;
1939 static void dsq_mod_nr(struct scx_dispatch_q *dsq, s32 delta) in dsq_mod_nr()
1951 static void dispatch_enqueue(struct scx_sched *sch, struct scx_dispatch_q *ds
[all...]
H A Dsched.h766 struct scx_dispatch_q local_dsq;