sched_rt.c 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782
  1. /*
  2. * Real-Time Scheduling Class (mapped to the SCHED_FIFO and SCHED_RR
  3. * policies)
  4. */
  5. #ifdef CONFIG_RT_GROUP_SCHED
  6. #define rt_entity_is_task(rt_se) (!(rt_se)->my_q)
  7. static inline struct task_struct *rt_task_of(struct sched_rt_entity *rt_se)
  8. {
  9. #ifdef CONFIG_SCHED_DEBUG
  10. WARN_ON_ONCE(!rt_entity_is_task(rt_se));
  11. #endif
  12. return container_of(rt_se, struct task_struct, rt);
  13. }
  14. static inline struct rq *rq_of_rt_rq(struct rt_rq *rt_rq)
  15. {
  16. return rt_rq->rq;
  17. }
  18. static inline struct rt_rq *rt_rq_of_se(struct sched_rt_entity *rt_se)
  19. {
  20. return rt_se->rt_rq;
  21. }
  22. #else /* CONFIG_RT_GROUP_SCHED */
  23. #define rt_entity_is_task(rt_se) (1)
  24. static inline struct task_struct *rt_task_of(struct sched_rt_entity *rt_se)
  25. {
  26. return container_of(rt_se, struct task_struct, rt);
  27. }
  28. static inline struct rq *rq_of_rt_rq(struct rt_rq *rt_rq)
  29. {
  30. return container_of(rt_rq, struct rq, rt);
  31. }
  32. static inline struct rt_rq *rt_rq_of_se(struct sched_rt_entity *rt_se)
  33. {
  34. struct task_struct *p = rt_task_of(rt_se);
  35. struct rq *rq = task_rq(p);
  36. return &rq->rt;
  37. }
  38. #endif /* CONFIG_RT_GROUP_SCHED */
  39. #ifdef CONFIG_SMP
  40. static inline int rt_overloaded(struct rq *rq)
  41. {
  42. return atomic_read(&rq->rd->rto_count);
  43. }
  44. static inline void rt_set_overload(struct rq *rq)
  45. {
  46. if (!rq->online)
  47. return;
  48. cpumask_set_cpu(rq->cpu, rq->rd->rto_mask);
  49. /*
  50. * Make sure the mask is visible before we set
  51. * the overload count. That is checked to determine
  52. * if we should look at the mask. It would be a shame
  53. * if we looked at the mask, but the mask was not
  54. * updated yet.
  55. */
  56. wmb();
  57. atomic_inc(&rq->rd->rto_count);
  58. }
  59. static inline void rt_clear_overload(struct rq *rq)
  60. {
  61. if (!rq->online)
  62. return;
  63. /* the order here really doesn't matter */
  64. atomic_dec(&rq->rd->rto_count);
  65. cpumask_clear_cpu(rq->cpu, rq->rd->rto_mask);
  66. }
  67. static void update_rt_migration(struct rt_rq *rt_rq)
  68. {
  69. if (rt_rq->rt_nr_migratory && rt_rq->rt_nr_total > 1) {
  70. if (!rt_rq->overloaded) {
  71. rt_set_overload(rq_of_rt_rq(rt_rq));
  72. rt_rq->overloaded = 1;
  73. }
  74. } else if (rt_rq->overloaded) {
  75. rt_clear_overload(rq_of_rt_rq(rt_rq));
  76. rt_rq->overloaded = 0;
  77. }
  78. }
  79. static void inc_rt_migration(struct sched_rt_entity *rt_se, struct rt_rq *rt_rq)
  80. {
  81. if (!rt_entity_is_task(rt_se))
  82. return;
  83. rt_rq = &rq_of_rt_rq(rt_rq)->rt;
  84. rt_rq->rt_nr_total++;
  85. if (rt_se->nr_cpus_allowed > 1)
  86. rt_rq->rt_nr_migratory++;
  87. update_rt_migration(rt_rq);
  88. }
  89. static void dec_rt_migration(struct sched_rt_entity *rt_se, struct rt_rq *rt_rq)
  90. {
  91. if (!rt_entity_is_task(rt_se))
  92. return;
  93. rt_rq = &rq_of_rt_rq(rt_rq)->rt;
  94. rt_rq->rt_nr_total--;
  95. if (rt_se->nr_cpus_allowed > 1)
  96. rt_rq->rt_nr_migratory--;
  97. update_rt_migration(rt_rq);
  98. }
  99. static void enqueue_pushable_task(struct rq *rq, struct task_struct *p)
  100. {
  101. plist_del(&p->pushable_tasks, &rq->rt.pushable_tasks);
  102. plist_node_init(&p->pushable_tasks, p->prio);
  103. plist_add(&p->pushable_tasks, &rq->rt.pushable_tasks);
  104. }
  105. static void dequeue_pushable_task(struct rq *rq, struct task_struct *p)
  106. {
  107. plist_del(&p->pushable_tasks, &rq->rt.pushable_tasks);
  108. }
  109. static inline int has_pushable_tasks(struct rq *rq)
  110. {
  111. return !plist_head_empty(&rq->rt.pushable_tasks);
  112. }
  113. #else
  114. static inline void enqueue_pushable_task(struct rq *rq, struct task_struct *p)
  115. {
  116. }
  117. static inline void dequeue_pushable_task(struct rq *rq, struct task_struct *p)
  118. {
  119. }
  120. static inline
  121. void inc_rt_migration(struct sched_rt_entity *rt_se, struct rt_rq *rt_rq)
  122. {
  123. }
  124. static inline
  125. void dec_rt_migration(struct sched_rt_entity *rt_se, struct rt_rq *rt_rq)
  126. {
  127. }
  128. #endif /* CONFIG_SMP */
  129. static inline int on_rt_rq(struct sched_rt_entity *rt_se)
  130. {
  131. return !list_empty(&rt_se->run_list);
  132. }
  133. #ifdef CONFIG_RT_GROUP_SCHED
  134. static inline u64 sched_rt_runtime(struct rt_rq *rt_rq)
  135. {
  136. if (!rt_rq->tg)
  137. return RUNTIME_INF;
  138. return rt_rq->rt_runtime;
  139. }
  140. static inline u64 sched_rt_period(struct rt_rq *rt_rq)
  141. {
  142. return ktime_to_ns(rt_rq->tg->rt_bandwidth.rt_period);
  143. }
  144. #define for_each_leaf_rt_rq(rt_rq, rq) \
  145. list_for_each_entry_rcu(rt_rq, &rq->leaf_rt_rq_list, leaf_rt_rq_list)
  146. #define for_each_sched_rt_entity(rt_se) \
  147. for (; rt_se; rt_se = rt_se->parent)
  148. static inline struct rt_rq *group_rt_rq(struct sched_rt_entity *rt_se)
  149. {
  150. return rt_se->my_q;
  151. }
  152. static void enqueue_rt_entity(struct sched_rt_entity *rt_se);
  153. static void dequeue_rt_entity(struct sched_rt_entity *rt_se);
  154. static void sched_rt_rq_enqueue(struct rt_rq *rt_rq)
  155. {
  156. struct task_struct *curr = rq_of_rt_rq(rt_rq)->curr;
  157. struct sched_rt_entity *rt_se = rt_rq->rt_se;
  158. if (rt_rq->rt_nr_running) {
  159. if (rt_se && !on_rt_rq(rt_se))
  160. enqueue_rt_entity(rt_se);
  161. if (rt_rq->highest_prio.curr < curr->prio)
  162. resched_task(curr);
  163. }
  164. }
  165. static void sched_rt_rq_dequeue(struct rt_rq *rt_rq)
  166. {
  167. struct sched_rt_entity *rt_se = rt_rq->rt_se;
  168. if (rt_se && on_rt_rq(rt_se))
  169. dequeue_rt_entity(rt_se);
  170. }
  171. static inline int rt_rq_throttled(struct rt_rq *rt_rq)
  172. {
  173. return rt_rq->rt_throttled && !rt_rq->rt_nr_boosted;
  174. }
  175. static int rt_se_boosted(struct sched_rt_entity *rt_se)
  176. {
  177. struct rt_rq *rt_rq = group_rt_rq(rt_se);
  178. struct task_struct *p;
  179. if (rt_rq)
  180. return !!rt_rq->rt_nr_boosted;
  181. p = rt_task_of(rt_se);
  182. return p->prio != p->normal_prio;
  183. }
  184. #ifdef CONFIG_SMP
  185. static inline const struct cpumask *sched_rt_period_mask(void)
  186. {
  187. return cpu_rq(smp_processor_id())->rd->span;
  188. }
  189. #else
  190. static inline const struct cpumask *sched_rt_period_mask(void)
  191. {
  192. return cpu_online_mask;
  193. }
  194. #endif
  195. static inline
  196. struct rt_rq *sched_rt_period_rt_rq(struct rt_bandwidth *rt_b, int cpu)
  197. {
  198. return container_of(rt_b, struct task_group, rt_bandwidth)->rt_rq[cpu];
  199. }
  200. static inline struct rt_bandwidth *sched_rt_bandwidth(struct rt_rq *rt_rq)
  201. {
  202. return &rt_rq->tg->rt_bandwidth;
  203. }
  204. #else /* !CONFIG_RT_GROUP_SCHED */
  205. static inline u64 sched_rt_runtime(struct rt_rq *rt_rq)
  206. {
  207. return rt_rq->rt_runtime;
  208. }
  209. static inline u64 sched_rt_period(struct rt_rq *rt_rq)
  210. {
  211. return ktime_to_ns(def_rt_bandwidth.rt_period);
  212. }
  213. #define for_each_leaf_rt_rq(rt_rq, rq) \
  214. for (rt_rq = &rq->rt; rt_rq; rt_rq = NULL)
  215. #define for_each_sched_rt_entity(rt_se) \
  216. for (; rt_se; rt_se = NULL)
  217. static inline struct rt_rq *group_rt_rq(struct sched_rt_entity *rt_se)
  218. {
  219. return NULL;
  220. }
  221. static inline void sched_rt_rq_enqueue(struct rt_rq *rt_rq)
  222. {
  223. if (rt_rq->rt_nr_running)
  224. resched_task(rq_of_rt_rq(rt_rq)->curr);
  225. }
  226. static inline void sched_rt_rq_dequeue(struct rt_rq *rt_rq)
  227. {
  228. }
  229. static inline int rt_rq_throttled(struct rt_rq *rt_rq)
  230. {
  231. return rt_rq->rt_throttled;
  232. }
  233. static inline const struct cpumask *sched_rt_period_mask(void)
  234. {
  235. return cpu_online_mask;
  236. }
  237. static inline
  238. struct rt_rq *sched_rt_period_rt_rq(struct rt_bandwidth *rt_b, int cpu)
  239. {
  240. return &cpu_rq(cpu)->rt;
  241. }
  242. static inline struct rt_bandwidth *sched_rt_bandwidth(struct rt_rq *rt_rq)
  243. {
  244. return &def_rt_bandwidth;
  245. }
  246. #endif /* CONFIG_RT_GROUP_SCHED */
  247. #ifdef CONFIG_SMP
  248. /*
  249. * We ran out of runtime, see if we can borrow some from our neighbours.
  250. */
  251. static int do_balance_runtime(struct rt_rq *rt_rq)
  252. {
  253. struct rt_bandwidth *rt_b = sched_rt_bandwidth(rt_rq);
  254. struct root_domain *rd = cpu_rq(smp_processor_id())->rd;
  255. int i, weight, more = 0;
  256. u64 rt_period;
  257. weight = cpumask_weight(rd->span);
  258. raw_spin_lock(&rt_b->rt_runtime_lock);
  259. rt_period = ktime_to_ns(rt_b->rt_period);
  260. for_each_cpu(i, rd->span) {
  261. struct rt_rq *iter = sched_rt_period_rt_rq(rt_b, i);
  262. s64 diff;
  263. if (iter == rt_rq)
  264. continue;
  265. raw_spin_lock(&iter->rt_runtime_lock);
  266. /*
  267. * Either all rqs have inf runtime and there's nothing to steal
  268. * or __disable_runtime() below sets a specific rq to inf to
  269. * indicate its been disabled and disalow stealing.
  270. */
  271. if (iter->rt_runtime == RUNTIME_INF)
  272. goto next;
  273. /*
  274. * From runqueues with spare time, take 1/n part of their
  275. * spare time, but no more than our period.
  276. */
  277. diff = iter->rt_runtime - iter->rt_time;
  278. if (diff > 0) {
  279. diff = div_u64((u64)diff, weight);
  280. if (rt_rq->rt_runtime + diff > rt_period)
  281. diff = rt_period - rt_rq->rt_runtime;
  282. iter->rt_runtime -= diff;
  283. rt_rq->rt_runtime += diff;
  284. more = 1;
  285. if (rt_rq->rt_runtime == rt_period) {
  286. raw_spin_unlock(&iter->rt_runtime_lock);
  287. break;
  288. }
  289. }
  290. next:
  291. raw_spin_unlock(&iter->rt_runtime_lock);
  292. }
  293. raw_spin_unlock(&rt_b->rt_runtime_lock);
  294. return more;
  295. }
  296. /*
  297. * Ensure this RQ takes back all the runtime it lend to its neighbours.
  298. */
  299. static void __disable_runtime(struct rq *rq)
  300. {
  301. struct root_domain *rd = rq->rd;
  302. struct rt_rq *rt_rq;
  303. if (unlikely(!scheduler_running))
  304. return;
  305. for_each_leaf_rt_rq(rt_rq, rq) {
  306. struct rt_bandwidth *rt_b = sched_rt_bandwidth(rt_rq);
  307. s64 want;
  308. int i;
  309. raw_spin_lock(&rt_b->rt_runtime_lock);
  310. raw_spin_lock(&rt_rq->rt_runtime_lock);
  311. /*
  312. * Either we're all inf and nobody needs to borrow, or we're
  313. * already disabled and thus have nothing to do, or we have
  314. * exactly the right amount of runtime to take out.
  315. */
  316. if (rt_rq->rt_runtime == RUNTIME_INF ||
  317. rt_rq->rt_runtime == rt_b->rt_runtime)
  318. goto balanced;
  319. raw_spin_unlock(&rt_rq->rt_runtime_lock);
  320. /*
  321. * Calculate the difference between what we started out with
  322. * and what we current have, that's the amount of runtime
  323. * we lend and now have to reclaim.
  324. */
  325. want = rt_b->rt_runtime - rt_rq->rt_runtime;
  326. /*
  327. * Greedy reclaim, take back as much as we can.
  328. */
  329. for_each_cpu(i, rd->span) {
  330. struct rt_rq *iter = sched_rt_period_rt_rq(rt_b, i);
  331. s64 diff;
  332. /*
  333. * Can't reclaim from ourselves or disabled runqueues.
  334. */
  335. if (iter == rt_rq || iter->rt_runtime == RUNTIME_INF)
  336. continue;
  337. raw_spin_lock(&iter->rt_runtime_lock);
  338. if (want > 0) {
  339. diff = min_t(s64, iter->rt_runtime, want);
  340. iter->rt_runtime -= diff;
  341. want -= diff;
  342. } else {
  343. iter->rt_runtime -= want;
  344. want -= want;
  345. }
  346. raw_spin_unlock(&iter->rt_runtime_lock);
  347. if (!want)
  348. break;
  349. }
  350. raw_spin_lock(&rt_rq->rt_runtime_lock);
  351. /*
  352. * We cannot be left wanting - that would mean some runtime
  353. * leaked out of the system.
  354. */
  355. BUG_ON(want);
  356. balanced:
  357. /*
  358. * Disable all the borrow logic by pretending we have inf
  359. * runtime - in which case borrowing doesn't make sense.
  360. */
  361. rt_rq->rt_runtime = RUNTIME_INF;
  362. raw_spin_unlock(&rt_rq->rt_runtime_lock);
  363. raw_spin_unlock(&rt_b->rt_runtime_lock);
  364. }
  365. }
  366. static void disable_runtime(struct rq *rq)
  367. {
  368. unsigned long flags;
  369. raw_spin_lock_irqsave(&rq->lock, flags);
  370. __disable_runtime(rq);
  371. raw_spin_unlock_irqrestore(&rq->lock, flags);
  372. }
  373. static void __enable_runtime(struct rq *rq)
  374. {
  375. struct rt_rq *rt_rq;
  376. if (unlikely(!scheduler_running))
  377. return;
  378. /*
  379. * Reset each runqueue's bandwidth settings
  380. */
  381. for_each_leaf_rt_rq(rt_rq, rq) {
  382. struct rt_bandwidth *rt_b = sched_rt_bandwidth(rt_rq);
  383. raw_spin_lock(&rt_b->rt_runtime_lock);
  384. raw_spin_lock(&rt_rq->rt_runtime_lock);
  385. rt_rq->rt_runtime = rt_b->rt_runtime;
  386. rt_rq->rt_time = 0;
  387. rt_rq->rt_throttled = 0;
  388. raw_spin_unlock(&rt_rq->rt_runtime_lock);
  389. raw_spin_unlock(&rt_b->rt_runtime_lock);
  390. }
  391. }
  392. static void enable_runtime(struct rq *rq)
  393. {
  394. unsigned long flags;
  395. raw_spin_lock_irqsave(&rq->lock, flags);
  396. __enable_runtime(rq);
  397. raw_spin_unlock_irqrestore(&rq->lock, flags);
  398. }
  399. static int balance_runtime(struct rt_rq *rt_rq)
  400. {
  401. int more = 0;
  402. if (rt_rq->rt_time > rt_rq->rt_runtime) {
  403. raw_spin_unlock(&rt_rq->rt_runtime_lock);
  404. more = do_balance_runtime(rt_rq);
  405. raw_spin_lock(&rt_rq->rt_runtime_lock);
  406. }
  407. return more;
  408. }
  409. #else /* !CONFIG_SMP */
  410. static inline int balance_runtime(struct rt_rq *rt_rq)
  411. {
  412. return 0;
  413. }
  414. #endif /* CONFIG_SMP */
  415. static int do_sched_rt_period_timer(struct rt_bandwidth *rt_b, int overrun)
  416. {
  417. int i, idle = 1;
  418. const struct cpumask *span;
  419. if (!rt_bandwidth_enabled() || rt_b->rt_runtime == RUNTIME_INF)
  420. return 1;
  421. span = sched_rt_period_mask();
  422. for_each_cpu(i, span) {
  423. int enqueue = 0;
  424. struct rt_rq *rt_rq = sched_rt_period_rt_rq(rt_b, i);
  425. struct rq *rq = rq_of_rt_rq(rt_rq);
  426. raw_spin_lock(&rq->lock);
  427. if (rt_rq->rt_time) {
  428. u64 runtime;
  429. raw_spin_lock(&rt_rq->rt_runtime_lock);
  430. if (rt_rq->rt_throttled)
  431. balance_runtime(rt_rq);
  432. runtime = rt_rq->rt_runtime;
  433. rt_rq->rt_time -= min(rt_rq->rt_time, overrun*runtime);
  434. if (rt_rq->rt_throttled && rt_rq->rt_time < runtime) {
  435. rt_rq->rt_throttled = 0;
  436. enqueue = 1;
  437. }
  438. if (rt_rq->rt_time || rt_rq->rt_nr_running)
  439. idle = 0;
  440. raw_spin_unlock(&rt_rq->rt_runtime_lock);
  441. } else if (rt_rq->rt_nr_running)
  442. idle = 0;
  443. if (enqueue)
  444. sched_rt_rq_enqueue(rt_rq);
  445. raw_spin_unlock(&rq->lock);
  446. }
  447. return idle;
  448. }
  449. static inline int rt_se_prio(struct sched_rt_entity *rt_se)
  450. {
  451. #ifdef CONFIG_RT_GROUP_SCHED
  452. struct rt_rq *rt_rq = group_rt_rq(rt_se);
  453. if (rt_rq)
  454. return rt_rq->highest_prio.curr;
  455. #endif
  456. return rt_task_of(rt_se)->prio;
  457. }
  458. static int sched_rt_runtime_exceeded(struct rt_rq *rt_rq)
  459. {
  460. u64 runtime = sched_rt_runtime(rt_rq);
  461. if (rt_rq->rt_throttled)
  462. return rt_rq_throttled(rt_rq);
  463. if (sched_rt_runtime(rt_rq) >= sched_rt_period(rt_rq))
  464. return 0;
  465. balance_runtime(rt_rq);
  466. runtime = sched_rt_runtime(rt_rq);
  467. if (runtime == RUNTIME_INF)
  468. return 0;
  469. if (rt_rq->rt_time > runtime) {
  470. rt_rq->rt_throttled = 1;
  471. if (rt_rq_throttled(rt_rq)) {
  472. sched_rt_rq_dequeue(rt_rq);
  473. return 1;
  474. }
  475. }
  476. return 0;
  477. }
  478. /*
  479. * Update the current task's runtime statistics. Skip current tasks that
  480. * are not in our scheduling class.
  481. */
  482. static void update_curr_rt(struct rq *rq)
  483. {
  484. struct task_struct *curr = rq->curr;
  485. struct sched_rt_entity *rt_se = &curr->rt;
  486. struct rt_rq *rt_rq = rt_rq_of_se(rt_se);
  487. u64 delta_exec;
  488. if (!task_has_rt_policy(curr))
  489. return;
  490. delta_exec = rq->clock - curr->se.exec_start;
  491. if (unlikely((s64)delta_exec < 0))
  492. delta_exec = 0;
  493. schedstat_set(curr->se.exec_max, max(curr->se.exec_max, delta_exec));
  494. curr->se.sum_exec_runtime += delta_exec;
  495. account_group_exec_runtime(curr, delta_exec);
  496. curr->se.exec_start = rq->clock;
  497. cpuacct_charge(curr, delta_exec);
  498. sched_rt_avg_update(rq, delta_exec);
  499. if (!rt_bandwidth_enabled())
  500. return;
  501. for_each_sched_rt_entity(rt_se) {
  502. rt_rq = rt_rq_of_se(rt_se);
  503. if (sched_rt_runtime(rt_rq) != RUNTIME_INF) {
  504. raw_spin_lock(&rt_rq->rt_runtime_lock);
  505. rt_rq->rt_time += delta_exec;
  506. if (sched_rt_runtime_exceeded(rt_rq))
  507. resched_task(curr);
  508. raw_spin_unlock(&rt_rq->rt_runtime_lock);
  509. }
  510. }
  511. }
  512. #if defined CONFIG_SMP
  513. static struct task_struct *pick_next_highest_task_rt(struct rq *rq, int cpu);
  514. static inline int next_prio(struct rq *rq)
  515. {
  516. struct task_struct *next = pick_next_highest_task_rt(rq, rq->cpu);
  517. if (next && rt_prio(next->prio))
  518. return next->prio;
  519. else
  520. return MAX_RT_PRIO;
  521. }
  522. static void
  523. inc_rt_prio_smp(struct rt_rq *rt_rq, int prio, int prev_prio)
  524. {
  525. struct rq *rq = rq_of_rt_rq(rt_rq);
  526. if (prio < prev_prio) {
  527. /*
  528. * If the new task is higher in priority than anything on the
  529. * run-queue, we know that the previous high becomes our
  530. * next-highest.
  531. */
  532. rt_rq->highest_prio.next = prev_prio;
  533. if (rq->online)
  534. cpupri_set(&rq->rd->cpupri, rq->cpu, prio);
  535. } else if (prio == rt_rq->highest_prio.curr)
  536. /*
  537. * If the next task is equal in priority to the highest on
  538. * the run-queue, then we implicitly know that the next highest
  539. * task cannot be any lower than current
  540. */
  541. rt_rq->highest_prio.next = prio;
  542. else if (prio < rt_rq->highest_prio.next)
  543. /*
  544. * Otherwise, we need to recompute next-highest
  545. */
  546. rt_rq->highest_prio.next = next_prio(rq);
  547. }
  548. static void
  549. dec_rt_prio_smp(struct rt_rq *rt_rq, int prio, int prev_prio)
  550. {
  551. struct rq *rq = rq_of_rt_rq(rt_rq);
  552. if (rt_rq->rt_nr_running && (prio <= rt_rq->highest_prio.next))
  553. rt_rq->highest_prio.next = next_prio(rq);
  554. if (rq->online && rt_rq->highest_prio.curr != prev_prio)
  555. cpupri_set(&rq->rd->cpupri, rq->cpu, rt_rq->highest_prio.curr);
  556. }
  557. #else /* CONFIG_SMP */
  558. static inline
  559. void inc_rt_prio_smp(struct rt_rq *rt_rq, int prio, int prev_prio) {}
  560. static inline
  561. void dec_rt_prio_smp(struct rt_rq *rt_rq, int prio, int prev_prio) {}
  562. #endif /* CONFIG_SMP */
  563. #if defined CONFIG_SMP || defined CONFIG_RT_GROUP_SCHED
  564. static void
  565. inc_rt_prio(struct rt_rq *rt_rq, int prio)
  566. {
  567. int prev_prio = rt_rq->highest_prio.curr;
  568. if (prio < prev_prio)
  569. rt_rq->highest_prio.curr = prio;
  570. inc_rt_prio_smp(rt_rq, prio, prev_prio);
  571. }
  572. static void
  573. dec_rt_prio(struct rt_rq *rt_rq, int prio)
  574. {
  575. int prev_prio = rt_rq->highest_prio.curr;
  576. if (rt_rq->rt_nr_running) {
  577. WARN_ON(prio < prev_prio);
  578. /*
  579. * This may have been our highest task, and therefore
  580. * we may have some recomputation to do
  581. */
  582. if (prio == prev_prio) {
  583. struct rt_prio_array *array = &rt_rq->active;
  584. rt_rq->highest_prio.curr =
  585. sched_find_first_bit(array->bitmap);
  586. }
  587. } else
  588. rt_rq->highest_prio.curr = MAX_RT_PRIO;
  589. dec_rt_prio_smp(rt_rq, prio, prev_prio);
  590. }
  591. #else
  592. static inline void inc_rt_prio(struct rt_rq *rt_rq, int prio) {}
  593. static inline void dec_rt_prio(struct rt_rq *rt_rq, int prio) {}
  594. #endif /* CONFIG_SMP || CONFIG_RT_GROUP_SCHED */
  595. #ifdef CONFIG_RT_GROUP_SCHED
  596. static void
  597. inc_rt_group(struct sched_rt_entity *rt_se, struct rt_rq *rt_rq)
  598. {
  599. if (rt_se_boosted(rt_se))
  600. rt_rq->rt_nr_boosted++;
  601. if (rt_rq->tg)
  602. start_rt_bandwidth(&rt_rq->tg->rt_bandwidth);
  603. }
  604. static void
  605. dec_rt_group(struct sched_rt_entity *rt_se, struct rt_rq *rt_rq)
  606. {
  607. if (rt_se_boosted(rt_se))
  608. rt_rq->rt_nr_boosted--;
  609. WARN_ON(!rt_rq->rt_nr_running && rt_rq->rt_nr_boosted);
  610. }
  611. #else /* CONFIG_RT_GROUP_SCHED */
  612. static void
  613. inc_rt_group(struct sched_rt_entity *rt_se, struct rt_rq *rt_rq)
  614. {
  615. start_rt_bandwidth(&def_rt_bandwidth);
  616. }
  617. static inline
  618. void dec_rt_group(struct sched_rt_entity *rt_se, struct rt_rq *rt_rq) {}
  619. #endif /* CONFIG_RT_GROUP_SCHED */
  620. static inline
  621. void inc_rt_tasks(struct sched_rt_entity *rt_se, struct rt_rq *rt_rq)
  622. {
  623. int prio = rt_se_prio(rt_se);
  624. WARN_ON(!rt_prio(prio));
  625. rt_rq->rt_nr_running++;
  626. inc_rt_prio(rt_rq, prio);
  627. inc_rt_migration(rt_se, rt_rq);
  628. inc_rt_group(rt_se, rt_rq);
  629. }
  630. static inline
  631. void dec_rt_tasks(struct sched_rt_entity *rt_se, struct rt_rq *rt_rq)
  632. {
  633. WARN_ON(!rt_prio(rt_se_prio(rt_se)));
  634. WARN_ON(!rt_rq->rt_nr_running);
  635. rt_rq->rt_nr_running--;
  636. dec_rt_prio(rt_rq, rt_se_prio(rt_se));
  637. dec_rt_migration(rt_se, rt_rq);
  638. dec_rt_group(rt_se, rt_rq);
  639. }
  640. static void __enqueue_rt_entity(struct sched_rt_entity *rt_se)
  641. {
  642. struct rt_rq *rt_rq = rt_rq_of_se(rt_se);
  643. struct rt_prio_array *array = &rt_rq->active;
  644. struct rt_rq *group_rq = group_rt_rq(rt_se);
  645. struct list_head *queue = array->queue + rt_se_prio(rt_se);
  646. /*
  647. * Don't enqueue the group if its throttled, or when empty.
  648. * The latter is a consequence of the former when a child group
  649. * get throttled and the current group doesn't have any other
  650. * active members.
  651. */
  652. if (group_rq && (rt_rq_throttled(group_rq) || !group_rq->rt_nr_running))
  653. return;
  654. list_add_tail(&rt_se->run_list, queue);
  655. __set_bit(rt_se_prio(rt_se), array->bitmap);
  656. inc_rt_tasks(rt_se, rt_rq);
  657. }
  658. static void __dequeue_rt_entity(struct sched_rt_entity *rt_se)
  659. {
  660. struct rt_rq *rt_rq = rt_rq_of_se(rt_se);
  661. struct rt_prio_array *array = &rt_rq->active;
  662. list_del_init(&rt_se->run_list);
  663. if (list_empty(array->queue + rt_se_prio(rt_se)))
  664. __clear_bit(rt_se_prio(rt_se), array->bitmap);
  665. dec_rt_tasks(rt_se, rt_rq);
  666. }
  667. /*
  668. * Because the prio of an upper entry depends on the lower
  669. * entries, we must remove entries top - down.
  670. */
  671. static void dequeue_rt_stack(struct sched_rt_entity *rt_se)
  672. {
  673. struct sched_rt_entity *back = NULL;
  674. for_each_sched_rt_entity(rt_se) {
  675. rt_se->back = back;
  676. back = rt_se;
  677. }
  678. for (rt_se = back; rt_se; rt_se = rt_se->back) {
  679. if (on_rt_rq(rt_se))
  680. __dequeue_rt_entity(rt_se);
  681. }
  682. }
  683. static void enqueue_rt_entity(struct sched_rt_entity *rt_se)
  684. {
  685. dequeue_rt_stack(rt_se);
  686. for_each_sched_rt_entity(rt_se)
  687. __enqueue_rt_entity(rt_se);
  688. }
  689. static void dequeue_rt_entity(struct sched_rt_entity *rt_se)
  690. {
  691. dequeue_rt_stack(rt_se);
  692. for_each_sched_rt_entity(rt_se) {
  693. struct rt_rq *rt_rq = group_rt_rq(rt_se);
  694. if (rt_rq && rt_rq->rt_nr_running)
  695. __enqueue_rt_entity(rt_se);
  696. }
  697. }
  698. /*
  699. * Adding/removing a task to/from a priority array:
  700. */
  701. static void enqueue_task_rt(struct rq *rq, struct task_struct *p, int wakeup)
  702. {
  703. struct sched_rt_entity *rt_se = &p->rt;
  704. if (wakeup)
  705. rt_se->timeout = 0;
  706. enqueue_rt_entity(rt_se);
  707. if (!task_current(rq, p) && p->rt.nr_cpus_allowed > 1)
  708. enqueue_pushable_task(rq, p);
  709. }
  710. static void dequeue_task_rt(struct rq *rq, struct task_struct *p, int sleep)
  711. {
  712. struct sched_rt_entity *rt_se = &p->rt;
  713. update_curr_rt(rq);
  714. dequeue_rt_entity(rt_se);
  715. dequeue_pushable_task(rq, p);
  716. }
  717. /*
  718. * Put task to the end of the run list without the overhead of dequeue
  719. * followed by enqueue.
  720. */
  721. static void
  722. requeue_rt_entity(struct rt_rq *rt_rq, struct sched_rt_entity *rt_se, int head)
  723. {
  724. if (on_rt_rq(rt_se)) {
  725. struct rt_prio_array *array = &rt_rq->active;
  726. struct list_head *queue = array->queue + rt_se_prio(rt_se);
  727. if (head)
  728. list_move(&rt_se->run_list, queue);
  729. else
  730. list_move_tail(&rt_se->run_list, queue);
  731. }
  732. }
  733. static void requeue_task_rt(struct rq *rq, struct task_struct *p, int head)
  734. {
  735. struct sched_rt_entity *rt_se = &p->rt;
  736. struct rt_rq *rt_rq;
  737. for_each_sched_rt_entity(rt_se) {
  738. rt_rq = rt_rq_of_se(rt_se);
  739. requeue_rt_entity(rt_rq, rt_se, head);
  740. }
  741. }
  742. static void yield_task_rt(struct rq *rq)
  743. {
  744. requeue_task_rt(rq, rq->curr, 0);
  745. }
  746. #ifdef CONFIG_SMP
  747. static int find_lowest_rq(struct task_struct *task);
  748. static int select_task_rq_rt(struct task_struct *p, int sd_flag, int flags)
  749. {
  750. struct rq *rq = task_rq(p);
  751. if (sd_flag != SD_BALANCE_WAKE)
  752. return smp_processor_id();
  753. /*
  754. * If the current task is an RT task, then
  755. * try to see if we can wake this RT task up on another
  756. * runqueue. Otherwise simply start this RT task
  757. * on its current runqueue.
  758. *
  759. * We want to avoid overloading runqueues. Even if
  760. * the RT task is of higher priority than the current RT task.
  761. * RT tasks behave differently than other tasks. If
  762. * one gets preempted, we try to push it off to another queue.
  763. * So trying to keep a preempting RT task on the same
  764. * cache hot CPU will force the running RT task to
  765. * a cold CPU. So we waste all the cache for the lower
  766. * RT task in hopes of saving some of a RT task
  767. * that is just being woken and probably will have
  768. * cold cache anyway.
  769. */
  770. if (unlikely(rt_task(rq->curr)) &&
  771. (p->rt.nr_cpus_allowed > 1)) {
  772. int cpu = find_lowest_rq(p);
  773. return (cpu == -1) ? task_cpu(p) : cpu;
  774. }
  775. /*
  776. * Otherwise, just let it ride on the affined RQ and the
  777. * post-schedule router will push the preempted task away
  778. */
  779. return task_cpu(p);
  780. }
  781. static void check_preempt_equal_prio(struct rq *rq, struct task_struct *p)
  782. {
  783. if (rq->curr->rt.nr_cpus_allowed == 1)
  784. return;
  785. if (p->rt.nr_cpus_allowed != 1
  786. && cpupri_find(&rq->rd->cpupri, p, NULL))
  787. return;
  788. if (!cpupri_find(&rq->rd->cpupri, rq->curr, NULL))
  789. return;
  790. /*
  791. * There appears to be other cpus that can accept
  792. * current and none to run 'p', so lets reschedule
  793. * to try and push current away:
  794. */
  795. requeue_task_rt(rq, p, 1);
  796. resched_task(rq->curr);
  797. }
  798. #endif /* CONFIG_SMP */
  799. /*
  800. * Preempt the current task with a newly woken task if needed:
  801. */
  802. static void check_preempt_curr_rt(struct rq *rq, struct task_struct *p, int flags)
  803. {
  804. if (p->prio < rq->curr->prio) {
  805. resched_task(rq->curr);
  806. return;
  807. }
  808. #ifdef CONFIG_SMP
  809. /*
  810. * If:
  811. *
  812. * - the newly woken task is of equal priority to the current task
  813. * - the newly woken task is non-migratable while current is migratable
  814. * - current will be preempted on the next reschedule
  815. *
  816. * we should check to see if current can readily move to a different
  817. * cpu. If so, we will reschedule to allow the push logic to try
  818. * to move current somewhere else, making room for our non-migratable
  819. * task.
  820. */
  821. if (p->prio == rq->curr->prio && !need_resched())
  822. check_preempt_equal_prio(rq, p);
  823. #endif
  824. }
  825. static struct sched_rt_entity *pick_next_rt_entity(struct rq *rq,
  826. struct rt_rq *rt_rq)
  827. {
  828. struct rt_prio_array *array = &rt_rq->active;
  829. struct sched_rt_entity *next = NULL;
  830. struct list_head *queue;
  831. int idx;
  832. idx = sched_find_first_bit(array->bitmap);
  833. BUG_ON(idx >= MAX_RT_PRIO);
  834. queue = array->queue + idx;
  835. next = list_entry(queue->next, struct sched_rt_entity, run_list);
  836. return next;
  837. }
  838. static struct task_struct *_pick_next_task_rt(struct rq *rq)
  839. {
  840. struct sched_rt_entity *rt_se;
  841. struct task_struct *p;
  842. struct rt_rq *rt_rq;
  843. rt_rq = &rq->rt;
  844. if (unlikely(!rt_rq->rt_nr_running))
  845. return NULL;
  846. if (rt_rq_throttled(rt_rq))
  847. return NULL;
  848. do {
  849. rt_se = pick_next_rt_entity(rq, rt_rq);
  850. BUG_ON(!rt_se);
  851. rt_rq = group_rt_rq(rt_se);
  852. } while (rt_rq);
  853. p = rt_task_of(rt_se);
  854. p->se.exec_start = rq->clock;
  855. return p;
  856. }
  857. static struct task_struct *pick_next_task_rt(struct rq *rq)
  858. {
  859. struct task_struct *p = _pick_next_task_rt(rq);
  860. /* The running task is never eligible for pushing */
  861. if (p)
  862. dequeue_pushable_task(rq, p);
  863. #ifdef CONFIG_SMP
  864. /*
  865. * We detect this state here so that we can avoid taking the RQ
  866. * lock again later if there is no need to push
  867. */
  868. rq->post_schedule = has_pushable_tasks(rq);
  869. #endif
  870. return p;
  871. }
  872. static void put_prev_task_rt(struct rq *rq, struct task_struct *p)
  873. {
  874. update_curr_rt(rq);
  875. p->se.exec_start = 0;
  876. /*
  877. * The previous task needs to be made eligible for pushing
  878. * if it is still active
  879. */
  880. if (p->se.on_rq && p->rt.nr_cpus_allowed > 1)
  881. enqueue_pushable_task(rq, p);
  882. }
  883. #ifdef CONFIG_SMP
  884. /* Only try algorithms three times */
  885. #define RT_MAX_TRIES 3
  886. static void deactivate_task(struct rq *rq, struct task_struct *p, int sleep);
  887. static int pick_rt_task(struct rq *rq, struct task_struct *p, int cpu)
  888. {
  889. if (!task_running(rq, p) &&
  890. (cpu < 0 || cpumask_test_cpu(cpu, &p->cpus_allowed)) &&
  891. (p->rt.nr_cpus_allowed > 1))
  892. return 1;
  893. return 0;
  894. }
  895. /* Return the second highest RT task, NULL otherwise */
  896. static struct task_struct *pick_next_highest_task_rt(struct rq *rq, int cpu)
  897. {
  898. struct task_struct *next = NULL;
  899. struct sched_rt_entity *rt_se;
  900. struct rt_prio_array *array;
  901. struct rt_rq *rt_rq;
  902. int idx;
  903. for_each_leaf_rt_rq(rt_rq, rq) {
  904. array = &rt_rq->active;
  905. idx = sched_find_first_bit(array->bitmap);
  906. next_idx:
  907. if (idx >= MAX_RT_PRIO)
  908. continue;
  909. if (next && next->prio < idx)
  910. continue;
  911. list_for_each_entry(rt_se, array->queue + idx, run_list) {
  912. struct task_struct *p = rt_task_of(rt_se);
  913. if (pick_rt_task(rq, p, cpu)) {
  914. next = p;
  915. break;
  916. }
  917. }
  918. if (!next) {
  919. idx = find_next_bit(array->bitmap, MAX_RT_PRIO, idx+1);
  920. goto next_idx;
  921. }
  922. }
  923. return next;
  924. }
  925. static DEFINE_PER_CPU(cpumask_var_t, local_cpu_mask);
  926. static int find_lowest_rq(struct task_struct *task)
  927. {
  928. struct sched_domain *sd;
  929. struct cpumask *lowest_mask = __get_cpu_var(local_cpu_mask);
  930. int this_cpu = smp_processor_id();
  931. int cpu = task_cpu(task);
  932. if (task->rt.nr_cpus_allowed == 1)
  933. return -1; /* No other targets possible */
  934. if (!cpupri_find(&task_rq(task)->rd->cpupri, task, lowest_mask))
  935. return -1; /* No targets found */
  936. /*
  937. * At this point we have built a mask of cpus representing the
  938. * lowest priority tasks in the system. Now we want to elect
  939. * the best one based on our affinity and topology.
  940. *
  941. * We prioritize the last cpu that the task executed on since
  942. * it is most likely cache-hot in that location.
  943. */
  944. if (cpumask_test_cpu(cpu, lowest_mask))
  945. return cpu;
  946. /*
  947. * Otherwise, we consult the sched_domains span maps to figure
  948. * out which cpu is logically closest to our hot cache data.
  949. */
  950. if (!cpumask_test_cpu(this_cpu, lowest_mask))
  951. this_cpu = -1; /* Skip this_cpu opt if not among lowest */
  952. for_each_domain(cpu, sd) {
  953. if (sd->flags & SD_WAKE_AFFINE) {
  954. int best_cpu;
  955. /*
  956. * "this_cpu" is cheaper to preempt than a
  957. * remote processor.
  958. */
  959. if (this_cpu != -1 &&
  960. cpumask_test_cpu(this_cpu, sched_domain_span(sd)))
  961. return this_cpu;
  962. best_cpu = cpumask_first_and(lowest_mask,
  963. sched_domain_span(sd));
  964. if (best_cpu < nr_cpu_ids)
  965. return best_cpu;
  966. }
  967. }
  968. /*
  969. * And finally, if there were no matches within the domains
  970. * just give the caller *something* to work with from the compatible
  971. * locations.
  972. */
  973. if (this_cpu != -1)
  974. return this_cpu;
  975. cpu = cpumask_any(lowest_mask);
  976. if (cpu < nr_cpu_ids)
  977. return cpu;
  978. return -1;
  979. }
  980. /* Will lock the rq it finds */
  981. static struct rq *find_lock_lowest_rq(struct task_struct *task, struct rq *rq)
  982. {
  983. struct rq *lowest_rq = NULL;
  984. int tries;
  985. int cpu;
  986. for (tries = 0; tries < RT_MAX_TRIES; tries++) {
  987. cpu = find_lowest_rq(task);
  988. if ((cpu == -1) || (cpu == rq->cpu))
  989. break;
  990. lowest_rq = cpu_rq(cpu);
  991. /* if the prio of this runqueue changed, try again */
  992. if (double_lock_balance(rq, lowest_rq)) {
  993. /*
  994. * We had to unlock the run queue. In
  995. * the mean time, task could have
  996. * migrated already or had its affinity changed.
  997. * Also make sure that it wasn't scheduled on its rq.
  998. */
  999. if (unlikely(task_rq(task) != rq ||
  1000. !cpumask_test_cpu(lowest_rq->cpu,
  1001. &task->cpus_allowed) ||
  1002. task_running(rq, task) ||
  1003. !task->se.on_rq)) {
  1004. raw_spin_unlock(&lowest_rq->lock);
  1005. lowest_rq = NULL;
  1006. break;
  1007. }
  1008. }
  1009. /* If this rq is still suitable use it. */
  1010. if (lowest_rq->rt.highest_prio.curr > task->prio)
  1011. break;
  1012. /* try again */
  1013. double_unlock_balance(rq, lowest_rq);
  1014. lowest_rq = NULL;
  1015. }
  1016. return lowest_rq;
  1017. }
  1018. static struct task_struct *pick_next_pushable_task(struct rq *rq)
  1019. {
  1020. struct task_struct *p;
  1021. if (!has_pushable_tasks(rq))
  1022. return NULL;
  1023. p = plist_first_entry(&rq->rt.pushable_tasks,
  1024. struct task_struct, pushable_tasks);
  1025. BUG_ON(rq->cpu != task_cpu(p));
  1026. BUG_ON(task_current(rq, p));
  1027. BUG_ON(p->rt.nr_cpus_allowed <= 1);
  1028. BUG_ON(!p->se.on_rq);
  1029. BUG_ON(!rt_task(p));
  1030. return p;
  1031. }
  1032. /*
  1033. * If the current CPU has more than one RT task, see if the non
  1034. * running task can migrate over to a CPU that is running a task
  1035. * of lesser priority.
  1036. */
  1037. static int push_rt_task(struct rq *rq)
  1038. {
  1039. struct task_struct *next_task;
  1040. struct rq *lowest_rq;
  1041. if (!rq->rt.overloaded)
  1042. return 0;
  1043. next_task = pick_next_pushable_task(rq);
  1044. if (!next_task)
  1045. return 0;
  1046. retry:
  1047. if (unlikely(next_task == rq->curr)) {
  1048. WARN_ON(1);
  1049. return 0;
  1050. }
  1051. /*
  1052. * It's possible that the next_task slipped in of
  1053. * higher priority than current. If that's the case
  1054. * just reschedule current.
  1055. */
  1056. if (unlikely(next_task->prio < rq->curr->prio)) {
  1057. resched_task(rq->curr);
  1058. return 0;
  1059. }
  1060. /* We might release rq lock */
  1061. get_task_struct(next_task);
  1062. /* find_lock_lowest_rq locks the rq if found */
  1063. lowest_rq = find_lock_lowest_rq(next_task, rq);
  1064. if (!lowest_rq) {
  1065. struct task_struct *task;
  1066. /*
  1067. * find lock_lowest_rq releases rq->lock
  1068. * so it is possible that next_task has migrated.
  1069. *
  1070. * We need to make sure that the task is still on the same
  1071. * run-queue and is also still the next task eligible for
  1072. * pushing.
  1073. */
  1074. task = pick_next_pushable_task(rq);
  1075. if (task_cpu(next_task) == rq->cpu && task == next_task) {
  1076. /*
  1077. * If we get here, the task hasnt moved at all, but
  1078. * it has failed to push. We will not try again,
  1079. * since the other cpus will pull from us when they
  1080. * are ready.
  1081. */
  1082. dequeue_pushable_task(rq, next_task);
  1083. goto out;
  1084. }
  1085. if (!task)
  1086. /* No more tasks, just exit */
  1087. goto out;
  1088. /*
  1089. * Something has shifted, try again.
  1090. */
  1091. put_task_struct(next_task);
  1092. next_task = task;
  1093. goto retry;
  1094. }
  1095. deactivate_task(rq, next_task, 0);
  1096. set_task_cpu(next_task, lowest_rq->cpu);
  1097. activate_task(lowest_rq, next_task, 0);
  1098. resched_task(lowest_rq->curr);
  1099. double_unlock_balance(rq, lowest_rq);
  1100. out:
  1101. put_task_struct(next_task);
  1102. return 1;
  1103. }
  1104. static void push_rt_tasks(struct rq *rq)
  1105. {
  1106. /* push_rt_task will return true if it moved an RT */
  1107. while (push_rt_task(rq))
  1108. ;
  1109. }
  1110. static int pull_rt_task(struct rq *this_rq)
  1111. {
  1112. int this_cpu = this_rq->cpu, ret = 0, cpu;
  1113. struct task_struct *p;
  1114. struct rq *src_rq;
  1115. if (likely(!rt_overloaded(this_rq)))
  1116. return 0;
  1117. for_each_cpu(cpu, this_rq->rd->rto_mask) {
  1118. if (this_cpu == cpu)
  1119. continue;
  1120. src_rq = cpu_rq(cpu);
  1121. /*
  1122. * Don't bother taking the src_rq->lock if the next highest
  1123. * task is known to be lower-priority than our current task.
  1124. * This may look racy, but if this value is about to go
  1125. * logically higher, the src_rq will push this task away.
  1126. * And if its going logically lower, we do not care
  1127. */
  1128. if (src_rq->rt.highest_prio.next >=
  1129. this_rq->rt.highest_prio.curr)
  1130. continue;
  1131. /*
  1132. * We can potentially drop this_rq's lock in
  1133. * double_lock_balance, and another CPU could
  1134. * alter this_rq
  1135. */
  1136. double_lock_balance(this_rq, src_rq);
  1137. /*
  1138. * Are there still pullable RT tasks?
  1139. */
  1140. if (src_rq->rt.rt_nr_running <= 1)
  1141. goto skip;
  1142. p = pick_next_highest_task_rt(src_rq, this_cpu);
  1143. /*
  1144. * Do we have an RT task that preempts
  1145. * the to-be-scheduled task?
  1146. */
  1147. if (p && (p->prio < this_rq->rt.highest_prio.curr)) {
  1148. WARN_ON(p == src_rq->curr);
  1149. WARN_ON(!p->se.on_rq);
  1150. /*
  1151. * There's a chance that p is higher in priority
  1152. * than what's currently running on its cpu.
  1153. * This is just that p is wakeing up and hasn't
  1154. * had a chance to schedule. We only pull
  1155. * p if it is lower in priority than the
  1156. * current task on the run queue
  1157. */
  1158. if (p->prio < src_rq->curr->prio)
  1159. goto skip;
  1160. ret = 1;
  1161. deactivate_task(src_rq, p, 0);
  1162. set_task_cpu(p, this_cpu);
  1163. activate_task(this_rq, p, 0);
  1164. /*
  1165. * We continue with the search, just in
  1166. * case there's an even higher prio task
  1167. * in another runqueue. (low likelyhood
  1168. * but possible)
  1169. */
  1170. }
  1171. skip:
  1172. double_unlock_balance(this_rq, src_rq);
  1173. }
  1174. return ret;
  1175. }
  1176. static void pre_schedule_rt(struct rq *rq, struct task_struct *prev)
  1177. {
  1178. /* Try to pull RT tasks here if we lower this rq's prio */
  1179. if (unlikely(rt_task(prev)) && rq->rt.highest_prio.curr > prev->prio)
  1180. pull_rt_task(rq);
  1181. }
  1182. static void post_schedule_rt(struct rq *rq)
  1183. {
  1184. push_rt_tasks(rq);
  1185. }
  1186. /*
  1187. * If we are not running and we are not going to reschedule soon, we should
  1188. * try to push tasks away now
  1189. */
  1190. static void task_woken_rt(struct rq *rq, struct task_struct *p)
  1191. {
  1192. if (!task_running(rq, p) &&
  1193. !test_tsk_need_resched(rq->curr) &&
  1194. has_pushable_tasks(rq) &&
  1195. p->rt.nr_cpus_allowed > 1)
  1196. push_rt_tasks(rq);
  1197. }
  1198. static unsigned long
  1199. load_balance_rt(struct rq *this_rq, int this_cpu, struct rq *busiest,
  1200. unsigned long max_load_move,
  1201. struct sched_domain *sd, enum cpu_idle_type idle,
  1202. int *all_pinned, int *this_best_prio)
  1203. {
  1204. /* don't touch RT tasks */
  1205. return 0;
  1206. }
  1207. static int
  1208. move_one_task_rt(struct rq *this_rq, int this_cpu, struct rq *busiest,
  1209. struct sched_domain *sd, enum cpu_idle_type idle)
  1210. {
  1211. /* don't touch RT tasks */
  1212. return 0;
  1213. }
  1214. static void set_cpus_allowed_rt(struct task_struct *p,
  1215. const struct cpumask *new_mask)
  1216. {
  1217. int weight = cpumask_weight(new_mask);
  1218. BUG_ON(!rt_task(p));
  1219. /*
  1220. * Update the migration status of the RQ if we have an RT task
  1221. * which is running AND changing its weight value.
  1222. */
  1223. if (p->se.on_rq && (weight != p->rt.nr_cpus_allowed)) {
  1224. struct rq *rq = task_rq(p);
  1225. if (!task_current(rq, p)) {
  1226. /*
  1227. * Make sure we dequeue this task from the pushable list
  1228. * before going further. It will either remain off of
  1229. * the list because we are no longer pushable, or it
  1230. * will be requeued.
  1231. */
  1232. if (p->rt.nr_cpus_allowed > 1)
  1233. dequeue_pushable_task(rq, p);
  1234. /*
  1235. * Requeue if our weight is changing and still > 1
  1236. */
  1237. if (weight > 1)
  1238. enqueue_pushable_task(rq, p);
  1239. }
  1240. if ((p->rt.nr_cpus_allowed <= 1) && (weight > 1)) {
  1241. rq->rt.rt_nr_migratory++;
  1242. } else if ((p->rt.nr_cpus_allowed > 1) && (weight <= 1)) {
  1243. BUG_ON(!rq->rt.rt_nr_migratory);
  1244. rq->rt.rt_nr_migratory--;
  1245. }
  1246. update_rt_migration(&rq->rt);
  1247. }
  1248. cpumask_copy(&p->cpus_allowed, new_mask);
  1249. p->rt.nr_cpus_allowed = weight;
  1250. }
  1251. /* Assumes rq->lock is held */
  1252. static void rq_online_rt(struct rq *rq)
  1253. {
  1254. if (rq->rt.overloaded)
  1255. rt_set_overload(rq);
  1256. __enable_runtime(rq);
  1257. cpupri_set(&rq->rd->cpupri, rq->cpu, rq->rt.highest_prio.curr);
  1258. }
  1259. /* Assumes rq->lock is held */
  1260. static void rq_offline_rt(struct rq *rq)
  1261. {
  1262. if (rq->rt.overloaded)
  1263. rt_clear_overload(rq);
  1264. __disable_runtime(rq);
  1265. cpupri_set(&rq->rd->cpupri, rq->cpu, CPUPRI_INVALID);
  1266. }
  1267. /*
  1268. * When switch from the rt queue, we bring ourselves to a position
  1269. * that we might want to pull RT tasks from other runqueues.
  1270. */
  1271. static void switched_from_rt(struct rq *rq, struct task_struct *p,
  1272. int running)
  1273. {
  1274. /*
  1275. * If there are other RT tasks then we will reschedule
  1276. * and the scheduling of the other RT tasks will handle
  1277. * the balancing. But if we are the last RT task
  1278. * we may need to handle the pulling of RT tasks
  1279. * now.
  1280. */
  1281. if (!rq->rt.rt_nr_running)
  1282. pull_rt_task(rq);
  1283. }
  1284. static inline void init_sched_rt_class(void)
  1285. {
  1286. unsigned int i;
  1287. for_each_possible_cpu(i)
  1288. zalloc_cpumask_var_node(&per_cpu(local_cpu_mask, i),
  1289. GFP_KERNEL, cpu_to_node(i));
  1290. }
  1291. #endif /* CONFIG_SMP */
  1292. /*
  1293. * When switching a task to RT, we may overload the runqueue
  1294. * with RT tasks. In this case we try to push them off to
  1295. * other runqueues.
  1296. */
  1297. static void switched_to_rt(struct rq *rq, struct task_struct *p,
  1298. int running)
  1299. {
  1300. int check_resched = 1;
  1301. /*
  1302. * If we are already running, then there's nothing
  1303. * that needs to be done. But if we are not running
  1304. * we may need to preempt the current running task.
  1305. * If that current running task is also an RT task
  1306. * then see if we can move to another run queue.
  1307. */
  1308. if (!running) {
  1309. #ifdef CONFIG_SMP
  1310. if (rq->rt.overloaded && push_rt_task(rq) &&
  1311. /* Don't resched if we changed runqueues */
  1312. rq != task_rq(p))
  1313. check_resched = 0;
  1314. #endif /* CONFIG_SMP */
  1315. if (check_resched && p->prio < rq->curr->prio)
  1316. resched_task(rq->curr);
  1317. }
  1318. }
  1319. /*
  1320. * Priority of the task has changed. This may cause
  1321. * us to initiate a push or pull.
  1322. */
  1323. static void prio_changed_rt(struct rq *rq, struct task_struct *p,
  1324. int oldprio, int running)
  1325. {
  1326. if (running) {
  1327. #ifdef CONFIG_SMP
  1328. /*
  1329. * If our priority decreases while running, we
  1330. * may need to pull tasks to this runqueue.
  1331. */
  1332. if (oldprio < p->prio)
  1333. pull_rt_task(rq);
  1334. /*
  1335. * If there's a higher priority task waiting to run
  1336. * then reschedule. Note, the above pull_rt_task
  1337. * can release the rq lock and p could migrate.
  1338. * Only reschedule if p is still on the same runqueue.
  1339. */
  1340. if (p->prio > rq->rt.highest_prio.curr && rq->curr == p)
  1341. resched_task(p);
  1342. #else
  1343. /* For UP simply resched on drop of prio */
  1344. if (oldprio < p->prio)
  1345. resched_task(p);
  1346. #endif /* CONFIG_SMP */
  1347. } else {
  1348. /*
  1349. * This task is not running, but if it is
  1350. * greater than the current running task
  1351. * then reschedule.
  1352. */
  1353. if (p->prio < rq->curr->prio)
  1354. resched_task(rq->curr);
  1355. }
  1356. }
  1357. static void watchdog(struct rq *rq, struct task_struct *p)
  1358. {
  1359. unsigned long soft, hard;
  1360. if (!p->signal)
  1361. return;
  1362. soft = p->signal->rlim[RLIMIT_RTTIME].rlim_cur;
  1363. hard = p->signal->rlim[RLIMIT_RTTIME].rlim_max;
  1364. if (soft != RLIM_INFINITY) {
  1365. unsigned long next;
  1366. p->rt.timeout++;
  1367. next = DIV_ROUND_UP(min(soft, hard), USEC_PER_SEC/HZ);
  1368. if (p->rt.timeout > next)
  1369. p->cputime_expires.sched_exp = p->se.sum_exec_runtime;
  1370. }
  1371. }
  1372. static void task_tick_rt(struct rq *rq, struct task_struct *p, int queued)
  1373. {
  1374. update_curr_rt(rq);
  1375. watchdog(rq, p);
  1376. /*
  1377. * RR tasks need a special form of timeslice management.
  1378. * FIFO tasks have no timeslices.
  1379. */
  1380. if (p->policy != SCHED_RR)
  1381. return;
  1382. if (--p->rt.time_slice)
  1383. return;
  1384. p->rt.time_slice = DEF_TIMESLICE;
  1385. /*
  1386. * Requeue to the end of queue if we are not the only element
  1387. * on the queue:
  1388. */
  1389. if (p->rt.run_list.prev != p->rt.run_list.next) {
  1390. requeue_task_rt(rq, p, 0);
  1391. set_tsk_need_resched(p);
  1392. }
  1393. }
  1394. static void set_curr_task_rt(struct rq *rq)
  1395. {
  1396. struct task_struct *p = rq->curr;
  1397. p->se.exec_start = rq->clock;
  1398. /* The running task is never eligible for pushing */
  1399. dequeue_pushable_task(rq, p);
  1400. }
  1401. unsigned int get_rr_interval_rt(struct rq *rq, struct task_struct *task)
  1402. {
  1403. /*
  1404. * Time slice is 0 for SCHED_FIFO tasks
  1405. */
  1406. if (task->policy == SCHED_RR)
  1407. return DEF_TIMESLICE;
  1408. else
  1409. return 0;
  1410. }
  1411. static const struct sched_class rt_sched_class = {
  1412. .next = &fair_sched_class,
  1413. .enqueue_task = enqueue_task_rt,
  1414. .dequeue_task = dequeue_task_rt,
  1415. .yield_task = yield_task_rt,
  1416. .check_preempt_curr = check_preempt_curr_rt,
  1417. .pick_next_task = pick_next_task_rt,
  1418. .put_prev_task = put_prev_task_rt,
  1419. #ifdef CONFIG_SMP
  1420. .select_task_rq = select_task_rq_rt,
  1421. .load_balance = load_balance_rt,
  1422. .move_one_task = move_one_task_rt,
  1423. .set_cpus_allowed = set_cpus_allowed_rt,
  1424. .rq_online = rq_online_rt,
  1425. .rq_offline = rq_offline_rt,
  1426. .pre_schedule = pre_schedule_rt,
  1427. .post_schedule = post_schedule_rt,
  1428. .task_woken = task_woken_rt,
  1429. .switched_from = switched_from_rt,
  1430. #endif
  1431. .set_curr_task = set_curr_task_rt,
  1432. .task_tick = task_tick_rt,
  1433. .get_rr_interval = get_rr_interval_rt,
  1434. .prio_changed = prio_changed_rt,
  1435. .switched_to = switched_to_rt,
  1436. };
  1437. #ifdef CONFIG_SCHED_DEBUG
  1438. extern void print_rt_rq(struct seq_file *m, int cpu, struct rt_rq *rt_rq);
  1439. static void print_rt_stats(struct seq_file *m, int cpu)
  1440. {
  1441. struct rt_rq *rt_rq;
  1442. rcu_read_lock();
  1443. for_each_leaf_rt_rq(rt_rq, cpu_rq(cpu))
  1444. print_rt_rq(m, cpu, rt_rq);
  1445. rcu_read_unlock();
  1446. }
  1447. #endif /* CONFIG_SCHED_DEBUG */