Searched defs:sched_ext_entity (Results 1 – 1 of 1) sorted by relevance
143 struct sched_ext_entity { struct144 struct scx_dispatch_q *dsq;145 struct scx_dsq_list_node dsq_list; /* dispatch order */146 struct rb_node dsq_priq; /* p->scx.dsq_vtime order */147 u32 dsq_seq;148 u32 dsq_flags; /* protected by DSQ lock */149 u32 flags; /* protected by rq lock */150 u32 weight;151 s32 sticky_cpu;152 s32 holding_cpu;[all …]