Searched defs:scx_rq (Results 1 – 1 of 1) sorted by relevance
806 struct scx_rq { struct807 struct scx_dispatch_q local_dsq;808 struct list_head runnable_list; /* runnable tasks on this rq */809 struct list_head ddsp_deferred_locals; /* deferred ddsps from enq */810 unsigned long ops_qseq;811 u64 extra_enq_flags; /* see move_task_to_local_dsq() */812 u32 nr_running;813 u32 flags;814 u32 cpuperf_target; /* [0, SCHED_CAPACITY_SCALE] */815 bool cpu_released;[all …]