Home
last modified time | relevance | path

Searched refs:core_sched_seq (Results 1 – 2 of 2) sorted by relevance

/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c103 u64 core_sched_seq; member
218 * All enqueued tasks must have their core_sched_seq updated for correct in BPF_STRUCT_OPS()
221 tctx->core_sched_seq = core_sched_tail_seqs[idx]++; in BPF_STRUCT_OPS()
293 core_sched_head_seqs[idx] = tctx->core_sched_seq; in update_core_sched_head_seq()
453 * No other tasks. @prev will keep running. Update its core_sched_seq as in BPF_STRUCT_OPS()
463 tctx->core_sched_seq = in BPF_STRUCT_OPS()
507 qdist = tctx->core_sched_seq - core_sched_head_seqs[idx]; in task_qdist()
614 scx_bpf_dump("QMAP: force_local=%d core_sched_seq=%llu", in BPF_STRUCT_OPS()
615 taskc->force_local, taskc->core_sched_seq); in BPF_STRUCT_OPS()
/linux/kernel/sched/
H A Dsched.h1273 unsigned int core_sched_seq; member