Searched defs:sched_entity (Results 1 – 1 of 1) sorted by relevance
575 struct sched_entity { struct577 struct load_weight load;578 struct rb_node run_node;579 u64 deadline;580 u64 min_vruntime;581 u64 min_slice;605 struct sched_entity *parent; argument607 struct cfs_rq *cfs_rq;609 struct cfs_rq *my_q;611 unsigned long runnable_weight;[all …]