Home
last modified time | relevance | path

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

/include/linux/
A Dsched.h567 struct sched_entity { struct
569 struct load_weight load;
570 struct rb_node run_node;
571 u64 deadline;
572 u64 min_vruntime;
573 u64 min_slice;
576 unsigned char on_rq;
601 struct sched_entity *parent; argument
603 struct cfs_rq *cfs_rq;
605 struct cfs_rq *my_q;
[all …]

Completed in 14 milliseconds