Home
last modified time | relevance | path

Searched defs:sched_entity (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/
H A Dsched.h575 struct sched_entity { struct
577 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; argument
607 struct cfs_rq *cfs_rq;
609 struct cfs_rq *my_q;
611 unsigned long runnable_weight;
[all …]