sched_fair.c 41 KB

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