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