Searched defs:scx_rq (Results 1 – 1 of 1) sorted by relevance
793 struct scx_rq { struct794 struct scx_dispatch_q local_dsq;795 struct list_head runnable_list; /* runnable tasks on this rq */796 struct list_head ddsp_deferred_locals; /* deferred ddsps from enq */797 unsigned long ops_qseq;798 u64 extra_enq_flags; /* see move_task_to_local_dsq() */799 u32 nr_running;800 u32 cpuperf_target; /* [0, SCHED_CAPACITY_SCALE] */801 bool cpu_released;802 u32 flags;[all …]