sched_fair.c 38 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652
  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: 10 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 = 10000000UL;
  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. * The goal of calc_delta_asym() is to be asymmetrically around NICE_0_LOAD, in
  340. * that it favours >=0 over <0.
  341. *
  342. * -20 |
  343. * |
  344. * 0 --------+-------
  345. * .'
  346. * 19 .'
  347. *
  348. */
  349. static unsigned long
  350. calc_delta_asym(unsigned long delta, struct sched_entity *se)
  351. {
  352. struct load_weight lw = {
  353. .weight = NICE_0_LOAD,
  354. .inv_weight = 1UL << (WMULT_SHIFT-NICE_0_SHIFT)
  355. };
  356. for_each_sched_entity(se) {
  357. struct load_weight *se_lw = &se->load;
  358. if (se->load.weight < NICE_0_LOAD)
  359. se_lw = &lw;
  360. delta = calc_delta_mine(delta,
  361. cfs_rq_of(se)->load.weight, se_lw);
  362. }
  363. return delta;
  364. }
  365. /*
  366. * Update the current task's runtime statistics. Skip current tasks that
  367. * are not in our scheduling class.
  368. */
  369. static inline void
  370. __update_curr(struct cfs_rq *cfs_rq, struct sched_entity *curr,
  371. unsigned long delta_exec)
  372. {
  373. unsigned long delta_exec_weighted;
  374. schedstat_set(curr->exec_max, max((u64)delta_exec, curr->exec_max));
  375. curr->sum_exec_runtime += delta_exec;
  376. schedstat_add(cfs_rq, exec_clock, delta_exec);
  377. delta_exec_weighted = calc_delta_fair(delta_exec, curr);
  378. curr->vruntime += delta_exec_weighted;
  379. }
  380. static void update_curr(struct cfs_rq *cfs_rq)
  381. {
  382. struct sched_entity *curr = cfs_rq->curr;
  383. u64 now = rq_of(cfs_rq)->clock;
  384. unsigned long delta_exec;
  385. if (unlikely(!curr))
  386. return;
  387. /*
  388. * Get the amount of time the current task was running
  389. * since the last time we changed load (this cannot
  390. * overflow on 32 bits):
  391. */
  392. delta_exec = (unsigned long)(now - curr->exec_start);
  393. __update_curr(cfs_rq, curr, delta_exec);
  394. curr->exec_start = now;
  395. if (entity_is_task(curr)) {
  396. struct task_struct *curtask = task_of(curr);
  397. cpuacct_charge(curtask, delta_exec);
  398. }
  399. }
  400. static inline void
  401. update_stats_wait_start(struct cfs_rq *cfs_rq, struct sched_entity *se)
  402. {
  403. schedstat_set(se->wait_start, rq_of(cfs_rq)->clock);
  404. }
  405. /*
  406. * Task is being enqueued - update stats:
  407. */
  408. static void update_stats_enqueue(struct cfs_rq *cfs_rq, struct sched_entity *se)
  409. {
  410. /*
  411. * Are we enqueueing a waiting task? (for current tasks
  412. * a dequeue/enqueue event is a NOP)
  413. */
  414. if (se != cfs_rq->curr)
  415. update_stats_wait_start(cfs_rq, se);
  416. }
  417. static void
  418. update_stats_wait_end(struct cfs_rq *cfs_rq, struct sched_entity *se)
  419. {
  420. schedstat_set(se->wait_max, max(se->wait_max,
  421. rq_of(cfs_rq)->clock - se->wait_start));
  422. schedstat_set(se->wait_count, se->wait_count + 1);
  423. schedstat_set(se->wait_sum, se->wait_sum +
  424. rq_of(cfs_rq)->clock - se->wait_start);
  425. schedstat_set(se->wait_start, 0);
  426. }
  427. static inline void
  428. update_stats_dequeue(struct cfs_rq *cfs_rq, struct sched_entity *se)
  429. {
  430. /*
  431. * Mark the end of the wait period if dequeueing a
  432. * waiting task:
  433. */
  434. if (se != cfs_rq->curr)
  435. update_stats_wait_end(cfs_rq, se);
  436. }
  437. /*
  438. * We are picking a new current task - update its stats:
  439. */
  440. static inline void
  441. update_stats_curr_start(struct cfs_rq *cfs_rq, struct sched_entity *se)
  442. {
  443. /*
  444. * We are starting a new run period:
  445. */
  446. se->exec_start = rq_of(cfs_rq)->clock;
  447. }
  448. /**************************************************
  449. * Scheduling class queueing methods:
  450. */
  451. #if defined CONFIG_SMP && defined CONFIG_FAIR_GROUP_SCHED
  452. static void
  453. add_cfs_task_weight(struct cfs_rq *cfs_rq, unsigned long weight)
  454. {
  455. cfs_rq->task_weight += weight;
  456. }
  457. #else
  458. static inline void
  459. add_cfs_task_weight(struct cfs_rq *cfs_rq, unsigned long weight)
  460. {
  461. }
  462. #endif
  463. static void
  464. account_entity_enqueue(struct cfs_rq *cfs_rq, struct sched_entity *se)
  465. {
  466. update_load_add(&cfs_rq->load, se->load.weight);
  467. if (!parent_entity(se))
  468. inc_cpu_load(rq_of(cfs_rq), se->load.weight);
  469. if (entity_is_task(se))
  470. add_cfs_task_weight(cfs_rq, se->load.weight);
  471. cfs_rq->nr_running++;
  472. se->on_rq = 1;
  473. list_add(&se->group_node, &cfs_rq->tasks);
  474. }
  475. static void
  476. account_entity_dequeue(struct cfs_rq *cfs_rq, struct sched_entity *se)
  477. {
  478. update_load_sub(&cfs_rq->load, se->load.weight);
  479. if (!parent_entity(se))
  480. dec_cpu_load(rq_of(cfs_rq), se->load.weight);
  481. if (entity_is_task(se))
  482. add_cfs_task_weight(cfs_rq, -se->load.weight);
  483. cfs_rq->nr_running--;
  484. se->on_rq = 0;
  485. list_del_init(&se->group_node);
  486. }
  487. static void enqueue_sleeper(struct cfs_rq *cfs_rq, struct sched_entity *se)
  488. {
  489. #ifdef CONFIG_SCHEDSTATS
  490. if (se->sleep_start) {
  491. u64 delta = rq_of(cfs_rq)->clock - se->sleep_start;
  492. struct task_struct *tsk = task_of(se);
  493. if ((s64)delta < 0)
  494. delta = 0;
  495. if (unlikely(delta > se->sleep_max))
  496. se->sleep_max = delta;
  497. se->sleep_start = 0;
  498. se->sum_sleep_runtime += delta;
  499. account_scheduler_latency(tsk, delta >> 10, 1);
  500. }
  501. if (se->block_start) {
  502. u64 delta = rq_of(cfs_rq)->clock - se->block_start;
  503. struct task_struct *tsk = task_of(se);
  504. if ((s64)delta < 0)
  505. delta = 0;
  506. if (unlikely(delta > se->block_max))
  507. se->block_max = delta;
  508. se->block_start = 0;
  509. se->sum_sleep_runtime += delta;
  510. /*
  511. * Blocking time is in units of nanosecs, so shift by 20 to
  512. * get a milliseconds-range estimation of the amount of
  513. * time that the task spent sleeping:
  514. */
  515. if (unlikely(prof_on == SLEEP_PROFILING)) {
  516. profile_hits(SLEEP_PROFILING, (void *)get_wchan(tsk),
  517. delta >> 20);
  518. }
  519. account_scheduler_latency(tsk, delta >> 10, 0);
  520. }
  521. #endif
  522. }
  523. static void check_spread(struct cfs_rq *cfs_rq, struct sched_entity *se)
  524. {
  525. #ifdef CONFIG_SCHED_DEBUG
  526. s64 d = se->vruntime - cfs_rq->min_vruntime;
  527. if (d < 0)
  528. d = -d;
  529. if (d > 3*sysctl_sched_latency)
  530. schedstat_inc(cfs_rq, nr_spread_over);
  531. #endif
  532. }
  533. static void
  534. place_entity(struct cfs_rq *cfs_rq, struct sched_entity *se, int initial)
  535. {
  536. u64 vruntime;
  537. if (first_fair(cfs_rq)) {
  538. vruntime = min_vruntime(cfs_rq->min_vruntime,
  539. __pick_next_entity(cfs_rq)->vruntime);
  540. } else
  541. vruntime = cfs_rq->min_vruntime;
  542. /*
  543. * The 'current' period is already promised to the current tasks,
  544. * however the extra weight of the new task will slow them down a
  545. * little, place the new task so that it fits in the slot that
  546. * stays open at the end.
  547. */
  548. if (initial && sched_feat(START_DEBIT))
  549. vruntime += sched_vslice_add(cfs_rq, se);
  550. if (!initial) {
  551. /* sleeps upto a single latency don't count. */
  552. if (sched_feat(NEW_FAIR_SLEEPERS)) {
  553. if (sched_feat(NORMALIZED_SLEEPER))
  554. vruntime -= calc_delta_weight(sysctl_sched_latency, se);
  555. else
  556. vruntime -= sysctl_sched_latency;
  557. }
  558. /* ensure we never gain time by being placed backwards. */
  559. vruntime = max_vruntime(se->vruntime, vruntime);
  560. }
  561. se->vruntime = vruntime;
  562. }
  563. static void
  564. enqueue_entity(struct cfs_rq *cfs_rq, struct sched_entity *se, int wakeup)
  565. {
  566. /*
  567. * Update run-time statistics of the 'current'.
  568. */
  569. update_curr(cfs_rq);
  570. account_entity_enqueue(cfs_rq, se);
  571. if (wakeup) {
  572. place_entity(cfs_rq, se, 0);
  573. enqueue_sleeper(cfs_rq, se);
  574. }
  575. update_stats_enqueue(cfs_rq, se);
  576. check_spread(cfs_rq, se);
  577. if (se != cfs_rq->curr)
  578. __enqueue_entity(cfs_rq, se);
  579. }
  580. static void update_avg(u64 *avg, u64 sample)
  581. {
  582. s64 diff = sample - *avg;
  583. *avg += diff >> 3;
  584. }
  585. static void update_avg_stats(struct cfs_rq *cfs_rq, struct sched_entity *se)
  586. {
  587. if (!se->last_wakeup)
  588. return;
  589. update_avg(&se->avg_overlap, se->sum_exec_runtime - se->last_wakeup);
  590. se->last_wakeup = 0;
  591. }
  592. static void
  593. dequeue_entity(struct cfs_rq *cfs_rq, struct sched_entity *se, int sleep)
  594. {
  595. /*
  596. * Update run-time statistics of the 'current'.
  597. */
  598. update_curr(cfs_rq);
  599. update_stats_dequeue(cfs_rq, se);
  600. if (sleep) {
  601. update_avg_stats(cfs_rq, se);
  602. #ifdef CONFIG_SCHEDSTATS
  603. if (entity_is_task(se)) {
  604. struct task_struct *tsk = task_of(se);
  605. if (tsk->state & TASK_INTERRUPTIBLE)
  606. se->sleep_start = rq_of(cfs_rq)->clock;
  607. if (tsk->state & TASK_UNINTERRUPTIBLE)
  608. se->block_start = rq_of(cfs_rq)->clock;
  609. }
  610. #endif
  611. }
  612. if (se != cfs_rq->curr)
  613. __dequeue_entity(cfs_rq, se);
  614. account_entity_dequeue(cfs_rq, se);
  615. }
  616. /*
  617. * Preempt the current task with a newly woken task if needed:
  618. */
  619. static void
  620. check_preempt_tick(struct cfs_rq *cfs_rq, struct sched_entity *curr)
  621. {
  622. unsigned long ideal_runtime, delta_exec;
  623. ideal_runtime = sched_slice(cfs_rq, curr);
  624. delta_exec = curr->sum_exec_runtime - curr->prev_sum_exec_runtime;
  625. if (delta_exec > ideal_runtime)
  626. resched_task(rq_of(cfs_rq)->curr);
  627. }
  628. static void
  629. set_next_entity(struct cfs_rq *cfs_rq, struct sched_entity *se)
  630. {
  631. /* 'current' is not kept within the tree. */
  632. if (se->on_rq) {
  633. /*
  634. * Any task has to be enqueued before it get to execute on
  635. * a CPU. So account for the time it spent waiting on the
  636. * runqueue.
  637. */
  638. update_stats_wait_end(cfs_rq, se);
  639. __dequeue_entity(cfs_rq, se);
  640. }
  641. update_stats_curr_start(cfs_rq, se);
  642. cfs_rq->curr = se;
  643. #ifdef CONFIG_SCHEDSTATS
  644. /*
  645. * Track our maximum slice length, if the CPU's load is at
  646. * least twice that of our own weight (i.e. dont track it
  647. * when there are only lesser-weight tasks around):
  648. */
  649. if (rq_of(cfs_rq)->load.weight >= 2*se->load.weight) {
  650. se->slice_max = max(se->slice_max,
  651. se->sum_exec_runtime - se->prev_sum_exec_runtime);
  652. }
  653. #endif
  654. se->prev_sum_exec_runtime = se->sum_exec_runtime;
  655. }
  656. static int
  657. wakeup_preempt_entity(struct sched_entity *curr, struct sched_entity *se);
  658. static struct sched_entity *
  659. pick_next(struct cfs_rq *cfs_rq, struct sched_entity *se)
  660. {
  661. if (!cfs_rq->next)
  662. return se;
  663. if (wakeup_preempt_entity(cfs_rq->next, se) != 0)
  664. return se;
  665. return cfs_rq->next;
  666. }
  667. static struct sched_entity *pick_next_entity(struct cfs_rq *cfs_rq)
  668. {
  669. struct sched_entity *se = NULL;
  670. if (first_fair(cfs_rq)) {
  671. se = __pick_next_entity(cfs_rq);
  672. se = pick_next(cfs_rq, se);
  673. set_next_entity(cfs_rq, se);
  674. }
  675. return se;
  676. }
  677. static void put_prev_entity(struct cfs_rq *cfs_rq, struct sched_entity *prev)
  678. {
  679. /*
  680. * If still on the runqueue then deactivate_task()
  681. * was not called and update_curr() has to be done:
  682. */
  683. if (prev->on_rq)
  684. update_curr(cfs_rq);
  685. check_spread(cfs_rq, prev);
  686. if (prev->on_rq) {
  687. update_stats_wait_start(cfs_rq, prev);
  688. /* Put 'current' back into the tree. */
  689. __enqueue_entity(cfs_rq, prev);
  690. }
  691. cfs_rq->curr = NULL;
  692. }
  693. static void
  694. entity_tick(struct cfs_rq *cfs_rq, struct sched_entity *curr, int queued)
  695. {
  696. /*
  697. * Update run-time statistics of the 'current'.
  698. */
  699. update_curr(cfs_rq);
  700. #ifdef CONFIG_SCHED_HRTICK
  701. /*
  702. * queued ticks are scheduled to match the slice, so don't bother
  703. * validating it and just reschedule.
  704. */
  705. if (queued) {
  706. resched_task(rq_of(cfs_rq)->curr);
  707. return;
  708. }
  709. /*
  710. * don't let the period tick interfere with the hrtick preemption
  711. */
  712. if (!sched_feat(DOUBLE_TICK) &&
  713. hrtimer_active(&rq_of(cfs_rq)->hrtick_timer))
  714. return;
  715. #endif
  716. if (cfs_rq->nr_running > 1 || !sched_feat(WAKEUP_PREEMPT))
  717. check_preempt_tick(cfs_rq, curr);
  718. }
  719. /**************************************************
  720. * CFS operations on tasks:
  721. */
  722. #ifdef CONFIG_SCHED_HRTICK
  723. static void hrtick_start_fair(struct rq *rq, struct task_struct *p)
  724. {
  725. int requeue = rq->curr == p;
  726. struct sched_entity *se = &p->se;
  727. struct cfs_rq *cfs_rq = cfs_rq_of(se);
  728. WARN_ON(task_rq(p) != rq);
  729. if (hrtick_enabled(rq) && cfs_rq->nr_running > 1) {
  730. u64 slice = sched_slice(cfs_rq, se);
  731. u64 ran = se->sum_exec_runtime - se->prev_sum_exec_runtime;
  732. s64 delta = slice - ran;
  733. if (delta < 0) {
  734. if (rq->curr == p)
  735. resched_task(p);
  736. return;
  737. }
  738. /*
  739. * Don't schedule slices shorter than 10000ns, that just
  740. * doesn't make sense. Rely on vruntime for fairness.
  741. */
  742. if (!requeue)
  743. delta = max(10000LL, delta);
  744. hrtick_start(rq, delta, requeue);
  745. }
  746. }
  747. #else
  748. static inline void
  749. hrtick_start_fair(struct rq *rq, struct task_struct *p)
  750. {
  751. }
  752. #endif
  753. /*
  754. * The enqueue_task method is called before nr_running is
  755. * increased. Here we update the fair scheduling stats and
  756. * then put the task into the rbtree:
  757. */
  758. static void enqueue_task_fair(struct rq *rq, struct task_struct *p, int wakeup)
  759. {
  760. struct cfs_rq *cfs_rq;
  761. struct sched_entity *se = &p->se;
  762. for_each_sched_entity(se) {
  763. if (se->on_rq)
  764. break;
  765. cfs_rq = cfs_rq_of(se);
  766. enqueue_entity(cfs_rq, se, wakeup);
  767. wakeup = 1;
  768. }
  769. hrtick_start_fair(rq, rq->curr);
  770. }
  771. /*
  772. * The dequeue_task method is called before nr_running is
  773. * decreased. We remove the task from the rbtree and
  774. * update the fair scheduling stats:
  775. */
  776. static void dequeue_task_fair(struct rq *rq, struct task_struct *p, int sleep)
  777. {
  778. struct cfs_rq *cfs_rq;
  779. struct sched_entity *se = &p->se;
  780. for_each_sched_entity(se) {
  781. cfs_rq = cfs_rq_of(se);
  782. dequeue_entity(cfs_rq, se, sleep);
  783. /* Don't dequeue parent if it has other entities besides us */
  784. if (cfs_rq->load.weight)
  785. break;
  786. sleep = 1;
  787. }
  788. hrtick_start_fair(rq, rq->curr);
  789. }
  790. /*
  791. * sched_yield() support is very simple - we dequeue and enqueue.
  792. *
  793. * If compat_yield is turned on then we requeue to the end of the tree.
  794. */
  795. static void yield_task_fair(struct rq *rq)
  796. {
  797. struct task_struct *curr = rq->curr;
  798. struct cfs_rq *cfs_rq = task_cfs_rq(curr);
  799. struct sched_entity *rightmost, *se = &curr->se;
  800. /*
  801. * Are we the only task in the tree?
  802. */
  803. if (unlikely(cfs_rq->nr_running == 1))
  804. return;
  805. if (likely(!sysctl_sched_compat_yield) && curr->policy != SCHED_BATCH) {
  806. __update_rq_clock(rq);
  807. /*
  808. * Update run-time statistics of the 'current'.
  809. */
  810. update_curr(cfs_rq);
  811. return;
  812. }
  813. /*
  814. * Find the rightmost entry in the rbtree:
  815. */
  816. rightmost = __pick_last_entity(cfs_rq);
  817. /*
  818. * Already in the rightmost position?
  819. */
  820. if (unlikely(!rightmost || rightmost->vruntime < se->vruntime))
  821. return;
  822. /*
  823. * Minimally necessary key value to be last in the tree:
  824. * Upon rescheduling, sched_class::put_prev_task() will place
  825. * 'current' within the tree based on its new key value.
  826. */
  827. se->vruntime = rightmost->vruntime + 1;
  828. }
  829. /*
  830. * wake_idle() will wake a task on an idle cpu if task->cpu is
  831. * not idle and an idle cpu is available. The span of cpus to
  832. * search starts with cpus closest then further out as needed,
  833. * so we always favor a closer, idle cpu.
  834. *
  835. * Returns the CPU we should wake onto.
  836. */
  837. #if defined(ARCH_HAS_SCHED_WAKE_IDLE)
  838. static int wake_idle(int cpu, struct task_struct *p)
  839. {
  840. cpumask_t tmp;
  841. struct sched_domain *sd;
  842. int i;
  843. /*
  844. * If it is idle, then it is the best cpu to run this task.
  845. *
  846. * This cpu is also the best, if it has more than one task already.
  847. * Siblings must be also busy(in most cases) as they didn't already
  848. * pickup the extra load from this cpu and hence we need not check
  849. * sibling runqueue info. This will avoid the checks and cache miss
  850. * penalities associated with that.
  851. */
  852. if (idle_cpu(cpu) || cpu_rq(cpu)->nr_running > 1)
  853. return cpu;
  854. for_each_domain(cpu, sd) {
  855. if ((sd->flags & SD_WAKE_IDLE)
  856. || ((sd->flags & SD_WAKE_IDLE_FAR)
  857. && !task_hot(p, task_rq(p)->clock, sd))) {
  858. cpus_and(tmp, sd->span, p->cpus_allowed);
  859. for_each_cpu_mask(i, tmp) {
  860. if (idle_cpu(i)) {
  861. if (i != task_cpu(p)) {
  862. schedstat_inc(p,
  863. se.nr_wakeups_idle);
  864. }
  865. return i;
  866. }
  867. }
  868. } else {
  869. break;
  870. }
  871. }
  872. return cpu;
  873. }
  874. #else
  875. static inline int wake_idle(int cpu, struct task_struct *p)
  876. {
  877. return cpu;
  878. }
  879. #endif
  880. #ifdef CONFIG_SMP
  881. static const struct sched_class fair_sched_class;
  882. static int
  883. wake_affine(struct rq *rq, struct sched_domain *this_sd, struct rq *this_rq,
  884. struct task_struct *p, int prev_cpu, int this_cpu, int sync,
  885. int idx, unsigned long load, unsigned long this_load,
  886. unsigned int imbalance)
  887. {
  888. struct task_struct *curr = this_rq->curr;
  889. unsigned long tl = this_load;
  890. unsigned long tl_per_task;
  891. if (!(this_sd->flags & SD_WAKE_AFFINE))
  892. return 0;
  893. /*
  894. * If the currently running task will sleep within
  895. * a reasonable amount of time then attract this newly
  896. * woken task:
  897. */
  898. if (sync && curr->sched_class == &fair_sched_class) {
  899. if (curr->se.avg_overlap < sysctl_sched_migration_cost &&
  900. p->se.avg_overlap < sysctl_sched_migration_cost)
  901. return 1;
  902. }
  903. schedstat_inc(p, se.nr_wakeups_affine_attempts);
  904. tl_per_task = cpu_avg_load_per_task(this_cpu);
  905. /*
  906. * If sync wakeup then subtract the (maximum possible)
  907. * effect of the currently running task from the load
  908. * of the current CPU:
  909. */
  910. if (sync)
  911. tl -= current->se.load.weight;
  912. if ((tl <= load && tl + target_load(prev_cpu, idx) <= tl_per_task) ||
  913. 100*(tl + p->se.load.weight) <= imbalance*load) {
  914. /*
  915. * This domain has SD_WAKE_AFFINE and
  916. * p is cache cold in this domain, and
  917. * there is no bad imbalance.
  918. */
  919. schedstat_inc(this_sd, ttwu_move_affine);
  920. schedstat_inc(p, se.nr_wakeups_affine);
  921. return 1;
  922. }
  923. return 0;
  924. }
  925. static int select_task_rq_fair(struct task_struct *p, int sync)
  926. {
  927. struct sched_domain *sd, *this_sd = NULL;
  928. int prev_cpu, this_cpu, new_cpu;
  929. unsigned long load, this_load;
  930. struct rq *rq, *this_rq;
  931. unsigned int imbalance;
  932. int idx;
  933. prev_cpu = task_cpu(p);
  934. rq = task_rq(p);
  935. this_cpu = smp_processor_id();
  936. this_rq = cpu_rq(this_cpu);
  937. new_cpu = prev_cpu;
  938. /*
  939. * 'this_sd' is the first domain that both
  940. * this_cpu and prev_cpu are present in:
  941. */
  942. for_each_domain(this_cpu, sd) {
  943. if (cpu_isset(prev_cpu, sd->span)) {
  944. this_sd = sd;
  945. break;
  946. }
  947. }
  948. if (unlikely(!cpu_isset(this_cpu, p->cpus_allowed)))
  949. goto out;
  950. /*
  951. * Check for affine wakeup and passive balancing possibilities.
  952. */
  953. if (!this_sd)
  954. goto out;
  955. idx = this_sd->wake_idx;
  956. imbalance = 100 + (this_sd->imbalance_pct - 100) / 2;
  957. load = source_load(prev_cpu, idx);
  958. this_load = target_load(this_cpu, idx);
  959. if (wake_affine(rq, this_sd, this_rq, p, prev_cpu, this_cpu, sync, idx,
  960. load, this_load, imbalance))
  961. return this_cpu;
  962. if (prev_cpu == this_cpu)
  963. goto out;
  964. /*
  965. * Start passive balancing when half the imbalance_pct
  966. * limit is reached.
  967. */
  968. if (this_sd->flags & SD_WAKE_BALANCE) {
  969. if (imbalance*this_load <= 100*load) {
  970. schedstat_inc(this_sd, ttwu_move_balance);
  971. schedstat_inc(p, se.nr_wakeups_passive);
  972. return this_cpu;
  973. }
  974. }
  975. out:
  976. return wake_idle(new_cpu, p);
  977. }
  978. #endif /* CONFIG_SMP */
  979. static unsigned long wakeup_gran(struct sched_entity *se)
  980. {
  981. unsigned long gran = sysctl_sched_wakeup_granularity;
  982. /*
  983. * More easily preempt - nice tasks, while not making it harder for
  984. * + nice tasks.
  985. */
  986. gran = calc_delta_asym(sysctl_sched_wakeup_granularity, se);
  987. return gran;
  988. }
  989. /*
  990. * Should 'se' preempt 'curr'.
  991. *
  992. * |s1
  993. * |s2
  994. * |s3
  995. * g
  996. * |<--->|c
  997. *
  998. * w(c, s1) = -1
  999. * w(c, s2) = 0
  1000. * w(c, s3) = 1
  1001. *
  1002. */
  1003. static int
  1004. wakeup_preempt_entity(struct sched_entity *curr, struct sched_entity *se)
  1005. {
  1006. s64 gran, vdiff = curr->vruntime - se->vruntime;
  1007. if (vdiff < 0)
  1008. return -1;
  1009. gran = wakeup_gran(curr);
  1010. if (vdiff > gran)
  1011. return 1;
  1012. return 0;
  1013. }
  1014. /* return depth at which a sched entity is present in the hierarchy */
  1015. static inline int depth_se(struct sched_entity *se)
  1016. {
  1017. int depth = 0;
  1018. for_each_sched_entity(se)
  1019. depth++;
  1020. return depth;
  1021. }
  1022. /*
  1023. * Preempt the current task with a newly woken task if needed:
  1024. */
  1025. static void check_preempt_wakeup(struct rq *rq, struct task_struct *p)
  1026. {
  1027. struct task_struct *curr = rq->curr;
  1028. struct cfs_rq *cfs_rq = task_cfs_rq(curr);
  1029. struct sched_entity *se = &curr->se, *pse = &p->se;
  1030. int se_depth, pse_depth;
  1031. if (unlikely(rt_prio(p->prio))) {
  1032. update_rq_clock(rq);
  1033. update_curr(cfs_rq);
  1034. resched_task(curr);
  1035. return;
  1036. }
  1037. se->last_wakeup = se->sum_exec_runtime;
  1038. if (unlikely(se == pse))
  1039. return;
  1040. cfs_rq_of(pse)->next = pse;
  1041. /*
  1042. * Batch tasks do not preempt (their preemption is driven by
  1043. * the tick):
  1044. */
  1045. if (unlikely(p->policy == SCHED_BATCH))
  1046. return;
  1047. if (!sched_feat(WAKEUP_PREEMPT))
  1048. return;
  1049. /*
  1050. * preemption test can be made between sibling entities who are in the
  1051. * same cfs_rq i.e who have a common parent. Walk up the hierarchy of
  1052. * both tasks until we find their ancestors who are siblings of common
  1053. * parent.
  1054. */
  1055. /* First walk up until both entities are at same depth */
  1056. se_depth = depth_se(se);
  1057. pse_depth = depth_se(pse);
  1058. while (se_depth > pse_depth) {
  1059. se_depth--;
  1060. se = parent_entity(se);
  1061. }
  1062. while (pse_depth > se_depth) {
  1063. pse_depth--;
  1064. pse = parent_entity(pse);
  1065. }
  1066. while (!is_same_group(se, pse)) {
  1067. se = parent_entity(se);
  1068. pse = parent_entity(pse);
  1069. }
  1070. if (wakeup_preempt_entity(se, pse) == 1)
  1071. resched_task(curr);
  1072. }
  1073. static struct task_struct *pick_next_task_fair(struct rq *rq)
  1074. {
  1075. struct task_struct *p;
  1076. struct cfs_rq *cfs_rq = &rq->cfs;
  1077. struct sched_entity *se;
  1078. if (unlikely(!cfs_rq->nr_running))
  1079. return NULL;
  1080. do {
  1081. se = pick_next_entity(cfs_rq);
  1082. cfs_rq = group_cfs_rq(se);
  1083. } while (cfs_rq);
  1084. p = task_of(se);
  1085. hrtick_start_fair(rq, p);
  1086. return p;
  1087. }
  1088. /*
  1089. * Account for a descheduled task:
  1090. */
  1091. static void put_prev_task_fair(struct rq *rq, struct task_struct *prev)
  1092. {
  1093. struct sched_entity *se = &prev->se;
  1094. struct cfs_rq *cfs_rq;
  1095. for_each_sched_entity(se) {
  1096. cfs_rq = cfs_rq_of(se);
  1097. put_prev_entity(cfs_rq, se);
  1098. }
  1099. }
  1100. #ifdef CONFIG_SMP
  1101. /**************************************************
  1102. * Fair scheduling class load-balancing methods:
  1103. */
  1104. /*
  1105. * Load-balancing iterator. Note: while the runqueue stays locked
  1106. * during the whole iteration, the current task might be
  1107. * dequeued so the iterator has to be dequeue-safe. Here we
  1108. * achieve that by always pre-iterating before returning
  1109. * the current task:
  1110. */
  1111. static struct task_struct *
  1112. __load_balance_iterator(struct cfs_rq *cfs_rq, struct list_head *next)
  1113. {
  1114. struct task_struct *p = NULL;
  1115. struct sched_entity *se;
  1116. if (next == &cfs_rq->tasks)
  1117. return NULL;
  1118. /* Skip over entities that are not tasks */
  1119. do {
  1120. se = list_entry(next, struct sched_entity, group_node);
  1121. next = next->next;
  1122. } while (next != &cfs_rq->tasks && !entity_is_task(se));
  1123. if (next == &cfs_rq->tasks)
  1124. return NULL;
  1125. cfs_rq->balance_iterator = next;
  1126. if (entity_is_task(se))
  1127. p = task_of(se);
  1128. return p;
  1129. }
  1130. static struct task_struct *load_balance_start_fair(void *arg)
  1131. {
  1132. struct cfs_rq *cfs_rq = arg;
  1133. return __load_balance_iterator(cfs_rq, cfs_rq->tasks.next);
  1134. }
  1135. static struct task_struct *load_balance_next_fair(void *arg)
  1136. {
  1137. struct cfs_rq *cfs_rq = arg;
  1138. return __load_balance_iterator(cfs_rq, cfs_rq->balance_iterator);
  1139. }
  1140. static unsigned long
  1141. __load_balance_fair(struct rq *this_rq, int this_cpu, struct rq *busiest,
  1142. unsigned long max_load_move, struct sched_domain *sd,
  1143. enum cpu_idle_type idle, int *all_pinned, int *this_best_prio,
  1144. struct cfs_rq *cfs_rq)
  1145. {
  1146. struct rq_iterator cfs_rq_iterator;
  1147. cfs_rq_iterator.start = load_balance_start_fair;
  1148. cfs_rq_iterator.next = load_balance_next_fair;
  1149. cfs_rq_iterator.arg = cfs_rq;
  1150. return balance_tasks(this_rq, this_cpu, busiest,
  1151. max_load_move, sd, idle, all_pinned,
  1152. this_best_prio, &cfs_rq_iterator);
  1153. }
  1154. #ifdef CONFIG_FAIR_GROUP_SCHED
  1155. static unsigned long
  1156. load_balance_fair(struct rq *this_rq, int this_cpu, struct rq *busiest,
  1157. unsigned long max_load_move,
  1158. struct sched_domain *sd, enum cpu_idle_type idle,
  1159. int *all_pinned, int *this_best_prio)
  1160. {
  1161. long rem_load_move = max_load_move;
  1162. int busiest_cpu = cpu_of(busiest);
  1163. struct task_group *tg;
  1164. rcu_read_lock();
  1165. list_for_each_entry(tg, &task_groups, list) {
  1166. long imbalance;
  1167. unsigned long this_weight, busiest_weight;
  1168. long rem_load, max_load, moved_load;
  1169. /*
  1170. * empty group
  1171. */
  1172. if (!aggregate(tg, sd)->task_weight)
  1173. continue;
  1174. rem_load = rem_load_move * aggregate(tg, sd)->rq_weight;
  1175. rem_load /= aggregate(tg, sd)->load + 1;
  1176. this_weight = tg->cfs_rq[this_cpu]->task_weight;
  1177. busiest_weight = tg->cfs_rq[busiest_cpu]->task_weight;
  1178. imbalance = (busiest_weight - this_weight) / 2;
  1179. if (imbalance < 0)
  1180. imbalance = busiest_weight;
  1181. max_load = max(rem_load, imbalance);
  1182. moved_load = __load_balance_fair(this_rq, this_cpu, busiest,
  1183. max_load, sd, idle, all_pinned, this_best_prio,
  1184. tg->cfs_rq[busiest_cpu]);
  1185. if (!moved_load)
  1186. continue;
  1187. move_group_shares(tg, sd, busiest_cpu, this_cpu);
  1188. moved_load *= aggregate(tg, sd)->load;
  1189. moved_load /= aggregate(tg, sd)->rq_weight + 1;
  1190. rem_load_move -= moved_load;
  1191. if (rem_load_move < 0)
  1192. break;
  1193. }
  1194. rcu_read_unlock();
  1195. return max_load_move - rem_load_move;
  1196. }
  1197. #else
  1198. static unsigned long
  1199. load_balance_fair(struct rq *this_rq, int this_cpu, struct rq *busiest,
  1200. unsigned long max_load_move,
  1201. struct sched_domain *sd, enum cpu_idle_type idle,
  1202. int *all_pinned, int *this_best_prio)
  1203. {
  1204. return __load_balance_fair(this_rq, this_cpu, busiest,
  1205. max_load_move, sd, idle, all_pinned,
  1206. this_best_prio, &busiest->cfs);
  1207. }
  1208. #endif
  1209. static int
  1210. move_one_task_fair(struct rq *this_rq, int this_cpu, struct rq *busiest,
  1211. struct sched_domain *sd, enum cpu_idle_type idle)
  1212. {
  1213. struct cfs_rq *busy_cfs_rq;
  1214. struct rq_iterator cfs_rq_iterator;
  1215. cfs_rq_iterator.start = load_balance_start_fair;
  1216. cfs_rq_iterator.next = load_balance_next_fair;
  1217. for_each_leaf_cfs_rq(busiest, busy_cfs_rq) {
  1218. /*
  1219. * pass busy_cfs_rq argument into
  1220. * load_balance_[start|next]_fair iterators
  1221. */
  1222. cfs_rq_iterator.arg = busy_cfs_rq;
  1223. if (iter_move_one_task(this_rq, this_cpu, busiest, sd, idle,
  1224. &cfs_rq_iterator))
  1225. return 1;
  1226. }
  1227. return 0;
  1228. }
  1229. #endif
  1230. /*
  1231. * scheduler tick hitting a task of our scheduling class:
  1232. */
  1233. static void task_tick_fair(struct rq *rq, struct task_struct *curr, int queued)
  1234. {
  1235. struct cfs_rq *cfs_rq;
  1236. struct sched_entity *se = &curr->se;
  1237. for_each_sched_entity(se) {
  1238. cfs_rq = cfs_rq_of(se);
  1239. entity_tick(cfs_rq, se, queued);
  1240. }
  1241. }
  1242. #define swap(a, b) do { typeof(a) tmp = (a); (a) = (b); (b) = tmp; } while (0)
  1243. /*
  1244. * Share the fairness runtime between parent and child, thus the
  1245. * total amount of pressure for CPU stays equal - new tasks
  1246. * get a chance to run but frequent forkers are not allowed to
  1247. * monopolize the CPU. Note: the parent runqueue is locked,
  1248. * the child is not running yet.
  1249. */
  1250. static void task_new_fair(struct rq *rq, struct task_struct *p)
  1251. {
  1252. struct cfs_rq *cfs_rq = task_cfs_rq(p);
  1253. struct sched_entity *se = &p->se, *curr = cfs_rq->curr;
  1254. int this_cpu = smp_processor_id();
  1255. sched_info_queued(p);
  1256. update_curr(cfs_rq);
  1257. place_entity(cfs_rq, se, 1);
  1258. /* 'curr' will be NULL if the child belongs to a different group */
  1259. if (sysctl_sched_child_runs_first && this_cpu == task_cpu(p) &&
  1260. curr && curr->vruntime < se->vruntime) {
  1261. /*
  1262. * Upon rescheduling, sched_class::put_prev_task() will place
  1263. * 'current' within the tree based on its new key value.
  1264. */
  1265. swap(curr->vruntime, se->vruntime);
  1266. }
  1267. enqueue_task_fair(rq, p, 0);
  1268. resched_task(rq->curr);
  1269. }
  1270. /*
  1271. * Priority of the task has changed. Check to see if we preempt
  1272. * the current task.
  1273. */
  1274. static void prio_changed_fair(struct rq *rq, struct task_struct *p,
  1275. int oldprio, int running)
  1276. {
  1277. /*
  1278. * Reschedule if we are currently running on this runqueue and
  1279. * our priority decreased, or if we are not currently running on
  1280. * this runqueue and our priority is higher than the current's
  1281. */
  1282. if (running) {
  1283. if (p->prio > oldprio)
  1284. resched_task(rq->curr);
  1285. } else
  1286. check_preempt_curr(rq, p);
  1287. }
  1288. /*
  1289. * We switched to the sched_fair class.
  1290. */
  1291. static void switched_to_fair(struct rq *rq, struct task_struct *p,
  1292. int running)
  1293. {
  1294. /*
  1295. * We were most likely switched from sched_rt, so
  1296. * kick off the schedule if running, otherwise just see
  1297. * if we can still preempt the current task.
  1298. */
  1299. if (running)
  1300. resched_task(rq->curr);
  1301. else
  1302. check_preempt_curr(rq, p);
  1303. }
  1304. /* Account for a task changing its policy or group.
  1305. *
  1306. * This routine is mostly called to set cfs_rq->curr field when a task
  1307. * migrates between groups/classes.
  1308. */
  1309. static void set_curr_task_fair(struct rq *rq)
  1310. {
  1311. struct sched_entity *se = &rq->curr->se;
  1312. for_each_sched_entity(se)
  1313. set_next_entity(cfs_rq_of(se), se);
  1314. }
  1315. #ifdef CONFIG_FAIR_GROUP_SCHED
  1316. static void moved_group_fair(struct task_struct *p)
  1317. {
  1318. struct cfs_rq *cfs_rq = task_cfs_rq(p);
  1319. update_curr(cfs_rq);
  1320. place_entity(cfs_rq, &p->se, 1);
  1321. }
  1322. #endif
  1323. /*
  1324. * All the scheduling class methods:
  1325. */
  1326. static const struct sched_class fair_sched_class = {
  1327. .next = &idle_sched_class,
  1328. .enqueue_task = enqueue_task_fair,
  1329. .dequeue_task = dequeue_task_fair,
  1330. .yield_task = yield_task_fair,
  1331. #ifdef CONFIG_SMP
  1332. .select_task_rq = select_task_rq_fair,
  1333. #endif /* CONFIG_SMP */
  1334. .check_preempt_curr = check_preempt_wakeup,
  1335. .pick_next_task = pick_next_task_fair,
  1336. .put_prev_task = put_prev_task_fair,
  1337. #ifdef CONFIG_SMP
  1338. .load_balance = load_balance_fair,
  1339. .move_one_task = move_one_task_fair,
  1340. #endif
  1341. .set_curr_task = set_curr_task_fair,
  1342. .task_tick = task_tick_fair,
  1343. .task_new = task_new_fair,
  1344. .prio_changed = prio_changed_fair,
  1345. .switched_to = switched_to_fair,
  1346. #ifdef CONFIG_FAIR_GROUP_SCHED
  1347. .moved_group = moved_group_fair,
  1348. #endif
  1349. };
  1350. #ifdef CONFIG_SCHED_DEBUG
  1351. static void
  1352. print_cfs_rq_tasks(struct seq_file *m, struct cfs_rq *cfs_rq, int depth)
  1353. {
  1354. struct sched_entity *se;
  1355. if (!cfs_rq)
  1356. return;
  1357. list_for_each_entry_rcu(se, &cfs_rq->tasks, group_node) {
  1358. int i;
  1359. for (i = depth; i; i--)
  1360. seq_puts(m, " ");
  1361. seq_printf(m, "%lu %s %lu\n",
  1362. se->load.weight,
  1363. entity_is_task(se) ? "T" : "G",
  1364. calc_delta_weight(SCHED_LOAD_SCALE, se)
  1365. );
  1366. if (!entity_is_task(se))
  1367. print_cfs_rq_tasks(m, group_cfs_rq(se), depth + 1);
  1368. }
  1369. }
  1370. static void print_cfs_stats(struct seq_file *m, int cpu)
  1371. {
  1372. struct cfs_rq *cfs_rq;
  1373. rcu_read_lock();
  1374. for_each_leaf_cfs_rq(cpu_rq(cpu), cfs_rq)
  1375. print_cfs_rq(m, cpu, cfs_rq);
  1376. seq_printf(m, "\nWeight tree:\n");
  1377. print_cfs_rq_tasks(m, &cpu_rq(cpu)->cfs, 1);
  1378. rcu_read_unlock();
  1379. }
  1380. #endif