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.c5597 static inline bool cfs_bandwidth_used(void) in cfs_bandwidth_used() function
5612 static bool cfs_bandwidth_used(void) in cfs_bandwidth_used() function
5718 if (!cfs_bandwidth_used() || !cfs_rq->runtime_enabled) in account_cfs_rq_runtime()
5726 return cfs_bandwidth_used() && cfs_rq->throttled; in cfs_rq_throttled()
5731 return cfs_bandwidth_used() && cfs_rq->pelt_clock_throttled; in cfs_rq_pelt_clock_throttled()
5737 return cfs_bandwidth_used() && cfs_rq->throttle_count; in throttled_hierarchy()
5747 return cfs_bandwidth_used() && p->throttled; in task_is_throttled()
6360 if (!cfs_bandwidth_used()) in return_cfs_rq_runtime()
6405 if (!cfs_bandwidth_used()) in check_enqueue_throttle()
6426 if (!cfs_bandwidth_used()) in sync_throttle()
[all …]