Lines Matching defs:qseq
112 unsigned long qseq;
1347 unsigned long qseq;
1389 qseq = rq->scx.ops_qseq++ << SCX_OPSS_QSEQ_SHIFT;
1392 atomic_long_set(&p->scx.ops_state, SCX_OPSS_QUEUEING | qseq);
1408 atomic_long_set_release(&p->scx.ops_state, SCX_OPSS_QUEUED | qseq);
1552 * DISPATCHING shouldn't have qseq set and control can reach
2041 * @qseq_at_dispatch: qseq when @p started getting dispatched
2049 * task and its qseq. Once ops.dispatch() returns, this function is called to
2079 * If qseq doesn't match, @p has gone through at least one
2126 finish_dispatch(sch, rq, ent->task, ent->qseq, ent->dsq_id,
4506 dump_line(s, " scx_state/flags=%u/0x%x dsq_flags=0x%x ops_state/qseq=%lu/%lu",
5709 .qseq = atomic_long_read(&p->scx.ops_state) & SCX_OPSS_QSEQ_MASK,