Home
last modified time | relevance | path

Searched refs:cfs_rq_max_slice (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/sched/
H A Dfair.c751 static inline u64 cfs_rq_max_slice(struct cfs_rq *cfs_rq);
769 u64 max_slice = cfs_rq_max_slice(cfs_rq) + TICK_NSEC; in update_entity_lag()
833 static inline u64 cfs_rq_max_slice(struct cfs_rq *cfs_rq) in cfs_rq_max_slice() function