Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/sched/
Dfair.c5164 static inline int cfs_rq_throttled(struct cfs_rq *cfs_rq);
5227 if (cfs_rq_throttled(cfs_rq) && !cfs_rq->throttled_clock) in enqueue_entity()
5573 static inline int cfs_rq_throttled(struct cfs_rq *cfs_rq) in cfs_rq_throttled() function
5792 if (cfs_rq_throttled(qcfs_rq)) in unthrottle_cfs_rq()
5809 if (cfs_rq_throttled(qcfs_rq)) in unthrottle_cfs_rq()
5854 if (cfs_rq_throttled(cursor)) in __cfsb_csd_unthrottle()
5894 if (SCHED_WARN_ON(!cfs_rq_throttled(cfs_rq) || in unthrottle_cfs_rq_async()
5922 if (!cfs_rq_throttled(cfs_rq)) in distribute_cfs_runtime()
5963 if (cfs_rq_throttled(local_unthrottle)) in distribute_cfs_runtime()
6159 if (cfs_rq_throttled(cfs_rq)) in check_enqueue_throttle()
[all …]