Home
last modified time | relevance | path

Searched defs:dsq (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/sched/ext/
H A Dext.c109 static bool dsq_is_rq_owned(struct scx_dispatch_q *dsq) in dsq_is_rq_owned()
504 static struct task_struct *nldsq_next_task(struct scx_dispatch_q *dsq, in nldsq_next_task()
534 #define nldsq_for_each_task(p, dsq) \ argument
552 struct scx_dispatch_q *dsq) in nldsq_cursor_next_task()
596 struct rq *rq, struct scx_dispatch_q *dsq, in nldsq_cursor_lost_task()
626 struct scx_dispatch_q *dsq; member
1082 void schedule_dsq_reenq(struct scx_sched *sch, struct scx_dispatch_q *dsq, in schedule_dsq_reenq()
1229 static bool dsq_insert_head(struct scx_dispatch_q *dsq, struct task_struct *p) in dsq_insert_head()
1423 static void dsq_inc_nr(struct scx_dispatch_q *dsq, struct task_struct *p, u64 enq_flags) in dsq_inc_nr()
1461 static void dsq_dec_nr(struct scx_dispatch_q *dsq, struct task_struct *p) in dsq_dec_nr()
[all …]
/linux/include/linux/sched/
H A Dext.h73 struct scx_dispatch_q *dsq; member
193 struct scx_dispatch_q *dsq; member
/linux/kernel/sched/
H A Dsched.h801 struct scx_dispatch_q dsq; /* stranded tasks awaiting rescue */ member