aba0a372b6b4a25215547da0e291 parent 7ea56616ba6b3d67a4892728182e38ae162ea3e7 author Peter Zijlstra 1213859217 +0200 committer Ingo Molnar 1213859217 +0200 sched: rt-group: heirarchy aware throttle The bandwidth throttle code dequeues a group when it runs out of quota, and re-queues it once the period rolls over and the quota gets refreshed. Sadly it failed to take the hierarchy into consideration. Share more of the enqueue/dequeue code with regular task opterations. Also, some operations like sched_setscheduler() can dequeue/enqueue tasks that are in throttled runqueues, we should not inadvertly re-enqueue empty runqueues so check for that. Signed-off-by: Peter Zijlstra Tested-by: Daniel K. Signed-off-by: Ingo Molnar ©Ã"H‘