sched_fair.c 38 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615
  1. /*
  2. * Completely Fair Scheduling (CFS) Class (SCHED_NORMAL/SCHED_BATCH)
  3. *
  4. * Copyright (C) 2007 Red Hat, Inc., Ingo Molnar <mingo@redhat.com>
  5. *
  6. * Interactivity improvements by Mike Galbraith
  7. * (C) 2007 Mike Galbraith <efault@gmx.de>
  8. *
  9. * Various enhancements by Dmitry Adamushko.
  10. * (C) 2007 Dmitry Adamushko <dmitry.adamushko@gmail.com>
  11. *
  12. * Group scheduling enhancements by Srivatsa Vaddagiri
  13. * Copyright IBM Corporation, 2007
  14. * Author: Srivatsa Vaddagiri <vatsa@linux.vnet.ibm.com>
  15. *
  16. * Scaled math optimizations by Thomas Gleixner
  17. * Copyright (C) 2007, Thomas Gleixner <tglx@linutronix.de>
  18. *
  19. * Adaptive scheduling granularity, math enhancements by Peter Zijlstra
  20. * Copyright (C) 2007 Red Hat, Inc., Peter Zijlstra <pzijlstr@redhat.com>
  21. */
  22. #include <linux/latencytop.h>
  23. /*
  24. * Targeted preemption latency for CPU-bound tasks:
  25. * (default: 20ms * (1 + ilog(ncpus)), units: nanoseconds)
  26. *
  27. * NOTE: this latency value is not the same as the concept of
  28. * 'timeslice length' - timeslices in CFS are of variable length
  29. * and have no persistent notion like in traditional, time-slice
  30. * based scheduling concepts.
  31. *
  32. * (to see the precise effective timeslice length of your workload,
  33. * run vmstat and monitor the context-switches (cs) field)
  34. */
  35. unsigned int sysctl_sched_latency = 20000000ULL;
  36. /*
  37. * Minimal preemption granularity for CPU-bound tasks:
  38. * (default: 4 msec * (1 + ilog(ncpus)), units: nanoseconds)
  39. */
  40. unsigned int sysctl_sched_min_granularity = 4000000ULL;
  41. /*
  42. * is kept at sysctl_sched_latency / sysctl_sched_min_granularity
  43. */
  44. static unsigned int sched_nr_latency = 5;
  45. /*
  46. * After fork, child runs first. (default) If set to 0 then
  47. * parent will (try to) run first.
  48. */
  49. const_debug unsigned int sysctl_sched_child_runs_first = 1;
  50. /*
  51. * sys_sched_yield() compat mode
  52. *
  53. * This option switches the agressive yield implementation of the
  54. * old scheduler back on.
  55. */
  56. unsigned int __read_mostly sysctl_sched_compat_yield;
  57. /*
  58. * SCHED_OTHER wake-up granularity.
  59. * (default: 5 msec * (1 + ilog(ncpus)), units: nanoseconds)
  60. *
  61. * This option delays the preemption effects of decoupled workloads
  62. * and reduces their over-scheduling. Synchronous workloads will still
  63. * have immediate wakeup/sleep latencies.
  64. */
  65. unsigned int sysctl_sched_wakeup_granularity = 5000000UL;
  66. const_debug unsigned int sysctl_sched_migration_cost = 500000UL;
  67. /**************************************************************
  68. * CFS operations on generic schedulable entities:
  69. */
  70. static inline struct task_struct *task_of(struct sched_entity *se)
  71. {
  72. return container_of(se, struct task_struct, se);
  73. }
  74. #ifdef CONFIG_FAIR_GROUP_SCHED
  75. /* cpu runqueue to which this cfs_rq is attached */
  76. static inline struct rq *rq_of(struct cfs_rq *cfs_rq)
  77. {
  78. return cfs_rq->rq;
  79. }
  80. /* An entity is a task if it doesn't "own" a runqueue */
  81. #define entity_is_task(se) (!se->my_q)
  82. /* Walk up scheduling entities hierarchy */
  83. #define for_each_sched_entity(se) \
  84. for (; se; se = se->parent)
  85. static inline struct cfs_rq *task_cfs_rq(struct task_struct *p)
  86. {
  87. return p->se.cfs_rq;
  88. }
  89. /* runqueue on which this entity is (to be) queued */
  90. static inline struct cfs_rq *cfs_rq_of(struct sched_entity *se)
  91. {
  92. return se->cfs_rq;
  93. }
  94. /* runqueue "owned" by this group */
  95. static inline struct cfs_rq *group_cfs_rq(struct sched_entity *grp)
  96. {
  97. return grp->my_q;
  98. }
  99. /* Given a group's cfs_rq on one cpu, return its corresponding cfs_rq on
  100. * another cpu ('this_cpu')
  101. */
  102. static inline struct cfs_rq *cpu_cfs_rq(struct cfs_rq *cfs_rq, int this_cpu)
  103. {
  104. return cfs_rq->tg->cfs_rq[this_cpu];
  105. }
  106. /* Iterate thr' all leaf cfs_rq's on a runqueue */
  107. #define for_each_leaf_cfs_rq(rq, cfs_rq) \
  108. list_for_each_entry_rcu(cfs_rq, &rq->leaf_cfs_rq_list, leaf_cfs_rq_list)
  109. /* Do the two (enqueued) entities belong to the same group ? */
  110. static inline int
  111. is_same_group(struct sched_entity *se, struct sched_entity *pse)
  112. {
  113. if (se->cfs_rq == pse->cfs_rq)
  114. return 1;
  115. return 0;
  116. }
  117. static inline struct sched_entity *parent_entity(struct sched_entity *se)
  118. {
  119. return se->parent;
  120. }
  121. #else /* CONFIG_FAIR_GROUP_SCHED */
  122. static inline struct rq *rq_of(struct cfs_rq *cfs_rq)
  123. {
  124. return container_of(cfs_rq, struct rq, cfs);
  125. }
  126. #define entity_is_task(se) 1
  127. #define for_each_sched_entity(se) \
  128. for (; se; se = NULL)
  129. static inline struct cfs_rq *task_cfs_rq(struct task_struct *p)
  130. {
  131. return &task_rq(p)->cfs;
  132. }
  133. static inline struct cfs_rq *cfs_rq_of(struct sched_entity *se)
  134. {
  135. struct task_struct *p = task_of(se);
  136. struct rq *rq = task_rq(p);
  137. return &rq->cfs;
  138. }
  139. /* runqueue "owned" by this group */
  140. static inline struct cfs_rq *group_cfs_rq(struct sched_entity *grp)
  141. {
  142. return NULL;
  143. }
  144. static inline struct cfs_rq *cpu_cfs_rq(struct cfs_rq *cfs_rq, int this_cpu)
  145. {
  146. return &cpu_rq(this_cpu)->cfs;
  147. }
  148. #define for_each_leaf_cfs_rq(rq, cfs_rq) \
  149. for (cfs_rq = &rq->cfs; cfs_rq; cfs_rq = NULL)
  150. static inline int
  151. is_same_group(struct sched_entity *se, struct sched_entity *pse)
  152. {
  153. return 1;
  154. }
  155. static inline struct sched_entity *parent_entity(struct sched_entity *se)
  156. {
  157. return NULL;
  158. }
  159. #endif /* CONFIG_FAIR_GROUP_SCHED */
  160. /**************************************************************
  161. * Scheduling class tree data structure manipulation methods:
  162. */
  163. static inline u64 max_vruntime(u64 min_vruntime, u64 vruntime)
  164. {
  165. s64 delta = (s64)(vruntime - min_vruntime);
  166. if (delta > 0)
  167. min_vruntime = vruntime;
  168. return min_vruntime;
  169. }
  170. static inline u64 min_vruntime(u64 min_vruntime, u64 vruntime)
  171. {
  172. s64 delta = (s64)(vruntime - min_vruntime);
  173. if (delta < 0)
  174. min_vruntime = vruntime;
  175. return min_vruntime;
  176. }
  177. static inline s64 entity_key(struct cfs_rq *cfs_rq, struct sched_entity *se)
  178. {
  179. return se->vruntime - cfs_rq->min_vruntime;
  180. }
  181. /*
  182. * Enqueue an entity into the rb-tree:
  183. */
  184. static void __enqueue_entity(struct cfs_rq *cfs_rq, struct sched_entity *se)
  185. {
  186. struct rb_node **link = &cfs_rq->tasks_timeline.rb_node;
  187. struct rb_node *parent = NULL;
  188. struct sched_entity *entry;
  189. s64 key = entity_key(cfs_rq, se);
  190. int leftmost = 1;
  191. /*
  192. * Find the right place in the rbtree:
  193. */
  194. while (*link) {
  195. parent = *link;
  196. entry = rb_entry(parent, struct sched_entity, run_node);
  197. /*
  198. * We dont care about collisions. Nodes with
  199. * the same key stay together.
  200. */
  201. if (key < entity_key(cfs_rq, entry)) {
  202. link = &parent->rb_left;
  203. } else {
  204. link = &parent->rb_right;
  205. leftmost = 0;
  206. }
  207. }
  208. /*
  209. * Maintain a cache of leftmost tree entries (it is frequently
  210. * used):
  211. */
  212. if (leftmost) {
  213. cfs_rq->rb_leftmost = &se->run_node;
  214. /*
  215. * maintain cfs_rq->min_vruntime to be a monotonic increasing
  216. * value tracking the leftmost vruntime in the tree.
  217. */
  218. cfs_rq->min_vruntime =
  219. max_vruntime(cfs_rq->min_vruntime, se->vruntime);
  220. }
  221. rb_link_node(&se->run_node, parent, link);
  222. rb_insert_color(&se->run_node, &cfs_rq->tasks_timeline);
  223. }
  224. static void __dequeue_entity(struct cfs_rq *cfs_rq, struct sched_entity *se)
  225. {
  226. if (cfs_rq->rb_leftmost == &se->run_node) {
  227. struct rb_node *next_node;
  228. struct sched_entity *next;
  229. next_node = rb_next(&se->run_node);
  230. cfs_rq->rb_leftmost = next_node;
  231. if (next_node) {
  232. next = rb_entry(next_node,
  233. struct sched_entity, run_node);
  234. cfs_rq->min_vruntime =
  235. max_vruntime(cfs_rq->min_vruntime,
  236. next->vruntime);
  237. }
  238. }
  239. if (cfs_rq->next == se)
  240. cfs_rq->next = NULL;
  241. rb_erase(&se->run_node, &cfs_rq->tasks_timeline);
  242. }
  243. static inline struct rb_node *first_fair(struct cfs_rq *cfs_rq)
  244. {
  245. return cfs_rq->rb_leftmost;
  246. }
  247. static struct sched_entity *__pick_next_entity(struct cfs_rq *cfs_rq)
  248. {
  249. return rb_entry(first_fair(cfs_rq), struct sched_entity, run_node);
  250. }
  251. static inline struct sched_entity *__pick_last_entity(struct cfs_rq *cfs_rq)
  252. {
  253. struct rb_node *last = rb_last(&cfs_rq->tasks_timeline);
  254. if (!last)
  255. return NULL;
  256. return rb_entry(last, struct sched_entity, run_node);
  257. }
  258. /**************************************************************
  259. * Scheduling class statistics methods:
  260. */
  261. #ifdef CONFIG_SCHED_DEBUG
  262. int sched_nr_latency_handler(struct ctl_table *table, int write,
  263. struct file *filp, void __user *buffer, size_t *lenp,
  264. loff_t *ppos)
  265. {
  266. int ret = proc_dointvec_minmax(table, write, filp, buffer, lenp, ppos);
  267. if (ret || !write)
  268. return ret;
  269. sched_nr_latency = DIV_ROUND_UP(sysctl_sched_latency,
  270. sysctl_sched_min_granularity);
  271. return 0;
  272. }
  273. #endif
  274. /*
  275. * delta *= w / rw
  276. */
  277. static inline unsigned long
  278. calc_delta_weight(unsigned long delta, struct sched_entity *se)
  279. {
  280. for_each_sched_entity(se) {
  281. delta = calc_delta_mine(delta,
  282. se->load.weight, &cfs_rq_of(se)->load);
  283. }
  284. return delta;
  285. }
  286. /*
  287. * delta *= rw / w
  288. */
  289. static inline unsigned long
  290. calc_delta_fair(unsigned long delta, struct sched_entity *se)
  291. {
  292. for_each_sched_entity(se) {
  293. delta = calc_delta_mine(delta,
  294. cfs_rq_of(se)->load.weight, &se->load);
  295. }
  296. return delta;
  297. }
  298. /*
  299. * The idea is to set a period in which each task runs once.
  300. *
  301. * When there are too many tasks (sysctl_sched_nr_latency) we have to stretch
  302. * this period because otherwise the slices get too small.
  303. *
  304. * p = (nr <= nl) ? l : l*nr/nl
  305. */
  306. static u64 __sched_period(unsigned long nr_running)
  307. {
  308. u64 period = sysctl_sched_latency;
  309. unsigned long nr_latency = sched_nr_latency;
  310. if (unlikely(nr_running > nr_latency)) {
  311. period = sysctl_sched_min_granularity;
  312. period *= nr_running;
  313. }
  314. return period;
  315. }
  316. /*
  317. * We calculate the wall-time slice from the period by taking a part
  318. * proportional to the weight.
  319. *
  320. * s = p*w/rw
  321. */
  322. static u64 sched_slice(struct cfs_rq *cfs_rq, struct sched_entity *se)
  323. {
  324. return calc_delta_weight(__sched_period(cfs_rq->nr_running), se);
  325. }
  326. /*
  327. * We calculate the vruntime slice of a to be inserted task
  328. *
  329. * vs = s*rw/w = p
  330. */
  331. static u64 sched_vslice_add(struct cfs_rq *cfs_rq, struct sched_entity *se)
  332. {
  333. unsigned long nr_running = cfs_rq->nr_running;
  334. if (!se->on_rq)
  335. nr_running++;
  336. return __sched_period(nr_running);
  337. }
  338. /*
  339. * Update the current task's runtime statistics. Skip current tasks that
  340. * are not in our scheduling class.
  341. */
  342. static inline void
  343. __update_curr(struct cfs_rq *cfs_rq, struct sched_entity *curr,
  344. unsigned long delta_exec)
  345. {
  346. unsigned long delta_exec_weighted;
  347. schedstat_set(curr->exec_max, max((u64)delta_exec, curr->exec_max));
  348. curr->sum_exec_runtime += delta_exec;
  349. schedstat_add(cfs_rq, exec_clock, delta_exec);
  350. delta_exec_weighted = calc_delta_fair(delta_exec, curr);
  351. curr->vruntime += delta_exec_weighted;
  352. }
  353. static void update_curr(struct cfs_rq *cfs_rq)
  354. {
  355. struct sched_entity *curr = cfs_rq->curr;
  356. u64 now = rq_of(cfs_rq)->clock;
  357. unsigned long delta_exec;
  358. if (unlikely(!curr))
  359. return;
  360. /*
  361. * Get the amount of time the current task was running
  362. * since the last time we changed load (this cannot
  363. * overflow on 32 bits):
  364. */
  365. delta_exec = (unsigned long)(now - curr->exec_start);
  366. __update_curr(cfs_rq, curr, delta_exec);
  367. curr->exec_start = now;
  368. if (entity_is_task(curr)) {
  369. struct task_struct *curtask = task_of(curr);
  370. cpuacct_charge(curtask, delta_exec);
  371. account_group_exec_runtime(curtask, delta_exec);
  372. }
  373. }
  374. static inline void
  375. update_stats_wait_start(struct cfs_rq *cfs_rq, struct sched_entity *se)
  376. {
  377. schedstat_set(se->wait_start, rq_of(cfs_rq)->clock);
  378. }
  379. /*
  380. * Task is being enqueued - update stats:
  381. */
  382. static void update_stats_enqueue(struct cfs_rq *cfs_rq, struct sched_entity *se)
  383. {
  384. /*
  385. * Are we enqueueing a waiting task? (for current tasks
  386. * a dequeue/enqueue event is a NOP)
  387. */
  388. if (se != cfs_rq->curr)
  389. update_stats_wait_start(cfs_rq, se);
  390. }
  391. static void
  392. update_stats_wait_end(struct cfs_rq *cfs_rq, struct sched_entity *se)
  393. {
  394. schedstat_set(se->wait_max, max(se->wait_max,
  395. rq_of(cfs_rq)->clock - se->wait_start));
  396. schedstat_set(se->wait_count, se->wait_count + 1);
  397. schedstat_set(se->wait_sum, se->wait_sum +
  398. rq_of(cfs_rq)->clock - se->wait_start);
  399. schedstat_set(se->wait_start, 0);
  400. }
  401. static inline void
  402. update_stats_dequeue(struct cfs_rq *cfs_rq, struct sched_entity *se)
  403. {
  404. /*
  405. * Mark the end of the wait period if dequeueing a
  406. * waiting task:
  407. */
  408. if (se != cfs_rq->curr)
  409. update_stats_wait_end(cfs_rq, se);
  410. }
  411. /*
  412. * We are picking a new current task - update its stats:
  413. */
  414. static inline void
  415. update_stats_curr_start(struct cfs_rq *cfs_rq, struct sched_entity *se)
  416. {
  417. /*
  418. * We are starting a new run period:
  419. */
  420. se->exec_start = rq_of(cfs_rq)->clock;
  421. }
  422. /**************************************************
  423. * Scheduling class queueing methods:
  424. */
  425. #if defined CONFIG_SMP && defined CONFIG_FAIR_GROUP_SCHED
  426. static void
  427. add_cfs_task_weight(struct cfs_rq *cfs_rq, unsigned long weight)
  428. {
  429. cfs_rq->task_weight += weight;
  430. }
  431. #else
  432. static inline void
  433. add_cfs_task_weight(struct cfs_rq *cfs_rq, unsigned long weight)
  434. {
  435. }
  436. #endif
  437. static void
  438. account_entity_enqueue(struct cfs_rq *cfs_rq, struct sched_entity *se)
  439. {
  440. update_load_add(&cfs_rq->load, se->load.weight);
  441. if (!parent_entity(se))
  442. inc_cpu_load(rq_of(cfs_rq), se->load.weight);
  443. if (entity_is_task(se)) {
  444. add_cfs_task_weight(cfs_rq, se->load.weight);
  445. list_add(&se->group_node, &cfs_rq->tasks);
  446. }
  447. cfs_rq->nr_running++;
  448. se->on_rq = 1;
  449. }
  450. static void
  451. account_entity_dequeue(struct cfs_rq *cfs_rq, struct sched_entity *se)
  452. {
  453. update_load_sub(&cfs_rq->load, se->load.weight);
  454. if (!parent_entity(se))
  455. dec_cpu_load(rq_of(cfs_rq), se->load.weight);
  456. if (entity_is_task(se)) {
  457. add_cfs_task_weight(cfs_rq, -se->load.weight);
  458. list_del_init(&se->group_node);
  459. }
  460. cfs_rq->nr_running--;
  461. se->on_rq = 0;
  462. }
  463. static void enqueue_sleeper(struct cfs_rq *cfs_rq, struct sched_entity *se)
  464. {
  465. #ifdef CONFIG_SCHEDSTATS
  466. if (se->sleep_start) {
  467. u64 delta = rq_of(cfs_rq)->clock - se->sleep_start;
  468. struct task_struct *tsk = task_of(se);
  469. if ((s64)delta < 0)
  470. delta = 0;
  471. if (unlikely(delta > se->sleep_max))
  472. se->sleep_max = delta;
  473. se->sleep_start = 0;
  474. se->sum_sleep_runtime += delta;
  475. account_scheduler_latency(tsk, delta >> 10, 1);
  476. }
  477. if (se->block_start) {
  478. u64 delta = rq_of(cfs_rq)->clock - se->block_start;
  479. struct task_struct *tsk = task_of(se);
  480. if ((s64)delta < 0)
  481. delta = 0;
  482. if (unlikely(delta > se->block_max))
  483. se->block_max = delta;
  484. se->block_start = 0;
  485. se->sum_sleep_runtime += delta;
  486. /*
  487. * Blocking time is in units of nanosecs, so shift by 20 to
  488. * get a milliseconds-range estimation of the amount of
  489. * time that the task spent sleeping:
  490. */
  491. if (unlikely(prof_on == SLEEP_PROFILING)) {
  492. profile_hits(SLEEP_PROFILING, (void *)get_wchan(tsk),
  493. delta >> 20);
  494. }
  495. account_scheduler_latency(tsk, delta >> 10, 0);
  496. }
  497. #endif
  498. }
  499. static void check_spread(struct cfs_rq *cfs_rq, struct sched_entity *se)
  500. {
  501. #ifdef CONFIG_SCHED_DEBUG
  502. s64 d = se->vruntime - cfs_rq->min_vruntime;
  503. if (d < 0)
  504. d = -d;
  505. if (d > 3*sysctl_sched_latency)
  506. schedstat_inc(cfs_rq, nr_spread_over);
  507. #endif
  508. }
  509. static void
  510. place_entity(struct cfs_rq *cfs_rq, struct sched_entity *se, int initial)
  511. {
  512. u64 vruntime;
  513. if (first_fair(cfs_rq)) {
  514. vruntime = min_vruntime(cfs_rq->min_vruntime,
  515. __pick_next_entity(cfs_rq)->vruntime);
  516. } else
  517. vruntime = cfs_rq->min_vruntime;
  518. /*
  519. * The 'current' period is already promised to the current tasks,
  520. * however the extra weight of the new task will slow them down a
  521. * little, place the new task so that it fits in the slot that
  522. * stays open at the end.
  523. */
  524. if (initial && sched_feat(START_DEBIT))
  525. vruntime += sched_vslice_add(cfs_rq, se);
  526. if (!initial) {
  527. /* sleeps upto a single latency don't count. */
  528. if (sched_feat(NEW_FAIR_SLEEPERS)) {
  529. unsigned long thresh = sysctl_sched_latency;
  530. /*
  531. * convert the sleeper threshold into virtual time
  532. */
  533. if (sched_feat(NORMALIZED_SLEEPER))
  534. thresh = calc_delta_fair(thresh, se);
  535. vruntime -= thresh;
  536. }
  537. /* ensure we never gain time by being placed backwards. */
  538. vruntime = max_vruntime(se->vruntime, vruntime);
  539. }
  540. se->vruntime = vruntime;
  541. }
  542. static void
  543. enqueue_entity(struct cfs_rq *cfs_rq, struct sched_entity *se, int wakeup)
  544. {
  545. /*
  546. * Update run-time statistics of the 'current'.
  547. */
  548. update_curr(cfs_rq);
  549. account_entity_enqueue(cfs_rq, se);
  550. if (wakeup) {
  551. place_entity(cfs_rq, se, 0);
  552. enqueue_sleeper(cfs_rq, se);
  553. }
  554. update_stats_enqueue(cfs_rq, se);
  555. check_spread(cfs_rq, se);
  556. if (se != cfs_rq->curr)
  557. __enqueue_entity(cfs_rq, se);
  558. }
  559. static void
  560. dequeue_entity(struct cfs_rq *cfs_rq, struct sched_entity *se, int sleep)
  561. {
  562. /*
  563. * Update run-time statistics of the 'current'.
  564. */
  565. update_curr(cfs_rq);
  566. update_stats_dequeue(cfs_rq, se);
  567. if (sleep) {
  568. #ifdef CONFIG_SCHEDSTATS
  569. if (entity_is_task(se)) {
  570. struct task_struct *tsk = task_of(se);
  571. if (tsk->state & TASK_INTERRUPTIBLE)
  572. se->sleep_start = rq_of(cfs_rq)->clock;
  573. if (tsk->state & TASK_UNINTERRUPTIBLE)
  574. se->block_start = rq_of(cfs_rq)->clock;
  575. }
  576. #endif
  577. }
  578. if (se != cfs_rq->curr)
  579. __dequeue_entity(cfs_rq, se);
  580. account_entity_dequeue(cfs_rq, se);
  581. }
  582. /*
  583. * Preempt the current task with a newly woken task if needed:
  584. */
  585. static void
  586. check_preempt_tick(struct cfs_rq *cfs_rq, struct sched_entity *curr)
  587. {
  588. unsigned long ideal_runtime, delta_exec;
  589. ideal_runtime = sched_slice(cfs_rq, curr);
  590. delta_exec = curr->sum_exec_runtime - curr->prev_sum_exec_runtime;
  591. if (delta_exec > ideal_runtime)
  592. resched_task(rq_of(cfs_rq)->curr);
  593. }
  594. static void
  595. set_next_entity(struct cfs_rq *cfs_rq, struct sched_entity *se)
  596. {
  597. /* 'current' is not kept within the tree. */
  598. if (se->on_rq) {
  599. /*
  600. * Any task has to be enqueued before it get to execute on
  601. * a CPU. So account for the time it spent waiting on the
  602. * runqueue.
  603. */
  604. update_stats_wait_end(cfs_rq, se);
  605. __dequeue_entity(cfs_rq, se);
  606. }
  607. update_stats_curr_start(cfs_rq, se);
  608. cfs_rq->curr = se;
  609. #ifdef CONFIG_SCHEDSTATS
  610. /*
  611. * Track our maximum slice length, if the CPU's load is at
  612. * least twice that of our own weight (i.e. dont track it
  613. * when there are only lesser-weight tasks around):
  614. */
  615. if (rq_of(cfs_rq)->load.weight >= 2*se->load.weight) {
  616. se->slice_max = max(se->slice_max,
  617. se->sum_exec_runtime - se->prev_sum_exec_runtime);
  618. }
  619. #endif
  620. se->prev_sum_exec_runtime = se->sum_exec_runtime;
  621. }
  622. static struct sched_entity *
  623. pick_next(struct cfs_rq *cfs_rq, struct sched_entity *se)
  624. {
  625. struct rq *rq = rq_of(cfs_rq);
  626. u64 pair_slice = rq->clock - cfs_rq->pair_start;
  627. if (!cfs_rq->next || pair_slice > sched_slice(cfs_rq, cfs_rq->next)) {
  628. cfs_rq->pair_start = rq->clock;
  629. return se;
  630. }
  631. return cfs_rq->next;
  632. }
  633. static struct sched_entity *pick_next_entity(struct cfs_rq *cfs_rq)
  634. {
  635. struct sched_entity *se = NULL;
  636. if (first_fair(cfs_rq)) {
  637. se = __pick_next_entity(cfs_rq);
  638. se = pick_next(cfs_rq, se);
  639. set_next_entity(cfs_rq, se);
  640. }
  641. return se;
  642. }
  643. static void put_prev_entity(struct cfs_rq *cfs_rq, struct sched_entity *prev)
  644. {
  645. /*
  646. * If still on the runqueue then deactivate_task()
  647. * was not called and update_curr() has to be done:
  648. */
  649. if (prev->on_rq)
  650. update_curr(cfs_rq);
  651. check_spread(cfs_rq, prev);
  652. if (prev->on_rq) {
  653. update_stats_wait_start(cfs_rq, prev);
  654. /* Put 'current' back into the tree. */
  655. __enqueue_entity(cfs_rq, prev);
  656. }
  657. cfs_rq->curr = NULL;
  658. }
  659. static void
  660. entity_tick(struct cfs_rq *cfs_rq, struct sched_entity *curr, int queued)
  661. {
  662. /*
  663. * Update run-time statistics of the 'current'.
  664. */
  665. update_curr(cfs_rq);
  666. #ifdef CONFIG_SCHED_HRTICK
  667. /*
  668. * queued ticks are scheduled to match the slice, so don't bother
  669. * validating it and just reschedule.
  670. */
  671. if (queued) {
  672. resched_task(rq_of(cfs_rq)->curr);
  673. return;
  674. }
  675. /*
  676. * don't let the period tick interfere with the hrtick preemption
  677. */
  678. if (!sched_feat(DOUBLE_TICK) &&
  679. hrtimer_active(&rq_of(cfs_rq)->hrtick_timer))
  680. return;
  681. #endif
  682. if (cfs_rq->nr_running > 1 || !sched_feat(WAKEUP_PREEMPT))
  683. check_preempt_tick(cfs_rq, curr);
  684. }
  685. /**************************************************
  686. * CFS operations on tasks:
  687. */
  688. #ifdef CONFIG_SCHED_HRTICK
  689. static void hrtick_start_fair(struct rq *rq, struct task_struct *p)
  690. {
  691. struct sched_entity *se = &p->se;
  692. struct cfs_rq *cfs_rq = cfs_rq_of(se);
  693. WARN_ON(task_rq(p) != rq);
  694. if (hrtick_enabled(rq) && cfs_rq->nr_running > 1) {
  695. u64 slice = sched_slice(cfs_rq, se);
  696. u64 ran = se->sum_exec_runtime - se->prev_sum_exec_runtime;
  697. s64 delta = slice - ran;
  698. if (delta < 0) {
  699. if (rq->curr == p)
  700. resched_task(p);
  701. return;
  702. }
  703. /*
  704. * Don't schedule slices shorter than 10000ns, that just
  705. * doesn't make sense. Rely on vruntime for fairness.
  706. */
  707. if (rq->curr != p)
  708. delta = max_t(s64, 10000LL, delta);
  709. hrtick_start(rq, delta);
  710. }
  711. }
  712. #else /* !CONFIG_SCHED_HRTICK */
  713. static inline void
  714. hrtick_start_fair(struct rq *rq, struct task_struct *p)
  715. {
  716. }
  717. #endif
  718. /*
  719. * The enqueue_task method is called before nr_running is
  720. * increased. Here we update the fair scheduling stats and
  721. * then put the task into the rbtree:
  722. */
  723. static void enqueue_task_fair(struct rq *rq, struct task_struct *p, int wakeup)
  724. {
  725. struct cfs_rq *cfs_rq;
  726. struct sched_entity *se = &p->se;
  727. for_each_sched_entity(se) {
  728. if (se->on_rq)
  729. break;
  730. cfs_rq = cfs_rq_of(se);
  731. enqueue_entity(cfs_rq, se, wakeup);
  732. wakeup = 1;
  733. }
  734. hrtick_start_fair(rq, rq->curr);
  735. }
  736. /*
  737. * The dequeue_task method is called before nr_running is
  738. * decreased. We remove the task from the rbtree and
  739. * update the fair scheduling stats:
  740. */
  741. static void dequeue_task_fair(struct rq *rq, struct task_struct *p, int sleep)
  742. {
  743. struct cfs_rq *cfs_rq;
  744. struct sched_entity *se = &p->se;
  745. for_each_sched_entity(se) {
  746. cfs_rq = cfs_rq_of(se);
  747. dequeue_entity(cfs_rq, se, sleep);
  748. /* Don't dequeue parent if it has other entities besides us */
  749. if (cfs_rq->load.weight)
  750. break;
  751. sleep = 1;
  752. }
  753. hrtick_start_fair(rq, rq->curr);
  754. }
  755. /*
  756. * sched_yield() support is very simple - we dequeue and enqueue.
  757. *
  758. * If compat_yield is turned on then we requeue to the end of the tree.
  759. */
  760. static void yield_task_fair(struct rq *rq)
  761. {
  762. struct task_struct *curr = rq->curr;
  763. struct cfs_rq *cfs_rq = task_cfs_rq(curr);
  764. struct sched_entity *rightmost, *se = &curr->se;
  765. /*
  766. * Are we the only task in the tree?
  767. */
  768. if (unlikely(cfs_rq->nr_running == 1))
  769. return;
  770. if (likely(!sysctl_sched_compat_yield) && curr->policy != SCHED_BATCH) {
  771. update_rq_clock(rq);
  772. /*
  773. * Update run-time statistics of the 'current'.
  774. */
  775. update_curr(cfs_rq);
  776. return;
  777. }
  778. /*
  779. * Find the rightmost entry in the rbtree:
  780. */
  781. rightmost = __pick_last_entity(cfs_rq);
  782. /*
  783. * Already in the rightmost position?
  784. */
  785. if (unlikely(!rightmost || rightmost->vruntime < se->vruntime))
  786. return;
  787. /*
  788. * Minimally necessary key value to be last in the tree:
  789. * Upon rescheduling, sched_class::put_prev_task() will place
  790. * 'current' within the tree based on its new key value.
  791. */
  792. se->vruntime = rightmost->vruntime + 1;
  793. }
  794. /*
  795. * wake_idle() will wake a task on an idle cpu if task->cpu is
  796. * not idle and an idle cpu is available. The span of cpus to
  797. * search starts with cpus closest then further out as needed,
  798. * so we always favor a closer, idle cpu.
  799. * Domains may include CPUs that are not usable for migration,
  800. * hence we need to mask them out (cpu_active_map)
  801. *
  802. * Returns the CPU we should wake onto.
  803. */
  804. #if defined(ARCH_HAS_SCHED_WAKE_IDLE)
  805. static int wake_idle(int cpu, struct task_struct *p)
  806. {
  807. cpumask_t tmp;
  808. struct sched_domain *sd;
  809. int i;
  810. /*
  811. * If it is idle, then it is the best cpu to run this task.
  812. *
  813. * This cpu is also the best, if it has more than one task already.
  814. * Siblings must be also busy(in most cases) as they didn't already
  815. * pickup the extra load from this cpu and hence we need not check
  816. * sibling runqueue info. This will avoid the checks and cache miss
  817. * penalities associated with that.
  818. */
  819. if (idle_cpu(cpu) || cpu_rq(cpu)->cfs.nr_running > 1)
  820. return cpu;
  821. for_each_domain(cpu, sd) {
  822. if ((sd->flags & SD_WAKE_IDLE)
  823. || ((sd->flags & SD_WAKE_IDLE_FAR)
  824. && !task_hot(p, task_rq(p)->clock, sd))) {
  825. cpus_and(tmp, sd->span, p->cpus_allowed);
  826. cpus_and(tmp, tmp, cpu_active_map);
  827. for_each_cpu_mask_nr(i, tmp) {
  828. if (idle_cpu(i)) {
  829. if (i != task_cpu(p)) {
  830. schedstat_inc(p,
  831. se.nr_wakeups_idle);
  832. }
  833. return i;
  834. }
  835. }
  836. } else {
  837. break;
  838. }
  839. }
  840. return cpu;
  841. }
  842. #else /* !ARCH_HAS_SCHED_WAKE_IDLE*/
  843. static inline int wake_idle(int cpu, struct task_struct *p)
  844. {
  845. return cpu;
  846. }
  847. #endif
  848. #ifdef CONFIG_SMP
  849. static const struct sched_class fair_sched_class;
  850. #ifdef CONFIG_FAIR_GROUP_SCHED
  851. /*
  852. * effective_load() calculates the load change as seen from the root_task_group
  853. *
  854. * Adding load to a group doesn't make a group heavier, but can cause movement
  855. * of group shares between cpus. Assuming the shares were perfectly aligned one
  856. * can calculate the shift in shares.
  857. *
  858. * The problem is that perfectly aligning the shares is rather expensive, hence
  859. * we try to avoid doing that too often - see update_shares(), which ratelimits
  860. * this change.
  861. *
  862. * We compensate this by not only taking the current delta into account, but
  863. * also considering the delta between when the shares were last adjusted and
  864. * now.
  865. *
  866. * We still saw a performance dip, some tracing learned us that between
  867. * cgroup:/ and cgroup:/foo balancing the number of affine wakeups increased
  868. * significantly. Therefore try to bias the error in direction of failing
  869. * the affine wakeup.
  870. *
  871. */
  872. static long effective_load(struct task_group *tg, int cpu,
  873. long wl, long wg)
  874. {
  875. struct sched_entity *se = tg->se[cpu];
  876. if (!tg->parent)
  877. return wl;
  878. /*
  879. * By not taking the decrease of shares on the other cpu into
  880. * account our error leans towards reducing the affine wakeups.
  881. */
  882. if (!wl && sched_feat(ASYM_EFF_LOAD))
  883. return wl;
  884. for_each_sched_entity(se) {
  885. long S, rw, s, a, b;
  886. long more_w;
  887. /*
  888. * Instead of using this increment, also add the difference
  889. * between when the shares were last updated and now.
  890. */
  891. more_w = se->my_q->load.weight - se->my_q->rq_weight;
  892. wl += more_w;
  893. wg += more_w;
  894. S = se->my_q->tg->shares;
  895. s = se->my_q->shares;
  896. rw = se->my_q->rq_weight;
  897. a = S*(rw + wl);
  898. b = S*rw + s*wg;
  899. wl = s*(a-b);
  900. if (likely(b))
  901. wl /= b;
  902. /*
  903. * Assume the group is already running and will
  904. * thus already be accounted for in the weight.
  905. *
  906. * That is, moving shares between CPUs, does not
  907. * alter the group weight.
  908. */
  909. wg = 0;
  910. }
  911. return wl;
  912. }
  913. #else
  914. static inline unsigned long effective_load(struct task_group *tg, int cpu,
  915. unsigned long wl, unsigned long wg)
  916. {
  917. return wl;
  918. }
  919. #endif
  920. static int
  921. wake_affine(struct sched_domain *this_sd, struct rq *this_rq,
  922. struct task_struct *p, int prev_cpu, int this_cpu, int sync,
  923. int idx, unsigned long load, unsigned long this_load,
  924. unsigned int imbalance)
  925. {
  926. struct task_struct *curr = this_rq->curr;
  927. struct task_group *tg;
  928. unsigned long tl = this_load;
  929. unsigned long tl_per_task;
  930. unsigned long weight;
  931. int balanced;
  932. if (!(this_sd->flags & SD_WAKE_AFFINE) || !sched_feat(AFFINE_WAKEUPS))
  933. return 0;
  934. if (!sync && sched_feat(SYNC_WAKEUPS) &&
  935. curr->se.avg_overlap < sysctl_sched_migration_cost &&
  936. p->se.avg_overlap < sysctl_sched_migration_cost)
  937. sync = 1;
  938. /*
  939. * If sync wakeup then subtract the (maximum possible)
  940. * effect of the currently running task from the load
  941. * of the current CPU:
  942. */
  943. if (sync) {
  944. tg = task_group(current);
  945. weight = current->se.load.weight;
  946. tl += effective_load(tg, this_cpu, -weight, -weight);
  947. load += effective_load(tg, prev_cpu, 0, -weight);
  948. }
  949. tg = task_group(p);
  950. weight = p->se.load.weight;
  951. balanced = 100*(tl + effective_load(tg, this_cpu, weight, weight)) <=
  952. imbalance*(load + effective_load(tg, prev_cpu, 0, weight));
  953. /*
  954. * If the currently running task will sleep within
  955. * a reasonable amount of time then attract this newly
  956. * woken task:
  957. */
  958. if (sync && balanced)
  959. return 1;
  960. schedstat_inc(p, se.nr_wakeups_affine_attempts);
  961. tl_per_task = cpu_avg_load_per_task(this_cpu);
  962. if (balanced || (tl <= load && tl + target_load(prev_cpu, idx) <=
  963. tl_per_task)) {
  964. /*
  965. * This domain has SD_WAKE_AFFINE and
  966. * p is cache cold in this domain, and
  967. * there is no bad imbalance.
  968. */
  969. schedstat_inc(this_sd, ttwu_move_affine);
  970. schedstat_inc(p, se.nr_wakeups_affine);
  971. return 1;
  972. }
  973. return 0;
  974. }
  975. static int select_task_rq_fair(struct task_struct *p, int sync)
  976. {
  977. struct sched_domain *sd, *this_sd = NULL;
  978. int prev_cpu, this_cpu, new_cpu;
  979. unsigned long load, this_load;
  980. struct rq *this_rq;
  981. unsigned int imbalance;
  982. int idx;
  983. prev_cpu = task_cpu(p);
  984. this_cpu = smp_processor_id();
  985. this_rq = cpu_rq(this_cpu);
  986. new_cpu = prev_cpu;
  987. if (prev_cpu == this_cpu)
  988. goto out;
  989. /*
  990. * 'this_sd' is the first domain that both
  991. * this_cpu and prev_cpu are present in:
  992. */
  993. for_each_domain(this_cpu, sd) {
  994. if (cpu_isset(prev_cpu, sd->span)) {
  995. this_sd = sd;
  996. break;
  997. }
  998. }
  999. if (unlikely(!cpu_isset(this_cpu, p->cpus_allowed)))
  1000. goto out;
  1001. /*
  1002. * Check for affine wakeup and passive balancing possibilities.
  1003. */
  1004. if (!this_sd)
  1005. goto out;
  1006. idx = this_sd->wake_idx;
  1007. imbalance = 100 + (this_sd->imbalance_pct - 100) / 2;
  1008. load = source_load(prev_cpu, idx);
  1009. this_load = target_load(this_cpu, idx);
  1010. if (wake_affine(this_sd, this_rq, p, prev_cpu, this_cpu, sync, idx,
  1011. load, this_load, imbalance))
  1012. return this_cpu;
  1013. /*
  1014. * Start passive balancing when half the imbalance_pct
  1015. * limit is reached.
  1016. */
  1017. if (this_sd->flags & SD_WAKE_BALANCE) {
  1018. if (imbalance*this_load <= 100*load) {
  1019. schedstat_inc(this_sd, ttwu_move_balance);
  1020. schedstat_inc(p, se.nr_wakeups_passive);
  1021. return this_cpu;
  1022. }
  1023. }
  1024. out:
  1025. return wake_idle(new_cpu, p);
  1026. }
  1027. #endif /* CONFIG_SMP */
  1028. static unsigned long wakeup_gran(struct sched_entity *se)
  1029. {
  1030. unsigned long gran = sysctl_sched_wakeup_granularity;
  1031. /*
  1032. * More easily preempt - nice tasks, while not making it harder for
  1033. * + nice tasks.
  1034. */
  1035. if (sched_feat(ASYM_GRAN))
  1036. gran = calc_delta_mine(gran, NICE_0_LOAD, &se->load);
  1037. return gran;
  1038. }
  1039. /*
  1040. * Preempt the current task with a newly woken task if needed:
  1041. */
  1042. static void check_preempt_wakeup(struct rq *rq, struct task_struct *p, int sync)
  1043. {
  1044. struct task_struct *curr = rq->curr;
  1045. struct cfs_rq *cfs_rq = task_cfs_rq(curr);
  1046. struct sched_entity *se = &curr->se, *pse = &p->se;
  1047. s64 delta_exec;
  1048. if (unlikely(rt_prio(p->prio))) {
  1049. update_rq_clock(rq);
  1050. update_curr(cfs_rq);
  1051. resched_task(curr);
  1052. return;
  1053. }
  1054. if (unlikely(se == pse))
  1055. return;
  1056. cfs_rq_of(pse)->next = pse;
  1057. /*
  1058. * We can come here with TIF_NEED_RESCHED already set from new task
  1059. * wake up path.
  1060. */
  1061. if (test_tsk_need_resched(curr))
  1062. return;
  1063. /*
  1064. * Batch tasks do not preempt (their preemption is driven by
  1065. * the tick):
  1066. */
  1067. if (unlikely(p->policy == SCHED_BATCH))
  1068. return;
  1069. if (!sched_feat(WAKEUP_PREEMPT))
  1070. return;
  1071. if (sched_feat(WAKEUP_OVERLAP) && (sync ||
  1072. (se->avg_overlap < sysctl_sched_migration_cost &&
  1073. pse->avg_overlap < sysctl_sched_migration_cost))) {
  1074. resched_task(curr);
  1075. return;
  1076. }
  1077. delta_exec = se->sum_exec_runtime - se->prev_sum_exec_runtime;
  1078. if (delta_exec > wakeup_gran(pse))
  1079. resched_task(curr);
  1080. }
  1081. static struct task_struct *pick_next_task_fair(struct rq *rq)
  1082. {
  1083. struct task_struct *p;
  1084. struct cfs_rq *cfs_rq = &rq->cfs;
  1085. struct sched_entity *se;
  1086. if (unlikely(!cfs_rq->nr_running))
  1087. return NULL;
  1088. do {
  1089. se = pick_next_entity(cfs_rq);
  1090. cfs_rq = group_cfs_rq(se);
  1091. } while (cfs_rq);
  1092. p = task_of(se);
  1093. hrtick_start_fair(rq, p);
  1094. return p;
  1095. }
  1096. /*
  1097. * Account for a descheduled task:
  1098. */
  1099. static void put_prev_task_fair(struct rq *rq, struct task_struct *prev)
  1100. {
  1101. struct sched_entity *se = &prev->se;
  1102. struct cfs_rq *cfs_rq;
  1103. for_each_sched_entity(se) {
  1104. cfs_rq = cfs_rq_of(se);
  1105. put_prev_entity(cfs_rq, se);
  1106. }
  1107. }
  1108. #ifdef CONFIG_SMP
  1109. /**************************************************
  1110. * Fair scheduling class load-balancing methods:
  1111. */
  1112. /*
  1113. * Load-balancing iterator. Note: while the runqueue stays locked
  1114. * during the whole iteration, the current task might be
  1115. * dequeued so the iterator has to be dequeue-safe. Here we
  1116. * achieve that by always pre-iterating before returning
  1117. * the current task:
  1118. */
  1119. static struct task_struct *
  1120. __load_balance_iterator(struct cfs_rq *cfs_rq, struct list_head *next)
  1121. {
  1122. struct task_struct *p = NULL;
  1123. struct sched_entity *se;
  1124. if (next == &cfs_rq->tasks)
  1125. return NULL;
  1126. se = list_entry(next, struct sched_entity, group_node);
  1127. p = task_of(se);
  1128. cfs_rq->balance_iterator = next->next;
  1129. return p;
  1130. }
  1131. static struct task_struct *load_balance_start_fair(void *arg)
  1132. {
  1133. struct cfs_rq *cfs_rq = arg;
  1134. return __load_balance_iterator(cfs_rq, cfs_rq->tasks.next);
  1135. }
  1136. static struct task_struct *load_balance_next_fair(void *arg)
  1137. {
  1138. struct cfs_rq *cfs_rq = arg;
  1139. return __load_balance_iterator(cfs_rq, cfs_rq->balance_iterator);
  1140. }
  1141. static unsigned long
  1142. __load_balance_fair(struct rq *this_rq, int this_cpu, struct rq *busiest,
  1143. unsigned long max_load_move, struct sched_domain *sd,
  1144. enum cpu_idle_type idle, int *all_pinned, int *this_best_prio,
  1145. struct cfs_rq *cfs_rq)
  1146. {
  1147. struct rq_iterator cfs_rq_iterator;
  1148. cfs_rq_iterator.start = load_balance_start_fair;
  1149. cfs_rq_iterator.next = load_balance_next_fair;
  1150. cfs_rq_iterator.arg = cfs_rq;
  1151. return balance_tasks(this_rq, this_cpu, busiest,
  1152. max_load_move, sd, idle, all_pinned,
  1153. this_best_prio, &cfs_rq_iterator);
  1154. }
  1155. #ifdef CONFIG_FAIR_GROUP_SCHED
  1156. static unsigned long
  1157. load_balance_fair(struct rq *this_rq, int this_cpu, struct rq *busiest,
  1158. unsigned long max_load_move,
  1159. struct sched_domain *sd, enum cpu_idle_type idle,
  1160. int *all_pinned, int *this_best_prio)
  1161. {
  1162. long rem_load_move = max_load_move;
  1163. int busiest_cpu = cpu_of(busiest);
  1164. struct task_group *tg;
  1165. rcu_read_lock();
  1166. update_h_load(busiest_cpu);
  1167. list_for_each_entry_rcu(tg, &task_groups, list) {
  1168. struct cfs_rq *busiest_cfs_rq = tg->cfs_rq[busiest_cpu];
  1169. unsigned long busiest_h_load = busiest_cfs_rq->h_load;
  1170. unsigned long busiest_weight = busiest_cfs_rq->load.weight;
  1171. u64 rem_load, moved_load;
  1172. /*
  1173. * empty group
  1174. */
  1175. if (!busiest_cfs_rq->task_weight)
  1176. continue;
  1177. rem_load = (u64)rem_load_move * busiest_weight;
  1178. rem_load = div_u64(rem_load, busiest_h_load + 1);
  1179. moved_load = __load_balance_fair(this_rq, this_cpu, busiest,
  1180. rem_load, sd, idle, all_pinned, this_best_prio,
  1181. tg->cfs_rq[busiest_cpu]);
  1182. if (!moved_load)
  1183. continue;
  1184. moved_load *= busiest_h_load;
  1185. moved_load = div_u64(moved_load, busiest_weight + 1);
  1186. rem_load_move -= moved_load;
  1187. if (rem_load_move < 0)
  1188. break;
  1189. }
  1190. rcu_read_unlock();
  1191. return max_load_move - rem_load_move;
  1192. }
  1193. #else
  1194. static unsigned long
  1195. load_balance_fair(struct rq *this_rq, int this_cpu, struct rq *busiest,
  1196. unsigned long max_load_move,
  1197. struct sched_domain *sd, enum cpu_idle_type idle,
  1198. int *all_pinned, int *this_best_prio)
  1199. {
  1200. return __load_balance_fair(this_rq, this_cpu, busiest,
  1201. max_load_move, sd, idle, all_pinned,
  1202. this_best_prio, &busiest->cfs);
  1203. }
  1204. #endif
  1205. static int
  1206. move_one_task_fair(struct rq *this_rq, int this_cpu, struct rq *busiest,
  1207. struct sched_domain *sd, enum cpu_idle_type idle)
  1208. {
  1209. struct cfs_rq *busy_cfs_rq;
  1210. struct rq_iterator cfs_rq_iterator;
  1211. cfs_rq_iterator.start = load_balance_start_fair;
  1212. cfs_rq_iterator.next = load_balance_next_fair;
  1213. for_each_leaf_cfs_rq(busiest, busy_cfs_rq) {
  1214. /*
  1215. * pass busy_cfs_rq argument into
  1216. * load_balance_[start|next]_fair iterators
  1217. */
  1218. cfs_rq_iterator.arg = busy_cfs_rq;
  1219. if (iter_move_one_task(this_rq, this_cpu, busiest, sd, idle,
  1220. &cfs_rq_iterator))
  1221. return 1;
  1222. }
  1223. return 0;
  1224. }
  1225. #endif /* CONFIG_SMP */
  1226. /*
  1227. * scheduler tick hitting a task of our scheduling class:
  1228. */
  1229. static void task_tick_fair(struct rq *rq, struct task_struct *curr, int queued)
  1230. {
  1231. struct cfs_rq *cfs_rq;
  1232. struct sched_entity *se = &curr->se;
  1233. for_each_sched_entity(se) {
  1234. cfs_rq = cfs_rq_of(se);
  1235. entity_tick(cfs_rq, se, queued);
  1236. }
  1237. }
  1238. #define swap(a, b) do { typeof(a) tmp = (a); (a) = (b); (b) = tmp; } while (0)
  1239. /*
  1240. * Share the fairness runtime between parent and child, thus the
  1241. * total amount of pressure for CPU stays equal - new tasks
  1242. * get a chance to run but frequent forkers are not allowed to
  1243. * monopolize the CPU. Note: the parent runqueue is locked,
  1244. * the child is not running yet.
  1245. */
  1246. static void task_new_fair(struct rq *rq, struct task_struct *p)
  1247. {
  1248. struct cfs_rq *cfs_rq = task_cfs_rq(p);
  1249. struct sched_entity *se = &p->se, *curr = cfs_rq->curr;
  1250. int this_cpu = smp_processor_id();
  1251. sched_info_queued(p);
  1252. update_curr(cfs_rq);
  1253. place_entity(cfs_rq, se, 1);
  1254. /* 'curr' will be NULL if the child belongs to a different group */
  1255. if (sysctl_sched_child_runs_first && this_cpu == task_cpu(p) &&
  1256. curr && curr->vruntime < se->vruntime) {
  1257. /*
  1258. * Upon rescheduling, sched_class::put_prev_task() will place
  1259. * 'current' within the tree based on its new key value.
  1260. */
  1261. swap(curr->vruntime, se->vruntime);
  1262. resched_task(rq->curr);
  1263. }
  1264. enqueue_task_fair(rq, p, 0);
  1265. }
  1266. /*
  1267. * Priority of the task has changed. Check to see if we preempt
  1268. * the current task.
  1269. */
  1270. static void prio_changed_fair(struct rq *rq, struct task_struct *p,
  1271. int oldprio, int running)
  1272. {
  1273. /*
  1274. * Reschedule if we are currently running on this runqueue and
  1275. * our priority decreased, or if we are not currently running on
  1276. * this runqueue and our priority is higher than the current's
  1277. */
  1278. if (running) {
  1279. if (p->prio > oldprio)
  1280. resched_task(rq->curr);
  1281. } else
  1282. check_preempt_curr(rq, p, 0);
  1283. }
  1284. /*
  1285. * We switched to the sched_fair class.
  1286. */
  1287. static void switched_to_fair(struct rq *rq, struct task_struct *p,
  1288. int running)
  1289. {
  1290. /*
  1291. * We were most likely switched from sched_rt, so
  1292. * kick off the schedule if running, otherwise just see
  1293. * if we can still preempt the current task.
  1294. */
  1295. if (running)
  1296. resched_task(rq->curr);
  1297. else
  1298. check_preempt_curr(rq, p, 0);
  1299. }
  1300. /* Account for a task changing its policy or group.
  1301. *
  1302. * This routine is mostly called to set cfs_rq->curr field when a task
  1303. * migrates between groups/classes.
  1304. */
  1305. static void set_curr_task_fair(struct rq *rq)
  1306. {
  1307. struct sched_entity *se = &rq->curr->se;
  1308. for_each_sched_entity(se)
  1309. set_next_entity(cfs_rq_of(se), se);
  1310. }
  1311. #ifdef CONFIG_FAIR_GROUP_SCHED
  1312. static void moved_group_fair(struct task_struct *p)
  1313. {
  1314. struct cfs_rq *cfs_rq = task_cfs_rq(p);
  1315. update_curr(cfs_rq);
  1316. place_entity(cfs_rq, &p->se, 1);
  1317. }
  1318. #endif
  1319. /*
  1320. * All the scheduling class methods:
  1321. */
  1322. static const struct sched_class fair_sched_class = {
  1323. .next = &idle_sched_class,
  1324. .enqueue_task = enqueue_task_fair,
  1325. .dequeue_task = dequeue_task_fair,
  1326. .yield_task = yield_task_fair,
  1327. #ifdef CONFIG_SMP
  1328. .select_task_rq = select_task_rq_fair,
  1329. #endif /* CONFIG_SMP */
  1330. .check_preempt_curr = check_preempt_wakeup,
  1331. .pick_next_task = pick_next_task_fair,
  1332. .put_prev_task = put_prev_task_fair,
  1333. #ifdef CONFIG_SMP
  1334. .load_balance = load_balance_fair,
  1335. .move_one_task = move_one_task_fair,
  1336. #endif
  1337. .set_curr_task = set_curr_task_fair,
  1338. .task_tick = task_tick_fair,
  1339. .task_new = task_new_fair,
  1340. .prio_changed = prio_changed_fair,
  1341. .switched_to = switched_to_fair,
  1342. #ifdef CONFIG_FAIR_GROUP_SCHED
  1343. .moved_group = moved_group_fair,
  1344. #endif
  1345. };
  1346. #ifdef CONFIG_SCHED_DEBUG
  1347. static void print_cfs_stats(struct seq_file *m, int cpu)
  1348. {
  1349. struct cfs_rq *cfs_rq;
  1350. rcu_read_lock();
  1351. for_each_leaf_cfs_rq(cpu_rq(cpu), cfs_rq)
  1352. print_cfs_rq(m, cpu, cfs_rq);
  1353. rcu_read_unlock();
  1354. }
  1355. #endif