Searched defs:scx_rq (Results 1 – 1 of 1) sorted by relevance
762 struct scx_rq { struct763 struct scx_dispatch_q local_dsq;764 struct list_head runnable_list; /* runnable tasks on this rq */765 struct list_head ddsp_deferred_locals; /* deferred ddsps from enq */766 unsigned long ops_qseq;767 u64 extra_enq_flags; /* see move_task_to_local_dsq() */768 u32 nr_running;769 u32 flags;770 u32 cpuperf_target; /* [0, SCHED_CAPACITY_SCALE] */771 bool cpu_released;[all …]