Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c5857 static inline bool cfs_bandwidth_used(void) in cfs_bandwidth_used() function
5872 static bool cfs_bandwidth_used(void) in cfs_bandwidth_used() function
5978 if (!cfs_bandwidth_used() || !cfs_rq->runtime_enabled) in account_cfs_rq_runtime()
5986 return cfs_bandwidth_used() && cfs_rq->throttled; in cfs_rq_throttled()
5991 return cfs_bandwidth_used() && cfs_rq->pelt_clock_throttled; in cfs_rq_pelt_clock_throttled()
5997 return cfs_bandwidth_used() && cfs_rq->throttle_count; in throttled_hierarchy()
6007 return cfs_bandwidth_used() && p->throttled; in task_is_throttled()
6621 if (!cfs_bandwidth_used()) in return_cfs_rq_runtime()
6666 if (!cfs_bandwidth_used()) in check_enqueue_throttle()
6687 if (!cfs_bandwidth_used()) in sync_throttle()
[all …]