Searched refs:core_sched_seq (Results 1 – 3 of 3) sorted by relevance
105 u64 core_sched_seq; member 223 * All enqueued tasks must have their core_sched_seq updated for correct in BPF_STRUCT_OPS() 226 tctx->core_sched_seq = core_sched_tail_seqs[idx]++; in BPF_STRUCT_OPS() 298 core_sched_head_seqs[idx] = tctx->core_sched_seq; in update_core_sched_head_seq() 454 * No other tasks. @prev will keep running. Update its core_sched_seq as in BPF_STRUCT_OPS() 464 tctx->core_sched_seq = in BPF_STRUCT_OPS() 508 qdist = tctx->core_sched_seq - core_sched_head_seqs[idx]; in task_qdist() 645 scx_bpf_dump("QMAP: force_local=%d core_sched_seq=%llu", in BPF_STRUCT_OPS() 646 taskc->force_local, taskc->core_sched_seq); in BPF_STRUCT_OPS()
6049 rq->core->core_pick_seq != rq->core_sched_seq && in pick_next_task()6051 WRITE_ONCE(rq->core_sched_seq, rq->core->core_pick_seq); in pick_next_task()6184 rq->core_sched_seq = rq->core->core_pick_seq; in pick_next_task()
1322 unsigned int core_sched_seq; member