Searched refs:cfs_bandwidth_used (Results 1 – 1 of 1) sorted by relevance
6580 static inline bool cfs_bandwidth_used(void) in cfs_bandwidth_used() function6595 static bool cfs_bandwidth_used(void) in cfs_bandwidth_used() function6689 if (!cfs_bandwidth_used() || !cfs_rq->runtime_enabled) in account_cfs_rq_runtime()6697 return cfs_bandwidth_used() && cfs_rq->throttled; in cfs_rq_throttled()6702 return cfs_bandwidth_used() && cfs_rq->pelt_clock_throttled; in cfs_rq_pelt_clock_throttled()6708 return cfs_bandwidth_used() && cfs_rq->throttle_count; in throttled_hierarchy()6718 return cfs_bandwidth_used() && p->throttled; in task_is_throttled()7386 if (!cfs_bandwidth_used()) in return_cfs_rq_runtime()7427 if (!cfs_bandwidth_used()) in check_enqueue_throttle()7446 if (!cfs_bandwidth_used()) in sync_throttle()[all …]