Searched refs:scx_dispatch_q (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/sched/ |
| H A D | ext.h | 71 struct scx_dispatch_q *dsq; 81 struct scx_dispatch_q { struct 188 struct scx_dispatch_q *dsq;
|
| /linux/kernel/sched/ |
| H A D | ext.c | 121 .key_len = sizeof_field(struct scx_dispatch_q, id), 122 .key_offset = offsetof(struct scx_dispatch_q, id), 123 .head_offset = offsetof(struct scx_dispatch_q, hash_node), 330 static struct scx_dispatch_q *find_global_dsq(struct scx_sched *sch, s32 cpu) in find_global_dsq() 335 static struct scx_dispatch_q *find_user_dsq(struct scx_sched *sch, u64 dsq_id) in find_user_dsq() 348 static struct scx_dispatch_q *bypass_dsq(struct scx_sched *sch, s32 cpu) in bypass_dsq() 353 static struct scx_dispatch_q *bypass_enq_target_dsq(struct scx_sched *sch, s32 cpu) in bypass_enq_target_dsq() 582 static struct task_struct *nldsq_next_task(struct scx_dispatch_q *dsq, in nldsq_next_task() 630 struct scx_dispatch_q *dsq) in nldsq_cursor_next_task() 674 struct rq *rq, struct scx_dispatch_q *dsq, in nldsq_cursor_lost_task() [all …]
|
| H A D | ext_internal.h | 998 struct scx_dispatch_q bypass_dsq; 1008 struct scx_dispatch_q global_dsq;
|
| H A D | sched.h | 794 struct scx_dispatch_q local_dsq;
|