sched_fair.c 93 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674
  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. #include <linux/sched.h>
  24. /*
  25. * Targeted preemption latency for CPU-bound tasks:
  26. * (default: 5ms * (1 + ilog(ncpus)), units: nanoseconds)
  27. *
  28. * NOTE: this latency value is not the same as the concept of
  29. * 'timeslice length' - timeslices in CFS are of variable length
  30. * and have no persistent notion like in traditional, time-slice
  31. * based scheduling concepts.
  32. *
  33. * (to see the precise effective timeslice length of your workload,
  34. * run vmstat and monitor the context-switches (cs) field)
  35. */
  36. unsigned int sysctl_sched_latency = 6000000ULL;
  37. unsigned int normalized_sysctl_sched_latency = 6000000ULL;
  38. /*
  39. * The initial- and re-scaling of tunables is configurable
  40. * (default SCHED_TUNABLESCALING_LOG = *(1+ilog(ncpus))
  41. *
  42. * Options are:
  43. * SCHED_TUNABLESCALING_NONE - unscaled, always *1
  44. * SCHED_TUNABLESCALING_LOG - scaled logarithmical, *1+ilog(ncpus)
  45. * SCHED_TUNABLESCALING_LINEAR - scaled linear, *ncpus
  46. */
  47. enum sched_tunable_scaling sysctl_sched_tunable_scaling
  48. = SCHED_TUNABLESCALING_LOG;
  49. /*
  50. * Minimal preemption granularity for CPU-bound tasks:
  51. * (default: 2 msec * (1 + ilog(ncpus)), units: nanoseconds)
  52. */
  53. unsigned int sysctl_sched_min_granularity = 2000000ULL;
  54. unsigned int normalized_sysctl_sched_min_granularity = 2000000ULL;
  55. /*
  56. * is kept at sysctl_sched_latency / sysctl_sched_min_granularity
  57. */
  58. static unsigned int sched_nr_latency = 3;
  59. /*
  60. * After fork, child runs first. If set to 0 (default) then
  61. * parent will (try to) run first.
  62. */
  63. unsigned int sysctl_sched_child_runs_first __read_mostly;
  64. /*
  65. * sys_sched_yield() compat mode
  66. *
  67. * This option switches the agressive yield implementation of the
  68. * old scheduler back on.
  69. */
  70. unsigned int __read_mostly sysctl_sched_compat_yield;
  71. /*
  72. * SCHED_OTHER wake-up granularity.
  73. * (default: 1 msec * (1 + ilog(ncpus)), units: nanoseconds)
  74. *
  75. * This option delays the preemption effects of decoupled workloads
  76. * and reduces their over-scheduling. Synchronous workloads will still
  77. * have immediate wakeup/sleep latencies.
  78. */
  79. unsigned int sysctl_sched_wakeup_granularity = 1000000UL;
  80. unsigned int normalized_sysctl_sched_wakeup_granularity = 1000000UL;
  81. const_debug unsigned int sysctl_sched_migration_cost = 500000UL;
  82. static const struct sched_class fair_sched_class;
  83. /**************************************************************
  84. * CFS operations on generic schedulable entities:
  85. */
  86. #ifdef CONFIG_FAIR_GROUP_SCHED
  87. /* cpu runqueue to which this cfs_rq is attached */
  88. static inline struct rq *rq_of(struct cfs_rq *cfs_rq)
  89. {
  90. return cfs_rq->rq;
  91. }
  92. /* An entity is a task if it doesn't "own" a runqueue */
  93. #define entity_is_task(se) (!se->my_q)
  94. static inline struct task_struct *task_of(struct sched_entity *se)
  95. {
  96. #ifdef CONFIG_SCHED_DEBUG
  97. WARN_ON_ONCE(!entity_is_task(se));
  98. #endif
  99. return container_of(se, struct task_struct, se);
  100. }
  101. /* Walk up scheduling entities hierarchy */
  102. #define for_each_sched_entity(se) \
  103. for (; se; se = se->parent)
  104. static inline struct cfs_rq *task_cfs_rq(struct task_struct *p)
  105. {
  106. return p->se.cfs_rq;
  107. }
  108. /* runqueue on which this entity is (to be) queued */
  109. static inline struct cfs_rq *cfs_rq_of(struct sched_entity *se)
  110. {
  111. return se->cfs_rq;
  112. }
  113. /* runqueue "owned" by this group */
  114. static inline struct cfs_rq *group_cfs_rq(struct sched_entity *grp)
  115. {
  116. return grp->my_q;
  117. }
  118. /* Given a group's cfs_rq on one cpu, return its corresponding cfs_rq on
  119. * another cpu ('this_cpu')
  120. */
  121. static inline struct cfs_rq *cpu_cfs_rq(struct cfs_rq *cfs_rq, int this_cpu)
  122. {
  123. return cfs_rq->tg->cfs_rq[this_cpu];
  124. }
  125. /* Iterate thr' all leaf cfs_rq's on a runqueue */
  126. #define for_each_leaf_cfs_rq(rq, cfs_rq) \
  127. list_for_each_entry_rcu(cfs_rq, &rq->leaf_cfs_rq_list, leaf_cfs_rq_list)
  128. /* Do the two (enqueued) entities belong to the same group ? */
  129. static inline int
  130. is_same_group(struct sched_entity *se, struct sched_entity *pse)
  131. {
  132. if (se->cfs_rq == pse->cfs_rq)
  133. return 1;
  134. return 0;
  135. }
  136. static inline struct sched_entity *parent_entity(struct sched_entity *se)
  137. {
  138. return se->parent;
  139. }
  140. /* return depth at which a sched entity is present in the hierarchy */
  141. static inline int depth_se(struct sched_entity *se)
  142. {
  143. int depth = 0;
  144. for_each_sched_entity(se)
  145. depth++;
  146. return depth;
  147. }
  148. static void
  149. find_matching_se(struct sched_entity **se, struct sched_entity **pse)
  150. {
  151. int se_depth, pse_depth;
  152. /*
  153. * preemption test can be made between sibling entities who are in the
  154. * same cfs_rq i.e who have a common parent. Walk up the hierarchy of
  155. * both tasks until we find their ancestors who are siblings of common
  156. * parent.
  157. */
  158. /* First walk up until both entities are at same depth */
  159. se_depth = depth_se(*se);
  160. pse_depth = depth_se(*pse);
  161. while (se_depth > pse_depth) {
  162. se_depth--;
  163. *se = parent_entity(*se);
  164. }
  165. while (pse_depth > se_depth) {
  166. pse_depth--;
  167. *pse = parent_entity(*pse);
  168. }
  169. while (!is_same_group(*se, *pse)) {
  170. *se = parent_entity(*se);
  171. *pse = parent_entity(*pse);
  172. }
  173. }
  174. #else /* !CONFIG_FAIR_GROUP_SCHED */
  175. static inline struct task_struct *task_of(struct sched_entity *se)
  176. {
  177. return container_of(se, struct task_struct, se);
  178. }
  179. static inline struct rq *rq_of(struct cfs_rq *cfs_rq)
  180. {
  181. return container_of(cfs_rq, struct rq, cfs);
  182. }
  183. #define entity_is_task(se) 1
  184. #define for_each_sched_entity(se) \
  185. for (; se; se = NULL)
  186. static inline struct cfs_rq *task_cfs_rq(struct task_struct *p)
  187. {
  188. return &task_rq(p)->cfs;
  189. }
  190. static inline struct cfs_rq *cfs_rq_of(struct sched_entity *se)
  191. {
  192. struct task_struct *p = task_of(se);
  193. struct rq *rq = task_rq(p);
  194. return &rq->cfs;
  195. }
  196. /* runqueue "owned" by this group */
  197. static inline struct cfs_rq *group_cfs_rq(struct sched_entity *grp)
  198. {
  199. return NULL;
  200. }
  201. static inline struct cfs_rq *cpu_cfs_rq(struct cfs_rq *cfs_rq, int this_cpu)
  202. {
  203. return &cpu_rq(this_cpu)->cfs;
  204. }
  205. #define for_each_leaf_cfs_rq(rq, cfs_rq) \
  206. for (cfs_rq = &rq->cfs; cfs_rq; cfs_rq = NULL)
  207. static inline int
  208. is_same_group(struct sched_entity *se, struct sched_entity *pse)
  209. {
  210. return 1;
  211. }
  212. static inline struct sched_entity *parent_entity(struct sched_entity *se)
  213. {
  214. return NULL;
  215. }
  216. static inline void
  217. find_matching_se(struct sched_entity **se, struct sched_entity **pse)
  218. {
  219. }
  220. #endif /* CONFIG_FAIR_GROUP_SCHED */
  221. /**************************************************************
  222. * Scheduling class tree data structure manipulation methods:
  223. */
  224. static inline u64 max_vruntime(u64 min_vruntime, u64 vruntime)
  225. {
  226. s64 delta = (s64)(vruntime - min_vruntime);
  227. if (delta > 0)
  228. min_vruntime = vruntime;
  229. return min_vruntime;
  230. }
  231. static inline u64 min_vruntime(u64 min_vruntime, u64 vruntime)
  232. {
  233. s64 delta = (s64)(vruntime - min_vruntime);
  234. if (delta < 0)
  235. min_vruntime = vruntime;
  236. return min_vruntime;
  237. }
  238. static inline int entity_before(struct sched_entity *a,
  239. struct sched_entity *b)
  240. {
  241. return (s64)(a->vruntime - b->vruntime) < 0;
  242. }
  243. static inline s64 entity_key(struct cfs_rq *cfs_rq, struct sched_entity *se)
  244. {
  245. return se->vruntime - cfs_rq->min_vruntime;
  246. }
  247. static void update_min_vruntime(struct cfs_rq *cfs_rq)
  248. {
  249. u64 vruntime = cfs_rq->min_vruntime;
  250. if (cfs_rq->curr)
  251. vruntime = cfs_rq->curr->vruntime;
  252. if (cfs_rq->rb_leftmost) {
  253. struct sched_entity *se = rb_entry(cfs_rq->rb_leftmost,
  254. struct sched_entity,
  255. run_node);
  256. if (!cfs_rq->curr)
  257. vruntime = se->vruntime;
  258. else
  259. vruntime = min_vruntime(vruntime, se->vruntime);
  260. }
  261. cfs_rq->min_vruntime = max_vruntime(cfs_rq->min_vruntime, vruntime);
  262. }
  263. /*
  264. * Enqueue an entity into the rb-tree:
  265. */
  266. static void __enqueue_entity(struct cfs_rq *cfs_rq, struct sched_entity *se)
  267. {
  268. struct rb_node **link = &cfs_rq->tasks_timeline.rb_node;
  269. struct rb_node *parent = NULL;
  270. struct sched_entity *entry;
  271. s64 key = entity_key(cfs_rq, se);
  272. int leftmost = 1;
  273. /*
  274. * Find the right place in the rbtree:
  275. */
  276. while (*link) {
  277. parent = *link;
  278. entry = rb_entry(parent, struct sched_entity, run_node);
  279. /*
  280. * We dont care about collisions. Nodes with
  281. * the same key stay together.
  282. */
  283. if (key < entity_key(cfs_rq, entry)) {
  284. link = &parent->rb_left;
  285. } else {
  286. link = &parent->rb_right;
  287. leftmost = 0;
  288. }
  289. }
  290. /*
  291. * Maintain a cache of leftmost tree entries (it is frequently
  292. * used):
  293. */
  294. if (leftmost)
  295. cfs_rq->rb_leftmost = &se->run_node;
  296. rb_link_node(&se->run_node, parent, link);
  297. rb_insert_color(&se->run_node, &cfs_rq->tasks_timeline);
  298. }
  299. static void __dequeue_entity(struct cfs_rq *cfs_rq, struct sched_entity *se)
  300. {
  301. if (cfs_rq->rb_leftmost == &se->run_node) {
  302. struct rb_node *next_node;
  303. next_node = rb_next(&se->run_node);
  304. cfs_rq->rb_leftmost = next_node;
  305. }
  306. rb_erase(&se->run_node, &cfs_rq->tasks_timeline);
  307. }
  308. static struct sched_entity *__pick_next_entity(struct cfs_rq *cfs_rq)
  309. {
  310. struct rb_node *left = cfs_rq->rb_leftmost;
  311. if (!left)
  312. return NULL;
  313. return rb_entry(left, struct sched_entity, run_node);
  314. }
  315. static struct sched_entity *__pick_last_entity(struct cfs_rq *cfs_rq)
  316. {
  317. struct rb_node *last = rb_last(&cfs_rq->tasks_timeline);
  318. if (!last)
  319. return NULL;
  320. return rb_entry(last, struct sched_entity, run_node);
  321. }
  322. /**************************************************************
  323. * Scheduling class statistics methods:
  324. */
  325. #ifdef CONFIG_SCHED_DEBUG
  326. int sched_proc_update_handler(struct ctl_table *table, int write,
  327. void __user *buffer, size_t *lenp,
  328. loff_t *ppos)
  329. {
  330. int ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos);
  331. int factor = get_update_sysctl_factor();
  332. if (ret || !write)
  333. return ret;
  334. sched_nr_latency = DIV_ROUND_UP(sysctl_sched_latency,
  335. sysctl_sched_min_granularity);
  336. #define WRT_SYSCTL(name) \
  337. (normalized_sysctl_##name = sysctl_##name / (factor))
  338. WRT_SYSCTL(sched_min_granularity);
  339. WRT_SYSCTL(sched_latency);
  340. WRT_SYSCTL(sched_wakeup_granularity);
  341. WRT_SYSCTL(sched_shares_ratelimit);
  342. #undef WRT_SYSCTL
  343. return 0;
  344. }
  345. #endif
  346. /*
  347. * delta /= w
  348. */
  349. static inline unsigned long
  350. calc_delta_fair(unsigned long delta, struct sched_entity *se)
  351. {
  352. if (unlikely(se->load.weight != NICE_0_LOAD))
  353. delta = calc_delta_mine(delta, NICE_0_LOAD, &se->load);
  354. return delta;
  355. }
  356. /*
  357. * The idea is to set a period in which each task runs once.
  358. *
  359. * When there are too many tasks (sysctl_sched_nr_latency) we have to stretch
  360. * this period because otherwise the slices get too small.
  361. *
  362. * p = (nr <= nl) ? l : l*nr/nl
  363. */
  364. static u64 __sched_period(unsigned long nr_running)
  365. {
  366. u64 period = sysctl_sched_latency;
  367. unsigned long nr_latency = sched_nr_latency;
  368. if (unlikely(nr_running > nr_latency)) {
  369. period = sysctl_sched_min_granularity;
  370. period *= nr_running;
  371. }
  372. return period;
  373. }
  374. /*
  375. * We calculate the wall-time slice from the period by taking a part
  376. * proportional to the weight.
  377. *
  378. * s = p*P[w/rw]
  379. */
  380. static u64 sched_slice(struct cfs_rq *cfs_rq, struct sched_entity *se)
  381. {
  382. u64 slice = __sched_period(cfs_rq->nr_running + !se->on_rq);
  383. for_each_sched_entity(se) {
  384. struct load_weight *load;
  385. struct load_weight lw;
  386. cfs_rq = cfs_rq_of(se);
  387. load = &cfs_rq->load;
  388. if (unlikely(!se->on_rq)) {
  389. lw = cfs_rq->load;
  390. update_load_add(&lw, se->load.weight);
  391. load = &lw;
  392. }
  393. slice = calc_delta_mine(slice, se->load.weight, load);
  394. }
  395. return slice;
  396. }
  397. /*
  398. * We calculate the vruntime slice of a to be inserted task
  399. *
  400. * vs = s/w
  401. */
  402. static u64 sched_vslice(struct cfs_rq *cfs_rq, struct sched_entity *se)
  403. {
  404. return calc_delta_fair(sched_slice(cfs_rq, se), se);
  405. }
  406. /*
  407. * Update the current task's runtime statistics. Skip current tasks that
  408. * are not in our scheduling class.
  409. */
  410. static inline void
  411. __update_curr(struct cfs_rq *cfs_rq, struct sched_entity *curr,
  412. unsigned long delta_exec)
  413. {
  414. unsigned long delta_exec_weighted;
  415. schedstat_set(curr->statistics.exec_max,
  416. max((u64)delta_exec, curr->statistics.exec_max));
  417. curr->sum_exec_runtime += delta_exec;
  418. schedstat_add(cfs_rq, exec_clock, delta_exec);
  419. delta_exec_weighted = calc_delta_fair(delta_exec, curr);
  420. curr->vruntime += delta_exec_weighted;
  421. update_min_vruntime(cfs_rq);
  422. }
  423. static void update_curr(struct cfs_rq *cfs_rq)
  424. {
  425. struct sched_entity *curr = cfs_rq->curr;
  426. u64 now = rq_of(cfs_rq)->clock;
  427. unsigned long delta_exec;
  428. if (unlikely(!curr))
  429. return;
  430. /*
  431. * Get the amount of time the current task was running
  432. * since the last time we changed load (this cannot
  433. * overflow on 32 bits):
  434. */
  435. delta_exec = (unsigned long)(now - curr->exec_start);
  436. if (!delta_exec)
  437. return;
  438. __update_curr(cfs_rq, curr, delta_exec);
  439. curr->exec_start = now;
  440. if (entity_is_task(curr)) {
  441. struct task_struct *curtask = task_of(curr);
  442. trace_sched_stat_runtime(curtask, delta_exec, curr->vruntime);
  443. cpuacct_charge(curtask, delta_exec);
  444. account_group_exec_runtime(curtask, delta_exec);
  445. }
  446. }
  447. static inline void
  448. update_stats_wait_start(struct cfs_rq *cfs_rq, struct sched_entity *se)
  449. {
  450. schedstat_set(se->statistics.wait_start, rq_of(cfs_rq)->clock);
  451. }
  452. /*
  453. * Task is being enqueued - update stats:
  454. */
  455. static void update_stats_enqueue(struct cfs_rq *cfs_rq, struct sched_entity *se)
  456. {
  457. /*
  458. * Are we enqueueing a waiting task? (for current tasks
  459. * a dequeue/enqueue event is a NOP)
  460. */
  461. if (se != cfs_rq->curr)
  462. update_stats_wait_start(cfs_rq, se);
  463. }
  464. static void
  465. update_stats_wait_end(struct cfs_rq *cfs_rq, struct sched_entity *se)
  466. {
  467. schedstat_set(se->statistics.wait_max, max(se->statistics.wait_max,
  468. rq_of(cfs_rq)->clock - se->statistics.wait_start));
  469. schedstat_set(se->statistics.wait_count, se->statistics.wait_count + 1);
  470. schedstat_set(se->statistics.wait_sum, se->statistics.wait_sum +
  471. rq_of(cfs_rq)->clock - se->statistics.wait_start);
  472. #ifdef CONFIG_SCHEDSTATS
  473. if (entity_is_task(se)) {
  474. trace_sched_stat_wait(task_of(se),
  475. rq_of(cfs_rq)->clock - se->statistics.wait_start);
  476. }
  477. #endif
  478. schedstat_set(se->statistics.wait_start, 0);
  479. }
  480. static inline void
  481. update_stats_dequeue(struct cfs_rq *cfs_rq, struct sched_entity *se)
  482. {
  483. /*
  484. * Mark the end of the wait period if dequeueing a
  485. * waiting task:
  486. */
  487. if (se != cfs_rq->curr)
  488. update_stats_wait_end(cfs_rq, se);
  489. }
  490. /*
  491. * We are picking a new current task - update its stats:
  492. */
  493. static inline void
  494. update_stats_curr_start(struct cfs_rq *cfs_rq, struct sched_entity *se)
  495. {
  496. /*
  497. * We are starting a new run period:
  498. */
  499. se->exec_start = rq_of(cfs_rq)->clock;
  500. }
  501. /**************************************************
  502. * Scheduling class queueing methods:
  503. */
  504. #if defined CONFIG_SMP && defined CONFIG_FAIR_GROUP_SCHED
  505. static void
  506. add_cfs_task_weight(struct cfs_rq *cfs_rq, unsigned long weight)
  507. {
  508. cfs_rq->task_weight += weight;
  509. }
  510. #else
  511. static inline void
  512. add_cfs_task_weight(struct cfs_rq *cfs_rq, unsigned long weight)
  513. {
  514. }
  515. #endif
  516. static void
  517. account_entity_enqueue(struct cfs_rq *cfs_rq, struct sched_entity *se)
  518. {
  519. update_load_add(&cfs_rq->load, se->load.weight);
  520. if (!parent_entity(se))
  521. inc_cpu_load(rq_of(cfs_rq), se->load.weight);
  522. if (entity_is_task(se)) {
  523. add_cfs_task_weight(cfs_rq, se->load.weight);
  524. list_add(&se->group_node, &cfs_rq->tasks);
  525. }
  526. cfs_rq->nr_running++;
  527. se->on_rq = 1;
  528. }
  529. static void
  530. account_entity_dequeue(struct cfs_rq *cfs_rq, struct sched_entity *se)
  531. {
  532. update_load_sub(&cfs_rq->load, se->load.weight);
  533. if (!parent_entity(se))
  534. dec_cpu_load(rq_of(cfs_rq), se->load.weight);
  535. if (entity_is_task(se)) {
  536. add_cfs_task_weight(cfs_rq, -se->load.weight);
  537. list_del_init(&se->group_node);
  538. }
  539. cfs_rq->nr_running--;
  540. se->on_rq = 0;
  541. }
  542. static void enqueue_sleeper(struct cfs_rq *cfs_rq, struct sched_entity *se)
  543. {
  544. #ifdef CONFIG_SCHEDSTATS
  545. struct task_struct *tsk = NULL;
  546. if (entity_is_task(se))
  547. tsk = task_of(se);
  548. if (se->statistics.sleep_start) {
  549. u64 delta = rq_of(cfs_rq)->clock - se->statistics.sleep_start;
  550. if ((s64)delta < 0)
  551. delta = 0;
  552. if (unlikely(delta > se->statistics.sleep_max))
  553. se->statistics.sleep_max = delta;
  554. se->statistics.sleep_start = 0;
  555. se->statistics.sum_sleep_runtime += delta;
  556. if (tsk) {
  557. account_scheduler_latency(tsk, delta >> 10, 1);
  558. trace_sched_stat_sleep(tsk, delta);
  559. }
  560. }
  561. if (se->statistics.block_start) {
  562. u64 delta = rq_of(cfs_rq)->clock - se->statistics.block_start;
  563. if ((s64)delta < 0)
  564. delta = 0;
  565. if (unlikely(delta > se->statistics.block_max))
  566. se->statistics.block_max = delta;
  567. se->statistics.block_start = 0;
  568. se->statistics.sum_sleep_runtime += delta;
  569. if (tsk) {
  570. if (tsk->in_iowait) {
  571. se->statistics.iowait_sum += delta;
  572. se->statistics.iowait_count++;
  573. trace_sched_stat_iowait(tsk, delta);
  574. }
  575. /*
  576. * Blocking time is in units of nanosecs, so shift by
  577. * 20 to get a milliseconds-range estimation of the
  578. * amount of time that the task spent sleeping:
  579. */
  580. if (unlikely(prof_on == SLEEP_PROFILING)) {
  581. profile_hits(SLEEP_PROFILING,
  582. (void *)get_wchan(tsk),
  583. delta >> 20);
  584. }
  585. account_scheduler_latency(tsk, delta >> 10, 0);
  586. }
  587. }
  588. #endif
  589. }
  590. static void check_spread(struct cfs_rq *cfs_rq, struct sched_entity *se)
  591. {
  592. #ifdef CONFIG_SCHED_DEBUG
  593. s64 d = se->vruntime - cfs_rq->min_vruntime;
  594. if (d < 0)
  595. d = -d;
  596. if (d > 3*sysctl_sched_latency)
  597. schedstat_inc(cfs_rq, nr_spread_over);
  598. #endif
  599. }
  600. static void
  601. place_entity(struct cfs_rq *cfs_rq, struct sched_entity *se, int initial)
  602. {
  603. u64 vruntime = cfs_rq->min_vruntime;
  604. /*
  605. * The 'current' period is already promised to the current tasks,
  606. * however the extra weight of the new task will slow them down a
  607. * little, place the new task so that it fits in the slot that
  608. * stays open at the end.
  609. */
  610. if (initial && sched_feat(START_DEBIT))
  611. vruntime += sched_vslice(cfs_rq, se);
  612. /* sleeps up to a single latency don't count. */
  613. if (!initial) {
  614. unsigned long thresh = sysctl_sched_latency;
  615. /*
  616. * Halve their sleep time's effect, to allow
  617. * for a gentler effect of sleepers:
  618. */
  619. if (sched_feat(GENTLE_FAIR_SLEEPERS))
  620. thresh >>= 1;
  621. vruntime -= thresh;
  622. }
  623. /* ensure we never gain time by being placed backwards. */
  624. vruntime = max_vruntime(se->vruntime, vruntime);
  625. se->vruntime = vruntime;
  626. }
  627. #define ENQUEUE_WAKEUP 1
  628. #define ENQUEUE_MIGRATE 2
  629. static void
  630. enqueue_entity(struct cfs_rq *cfs_rq, struct sched_entity *se, int flags)
  631. {
  632. /*
  633. * Update the normalized vruntime before updating min_vruntime
  634. * through callig update_curr().
  635. */
  636. if (!(flags & ENQUEUE_WAKEUP) || (flags & ENQUEUE_MIGRATE))
  637. se->vruntime += cfs_rq->min_vruntime;
  638. /*
  639. * Update run-time statistics of the 'current'.
  640. */
  641. update_curr(cfs_rq);
  642. account_entity_enqueue(cfs_rq, se);
  643. if (flags & ENQUEUE_WAKEUP) {
  644. place_entity(cfs_rq, se, 0);
  645. enqueue_sleeper(cfs_rq, se);
  646. }
  647. update_stats_enqueue(cfs_rq, se);
  648. check_spread(cfs_rq, se);
  649. if (se != cfs_rq->curr)
  650. __enqueue_entity(cfs_rq, se);
  651. }
  652. static void __clear_buddies(struct cfs_rq *cfs_rq, struct sched_entity *se)
  653. {
  654. if (!se || cfs_rq->last == se)
  655. cfs_rq->last = NULL;
  656. if (!se || cfs_rq->next == se)
  657. cfs_rq->next = NULL;
  658. }
  659. static void clear_buddies(struct cfs_rq *cfs_rq, struct sched_entity *se)
  660. {
  661. for_each_sched_entity(se)
  662. __clear_buddies(cfs_rq_of(se), se);
  663. }
  664. static void
  665. dequeue_entity(struct cfs_rq *cfs_rq, struct sched_entity *se, int sleep)
  666. {
  667. /*
  668. * Update run-time statistics of the 'current'.
  669. */
  670. update_curr(cfs_rq);
  671. update_stats_dequeue(cfs_rq, se);
  672. if (sleep) {
  673. #ifdef CONFIG_SCHEDSTATS
  674. if (entity_is_task(se)) {
  675. struct task_struct *tsk = task_of(se);
  676. if (tsk->state & TASK_INTERRUPTIBLE)
  677. se->statistics.sleep_start = rq_of(cfs_rq)->clock;
  678. if (tsk->state & TASK_UNINTERRUPTIBLE)
  679. se->statistics.block_start = rq_of(cfs_rq)->clock;
  680. }
  681. #endif
  682. }
  683. clear_buddies(cfs_rq, se);
  684. if (se != cfs_rq->curr)
  685. __dequeue_entity(cfs_rq, se);
  686. account_entity_dequeue(cfs_rq, se);
  687. update_min_vruntime(cfs_rq);
  688. /*
  689. * Normalize the entity after updating the min_vruntime because the
  690. * update can refer to the ->curr item and we need to reflect this
  691. * movement in our normalized position.
  692. */
  693. if (!sleep)
  694. se->vruntime -= cfs_rq->min_vruntime;
  695. }
  696. /*
  697. * Preempt the current task with a newly woken task if needed:
  698. */
  699. static void
  700. check_preempt_tick(struct cfs_rq *cfs_rq, struct sched_entity *curr)
  701. {
  702. unsigned long ideal_runtime, delta_exec;
  703. ideal_runtime = sched_slice(cfs_rq, curr);
  704. delta_exec = curr->sum_exec_runtime - curr->prev_sum_exec_runtime;
  705. if (delta_exec > ideal_runtime) {
  706. resched_task(rq_of(cfs_rq)->curr);
  707. /*
  708. * The current task ran long enough, ensure it doesn't get
  709. * re-elected due to buddy favours.
  710. */
  711. clear_buddies(cfs_rq, curr);
  712. return;
  713. }
  714. /*
  715. * Ensure that a task that missed wakeup preemption by a
  716. * narrow margin doesn't have to wait for a full slice.
  717. * This also mitigates buddy induced latencies under load.
  718. */
  719. if (!sched_feat(WAKEUP_PREEMPT))
  720. return;
  721. if (delta_exec < sysctl_sched_min_granularity)
  722. return;
  723. if (cfs_rq->nr_running > 1) {
  724. struct sched_entity *se = __pick_next_entity(cfs_rq);
  725. s64 delta = curr->vruntime - se->vruntime;
  726. if (delta > ideal_runtime)
  727. resched_task(rq_of(cfs_rq)->curr);
  728. }
  729. }
  730. static void
  731. set_next_entity(struct cfs_rq *cfs_rq, struct sched_entity *se)
  732. {
  733. /* 'current' is not kept within the tree. */
  734. if (se->on_rq) {
  735. /*
  736. * Any task has to be enqueued before it get to execute on
  737. * a CPU. So account for the time it spent waiting on the
  738. * runqueue.
  739. */
  740. update_stats_wait_end(cfs_rq, se);
  741. __dequeue_entity(cfs_rq, se);
  742. }
  743. update_stats_curr_start(cfs_rq, se);
  744. cfs_rq->curr = se;
  745. #ifdef CONFIG_SCHEDSTATS
  746. /*
  747. * Track our maximum slice length, if the CPU's load is at
  748. * least twice that of our own weight (i.e. dont track it
  749. * when there are only lesser-weight tasks around):
  750. */
  751. if (rq_of(cfs_rq)->load.weight >= 2*se->load.weight) {
  752. se->statistics.slice_max = max(se->statistics.slice_max,
  753. se->sum_exec_runtime - se->prev_sum_exec_runtime);
  754. }
  755. #endif
  756. se->prev_sum_exec_runtime = se->sum_exec_runtime;
  757. }
  758. static int
  759. wakeup_preempt_entity(struct sched_entity *curr, struct sched_entity *se);
  760. static struct sched_entity *pick_next_entity(struct cfs_rq *cfs_rq)
  761. {
  762. struct sched_entity *se = __pick_next_entity(cfs_rq);
  763. struct sched_entity *left = se;
  764. if (cfs_rq->next && wakeup_preempt_entity(cfs_rq->next, left) < 1)
  765. se = cfs_rq->next;
  766. /*
  767. * Prefer last buddy, try to return the CPU to a preempted task.
  768. */
  769. if (cfs_rq->last && wakeup_preempt_entity(cfs_rq->last, left) < 1)
  770. se = cfs_rq->last;
  771. clear_buddies(cfs_rq, se);
  772. return se;
  773. }
  774. static void put_prev_entity(struct cfs_rq *cfs_rq, struct sched_entity *prev)
  775. {
  776. /*
  777. * If still on the runqueue then deactivate_task()
  778. * was not called and update_curr() has to be done:
  779. */
  780. if (prev->on_rq)
  781. update_curr(cfs_rq);
  782. check_spread(cfs_rq, prev);
  783. if (prev->on_rq) {
  784. update_stats_wait_start(cfs_rq, prev);
  785. /* Put 'current' back into the tree. */
  786. __enqueue_entity(cfs_rq, prev);
  787. }
  788. cfs_rq->curr = NULL;
  789. }
  790. static void
  791. entity_tick(struct cfs_rq *cfs_rq, struct sched_entity *curr, int queued)
  792. {
  793. /*
  794. * Update run-time statistics of the 'current'.
  795. */
  796. update_curr(cfs_rq);
  797. #ifdef CONFIG_SCHED_HRTICK
  798. /*
  799. * queued ticks are scheduled to match the slice, so don't bother
  800. * validating it and just reschedule.
  801. */
  802. if (queued) {
  803. resched_task(rq_of(cfs_rq)->curr);
  804. return;
  805. }
  806. /*
  807. * don't let the period tick interfere with the hrtick preemption
  808. */
  809. if (!sched_feat(DOUBLE_TICK) &&
  810. hrtimer_active(&rq_of(cfs_rq)->hrtick_timer))
  811. return;
  812. #endif
  813. if (cfs_rq->nr_running > 1 || !sched_feat(WAKEUP_PREEMPT))
  814. check_preempt_tick(cfs_rq, curr);
  815. }
  816. /**************************************************
  817. * CFS operations on tasks:
  818. */
  819. #ifdef CONFIG_SCHED_HRTICK
  820. static void hrtick_start_fair(struct rq *rq, struct task_struct *p)
  821. {
  822. struct sched_entity *se = &p->se;
  823. struct cfs_rq *cfs_rq = cfs_rq_of(se);
  824. WARN_ON(task_rq(p) != rq);
  825. if (hrtick_enabled(rq) && cfs_rq->nr_running > 1) {
  826. u64 slice = sched_slice(cfs_rq, se);
  827. u64 ran = se->sum_exec_runtime - se->prev_sum_exec_runtime;
  828. s64 delta = slice - ran;
  829. if (delta < 0) {
  830. if (rq->curr == p)
  831. resched_task(p);
  832. return;
  833. }
  834. /*
  835. * Don't schedule slices shorter than 10000ns, that just
  836. * doesn't make sense. Rely on vruntime for fairness.
  837. */
  838. if (rq->curr != p)
  839. delta = max_t(s64, 10000LL, delta);
  840. hrtick_start(rq, delta);
  841. }
  842. }
  843. /*
  844. * called from enqueue/dequeue and updates the hrtick when the
  845. * current task is from our class and nr_running is low enough
  846. * to matter.
  847. */
  848. static void hrtick_update(struct rq *rq)
  849. {
  850. struct task_struct *curr = rq->curr;
  851. if (curr->sched_class != &fair_sched_class)
  852. return;
  853. if (cfs_rq_of(&curr->se)->nr_running < sched_nr_latency)
  854. hrtick_start_fair(rq, curr);
  855. }
  856. #else /* !CONFIG_SCHED_HRTICK */
  857. static inline void
  858. hrtick_start_fair(struct rq *rq, struct task_struct *p)
  859. {
  860. }
  861. static inline void hrtick_update(struct rq *rq)
  862. {
  863. }
  864. #endif
  865. /*
  866. * The enqueue_task method is called before nr_running is
  867. * increased. Here we update the fair scheduling stats and
  868. * then put the task into the rbtree:
  869. */
  870. static void
  871. enqueue_task_fair(struct rq *rq, struct task_struct *p, int wakeup, bool head)
  872. {
  873. struct cfs_rq *cfs_rq;
  874. struct sched_entity *se = &p->se;
  875. int flags = 0;
  876. if (wakeup)
  877. flags |= ENQUEUE_WAKEUP;
  878. if (p->state == TASK_WAKING)
  879. flags |= ENQUEUE_MIGRATE;
  880. for_each_sched_entity(se) {
  881. if (se->on_rq)
  882. break;
  883. cfs_rq = cfs_rq_of(se);
  884. enqueue_entity(cfs_rq, se, flags);
  885. flags = ENQUEUE_WAKEUP;
  886. }
  887. hrtick_update(rq);
  888. }
  889. /*
  890. * The dequeue_task method is called before nr_running is
  891. * decreased. We remove the task from the rbtree and
  892. * update the fair scheduling stats:
  893. */
  894. static void dequeue_task_fair(struct rq *rq, struct task_struct *p, int sleep)
  895. {
  896. struct cfs_rq *cfs_rq;
  897. struct sched_entity *se = &p->se;
  898. for_each_sched_entity(se) {
  899. cfs_rq = cfs_rq_of(se);
  900. dequeue_entity(cfs_rq, se, sleep);
  901. /* Don't dequeue parent if it has other entities besides us */
  902. if (cfs_rq->load.weight)
  903. break;
  904. sleep = 1;
  905. }
  906. hrtick_update(rq);
  907. }
  908. /*
  909. * sched_yield() support is very simple - we dequeue and enqueue.
  910. *
  911. * If compat_yield is turned on then we requeue to the end of the tree.
  912. */
  913. static void yield_task_fair(struct rq *rq)
  914. {
  915. struct task_struct *curr = rq->curr;
  916. struct cfs_rq *cfs_rq = task_cfs_rq(curr);
  917. struct sched_entity *rightmost, *se = &curr->se;
  918. /*
  919. * Are we the only task in the tree?
  920. */
  921. if (unlikely(cfs_rq->nr_running == 1))
  922. return;
  923. clear_buddies(cfs_rq, se);
  924. if (likely(!sysctl_sched_compat_yield) && curr->policy != SCHED_BATCH) {
  925. update_rq_clock(rq);
  926. /*
  927. * Update run-time statistics of the 'current'.
  928. */
  929. update_curr(cfs_rq);
  930. return;
  931. }
  932. /*
  933. * Find the rightmost entry in the rbtree:
  934. */
  935. rightmost = __pick_last_entity(cfs_rq);
  936. /*
  937. * Already in the rightmost position?
  938. */
  939. if (unlikely(!rightmost || entity_before(rightmost, se)))
  940. return;
  941. /*
  942. * Minimally necessary key value to be last in the tree:
  943. * Upon rescheduling, sched_class::put_prev_task() will place
  944. * 'current' within the tree based on its new key value.
  945. */
  946. se->vruntime = rightmost->vruntime + 1;
  947. }
  948. #ifdef CONFIG_SMP
  949. static void task_waking_fair(struct rq *rq, struct task_struct *p)
  950. {
  951. struct sched_entity *se = &p->se;
  952. struct cfs_rq *cfs_rq = cfs_rq_of(se);
  953. se->vruntime -= cfs_rq->min_vruntime;
  954. }
  955. #ifdef CONFIG_FAIR_GROUP_SCHED
  956. /*
  957. * effective_load() calculates the load change as seen from the root_task_group
  958. *
  959. * Adding load to a group doesn't make a group heavier, but can cause movement
  960. * of group shares between cpus. Assuming the shares were perfectly aligned one
  961. * can calculate the shift in shares.
  962. *
  963. * The problem is that perfectly aligning the shares is rather expensive, hence
  964. * we try to avoid doing that too often - see update_shares(), which ratelimits
  965. * this change.
  966. *
  967. * We compensate this by not only taking the current delta into account, but
  968. * also considering the delta between when the shares were last adjusted and
  969. * now.
  970. *
  971. * We still saw a performance dip, some tracing learned us that between
  972. * cgroup:/ and cgroup:/foo balancing the number of affine wakeups increased
  973. * significantly. Therefore try to bias the error in direction of failing
  974. * the affine wakeup.
  975. *
  976. */
  977. static long effective_load(struct task_group *tg, int cpu,
  978. long wl, long wg)
  979. {
  980. struct sched_entity *se = tg->se[cpu];
  981. if (!tg->parent)
  982. return wl;
  983. /*
  984. * By not taking the decrease of shares on the other cpu into
  985. * account our error leans towards reducing the affine wakeups.
  986. */
  987. if (!wl && sched_feat(ASYM_EFF_LOAD))
  988. return wl;
  989. for_each_sched_entity(se) {
  990. long S, rw, s, a, b;
  991. long more_w;
  992. /*
  993. * Instead of using this increment, also add the difference
  994. * between when the shares were last updated and now.
  995. */
  996. more_w = se->my_q->load.weight - se->my_q->rq_weight;
  997. wl += more_w;
  998. wg += more_w;
  999. S = se->my_q->tg->shares;
  1000. s = se->my_q->shares;
  1001. rw = se->my_q->rq_weight;
  1002. a = S*(rw + wl);
  1003. b = S*rw + s*wg;
  1004. wl = s*(a-b);
  1005. if (likely(b))
  1006. wl /= b;
  1007. /*
  1008. * Assume the group is already running and will
  1009. * thus already be accounted for in the weight.
  1010. *
  1011. * That is, moving shares between CPUs, does not
  1012. * alter the group weight.
  1013. */
  1014. wg = 0;
  1015. }
  1016. return wl;
  1017. }
  1018. #else
  1019. static inline unsigned long effective_load(struct task_group *tg, int cpu,
  1020. unsigned long wl, unsigned long wg)
  1021. {
  1022. return wl;
  1023. }
  1024. #endif
  1025. static int wake_affine(struct sched_domain *sd, struct task_struct *p, int sync)
  1026. {
  1027. unsigned long this_load, load;
  1028. int idx, this_cpu, prev_cpu;
  1029. unsigned long tl_per_task;
  1030. unsigned int imbalance;
  1031. struct task_group *tg;
  1032. unsigned long weight;
  1033. int balanced;
  1034. idx = sd->wake_idx;
  1035. this_cpu = smp_processor_id();
  1036. prev_cpu = task_cpu(p);
  1037. load = source_load(prev_cpu, idx);
  1038. this_load = target_load(this_cpu, idx);
  1039. /*
  1040. * If sync wakeup then subtract the (maximum possible)
  1041. * effect of the currently running task from the load
  1042. * of the current CPU:
  1043. */
  1044. if (sync) {
  1045. tg = task_group(current);
  1046. weight = current->se.load.weight;
  1047. this_load += effective_load(tg, this_cpu, -weight, -weight);
  1048. load += effective_load(tg, prev_cpu, 0, -weight);
  1049. }
  1050. tg = task_group(p);
  1051. weight = p->se.load.weight;
  1052. imbalance = 100 + (sd->imbalance_pct - 100) / 2;
  1053. /*
  1054. * In low-load situations, where prev_cpu is idle and this_cpu is idle
  1055. * due to the sync cause above having dropped this_load to 0, we'll
  1056. * always have an imbalance, but there's really nothing you can do
  1057. * about that, so that's good too.
  1058. *
  1059. * Otherwise check if either cpus are near enough in load to allow this
  1060. * task to be woken on this_cpu.
  1061. */
  1062. balanced = !this_load ||
  1063. 100*(this_load + effective_load(tg, this_cpu, weight, weight)) <=
  1064. imbalance*(load + effective_load(tg, prev_cpu, 0, weight));
  1065. /*
  1066. * If the currently running task will sleep within
  1067. * a reasonable amount of time then attract this newly
  1068. * woken task:
  1069. */
  1070. if (sync && balanced)
  1071. return 1;
  1072. schedstat_inc(p, se.statistics.nr_wakeups_affine_attempts);
  1073. tl_per_task = cpu_avg_load_per_task(this_cpu);
  1074. if (balanced ||
  1075. (this_load <= load &&
  1076. this_load + target_load(prev_cpu, idx) <= tl_per_task)) {
  1077. /*
  1078. * This domain has SD_WAKE_AFFINE and
  1079. * p is cache cold in this domain, and
  1080. * there is no bad imbalance.
  1081. */
  1082. schedstat_inc(sd, ttwu_move_affine);
  1083. schedstat_inc(p, se.statistics.nr_wakeups_affine);
  1084. return 1;
  1085. }
  1086. return 0;
  1087. }
  1088. /*
  1089. * find_idlest_group finds and returns the least busy CPU group within the
  1090. * domain.
  1091. */
  1092. static struct sched_group *
  1093. find_idlest_group(struct sched_domain *sd, struct task_struct *p,
  1094. int this_cpu, int load_idx)
  1095. {
  1096. struct sched_group *idlest = NULL, *this = NULL, *group = sd->groups;
  1097. unsigned long min_load = ULONG_MAX, this_load = 0;
  1098. int imbalance = 100 + (sd->imbalance_pct-100)/2;
  1099. do {
  1100. unsigned long load, avg_load;
  1101. int local_group;
  1102. int i;
  1103. /* Skip over this group if it has no CPUs allowed */
  1104. if (!cpumask_intersects(sched_group_cpus(group),
  1105. &p->cpus_allowed))
  1106. continue;
  1107. local_group = cpumask_test_cpu(this_cpu,
  1108. sched_group_cpus(group));
  1109. /* Tally up the load of all CPUs in the group */
  1110. avg_load = 0;
  1111. for_each_cpu(i, sched_group_cpus(group)) {
  1112. /* Bias balancing toward cpus of our domain */
  1113. if (local_group)
  1114. load = source_load(i, load_idx);
  1115. else
  1116. load = target_load(i, load_idx);
  1117. avg_load += load;
  1118. }
  1119. /* Adjust by relative CPU power of the group */
  1120. avg_load = (avg_load * SCHED_LOAD_SCALE) / group->cpu_power;
  1121. if (local_group) {
  1122. this_load = avg_load;
  1123. this = group;
  1124. } else if (avg_load < min_load) {
  1125. min_load = avg_load;
  1126. idlest = group;
  1127. }
  1128. } while (group = group->next, group != sd->groups);
  1129. if (!idlest || 100*this_load < imbalance*min_load)
  1130. return NULL;
  1131. return idlest;
  1132. }
  1133. /*
  1134. * find_idlest_cpu - find the idlest cpu among the cpus in group.
  1135. */
  1136. static int
  1137. find_idlest_cpu(struct sched_group *group, struct task_struct *p, int this_cpu)
  1138. {
  1139. unsigned long load, min_load = ULONG_MAX;
  1140. int idlest = -1;
  1141. int i;
  1142. /* Traverse only the allowed CPUs */
  1143. for_each_cpu_and(i, sched_group_cpus(group), &p->cpus_allowed) {
  1144. load = weighted_cpuload(i);
  1145. if (load < min_load || (load == min_load && i == this_cpu)) {
  1146. min_load = load;
  1147. idlest = i;
  1148. }
  1149. }
  1150. return idlest;
  1151. }
  1152. /*
  1153. * Try and locate an idle CPU in the sched_domain.
  1154. */
  1155. static int
  1156. select_idle_sibling(struct task_struct *p, struct sched_domain *sd, int target)
  1157. {
  1158. int cpu = smp_processor_id();
  1159. int prev_cpu = task_cpu(p);
  1160. int i;
  1161. /*
  1162. * If this domain spans both cpu and prev_cpu (see the SD_WAKE_AFFINE
  1163. * test in select_task_rq_fair) and the prev_cpu is idle then that's
  1164. * always a better target than the current cpu.
  1165. */
  1166. if (target == cpu && !cpu_rq(prev_cpu)->cfs.nr_running)
  1167. return prev_cpu;
  1168. /*
  1169. * Otherwise, iterate the domain and find an elegible idle cpu.
  1170. */
  1171. for_each_cpu_and(i, sched_domain_span(sd), &p->cpus_allowed) {
  1172. if (!cpu_rq(i)->cfs.nr_running) {
  1173. target = i;
  1174. break;
  1175. }
  1176. }
  1177. return target;
  1178. }
  1179. /*
  1180. * sched_balance_self: balance the current task (running on cpu) in domains
  1181. * that have the 'flag' flag set. In practice, this is SD_BALANCE_FORK and
  1182. * SD_BALANCE_EXEC.
  1183. *
  1184. * Balance, ie. select the least loaded group.
  1185. *
  1186. * Returns the target CPU number, or the same CPU if no balancing is needed.
  1187. *
  1188. * preempt must be disabled.
  1189. */
  1190. static int select_task_rq_fair(struct task_struct *p, int sd_flag, int wake_flags)
  1191. {
  1192. struct sched_domain *tmp, *affine_sd = NULL, *sd = NULL;
  1193. int cpu = smp_processor_id();
  1194. int prev_cpu = task_cpu(p);
  1195. int new_cpu = cpu;
  1196. int want_affine = 0, cpu_idle = !current->pid;
  1197. int want_sd = 1;
  1198. int sync = wake_flags & WF_SYNC;
  1199. if (sd_flag & SD_BALANCE_WAKE) {
  1200. if (sched_feat(AFFINE_WAKEUPS) &&
  1201. cpumask_test_cpu(cpu, &p->cpus_allowed))
  1202. want_affine = 1;
  1203. new_cpu = prev_cpu;
  1204. }
  1205. for_each_domain(cpu, tmp) {
  1206. if (!(tmp->flags & SD_LOAD_BALANCE))
  1207. continue;
  1208. /*
  1209. * If power savings logic is enabled for a domain, see if we
  1210. * are not overloaded, if so, don't balance wider.
  1211. */
  1212. if (tmp->flags & (SD_POWERSAVINGS_BALANCE|SD_PREFER_LOCAL)) {
  1213. unsigned long power = 0;
  1214. unsigned long nr_running = 0;
  1215. unsigned long capacity;
  1216. int i;
  1217. for_each_cpu(i, sched_domain_span(tmp)) {
  1218. power += power_of(i);
  1219. nr_running += cpu_rq(i)->cfs.nr_running;
  1220. }
  1221. capacity = DIV_ROUND_CLOSEST(power, SCHED_LOAD_SCALE);
  1222. if (tmp->flags & SD_POWERSAVINGS_BALANCE)
  1223. nr_running /= 2;
  1224. if (nr_running < capacity)
  1225. want_sd = 0;
  1226. }
  1227. /*
  1228. * While iterating the domains looking for a spanning
  1229. * WAKE_AFFINE domain, adjust the affine target to any idle cpu
  1230. * in cache sharing domains along the way.
  1231. */
  1232. if (want_affine) {
  1233. int target = -1;
  1234. /*
  1235. * If both cpu and prev_cpu are part of this domain,
  1236. * cpu is a valid SD_WAKE_AFFINE target.
  1237. */
  1238. if (cpumask_test_cpu(prev_cpu, sched_domain_span(tmp)))
  1239. target = cpu;
  1240. /*
  1241. * If there's an idle sibling in this domain, make that
  1242. * the wake_affine target instead of the current cpu.
  1243. */
  1244. if (!cpu_idle && tmp->flags & SD_SHARE_PKG_RESOURCES)
  1245. target = select_idle_sibling(p, tmp, target);
  1246. if (target >= 0) {
  1247. if (tmp->flags & SD_WAKE_AFFINE) {
  1248. affine_sd = tmp;
  1249. want_affine = 0;
  1250. if (target != cpu)
  1251. cpu_idle = 1;
  1252. }
  1253. cpu = target;
  1254. }
  1255. }
  1256. if (!want_sd && !want_affine)
  1257. break;
  1258. if (!(tmp->flags & sd_flag))
  1259. continue;
  1260. if (want_sd)
  1261. sd = tmp;
  1262. }
  1263. #ifdef CONFIG_FAIR_GROUP_SCHED
  1264. if (sched_feat(LB_SHARES_UPDATE)) {
  1265. /*
  1266. * Pick the largest domain to update shares over
  1267. */
  1268. tmp = sd;
  1269. if (affine_sd && (!tmp ||
  1270. cpumask_weight(sched_domain_span(affine_sd)) >
  1271. cpumask_weight(sched_domain_span(sd))))
  1272. tmp = affine_sd;
  1273. if (tmp)
  1274. update_shares(tmp);
  1275. }
  1276. #endif
  1277. if (affine_sd) {
  1278. if (cpu_idle || cpu == prev_cpu || wake_affine(affine_sd, p, sync))
  1279. return cpu;
  1280. }
  1281. while (sd) {
  1282. int load_idx = sd->forkexec_idx;
  1283. struct sched_group *group;
  1284. int weight;
  1285. if (!(sd->flags & sd_flag)) {
  1286. sd = sd->child;
  1287. continue;
  1288. }
  1289. if (sd_flag & SD_BALANCE_WAKE)
  1290. load_idx = sd->wake_idx;
  1291. group = find_idlest_group(sd, p, cpu, load_idx);
  1292. if (!group) {
  1293. sd = sd->child;
  1294. continue;
  1295. }
  1296. new_cpu = find_idlest_cpu(group, p, cpu);
  1297. if (new_cpu == -1 || new_cpu == cpu) {
  1298. /* Now try balancing at a lower domain level of cpu */
  1299. sd = sd->child;
  1300. continue;
  1301. }
  1302. /* Now try balancing at a lower domain level of new_cpu */
  1303. cpu = new_cpu;
  1304. weight = cpumask_weight(sched_domain_span(sd));
  1305. sd = NULL;
  1306. for_each_domain(cpu, tmp) {
  1307. if (weight <= cpumask_weight(sched_domain_span(tmp)))
  1308. break;
  1309. if (tmp->flags & sd_flag)
  1310. sd = tmp;
  1311. }
  1312. /* while loop will break here if sd == NULL */
  1313. }
  1314. return new_cpu;
  1315. }
  1316. #endif /* CONFIG_SMP */
  1317. static unsigned long
  1318. wakeup_gran(struct sched_entity *curr, struct sched_entity *se)
  1319. {
  1320. unsigned long gran = sysctl_sched_wakeup_granularity;
  1321. /*
  1322. * Since its curr running now, convert the gran from real-time
  1323. * to virtual-time in his units.
  1324. */
  1325. if (sched_feat(ASYM_GRAN)) {
  1326. /*
  1327. * By using 'se' instead of 'curr' we penalize light tasks, so
  1328. * they get preempted easier. That is, if 'se' < 'curr' then
  1329. * the resulting gran will be larger, therefore penalizing the
  1330. * lighter, if otoh 'se' > 'curr' then the resulting gran will
  1331. * be smaller, again penalizing the lighter task.
  1332. *
  1333. * This is especially important for buddies when the leftmost
  1334. * task is higher priority than the buddy.
  1335. */
  1336. if (unlikely(se->load.weight != NICE_0_LOAD))
  1337. gran = calc_delta_fair(gran, se);
  1338. } else {
  1339. if (unlikely(curr->load.weight != NICE_0_LOAD))
  1340. gran = calc_delta_fair(gran, curr);
  1341. }
  1342. return gran;
  1343. }
  1344. /*
  1345. * Should 'se' preempt 'curr'.
  1346. *
  1347. * |s1
  1348. * |s2
  1349. * |s3
  1350. * g
  1351. * |<--->|c
  1352. *
  1353. * w(c, s1) = -1
  1354. * w(c, s2) = 0
  1355. * w(c, s3) = 1
  1356. *
  1357. */
  1358. static int
  1359. wakeup_preempt_entity(struct sched_entity *curr, struct sched_entity *se)
  1360. {
  1361. s64 gran, vdiff = curr->vruntime - se->vruntime;
  1362. if (vdiff <= 0)
  1363. return -1;
  1364. gran = wakeup_gran(curr, se);
  1365. if (vdiff > gran)
  1366. return 1;
  1367. return 0;
  1368. }
  1369. static void set_last_buddy(struct sched_entity *se)
  1370. {
  1371. if (likely(task_of(se)->policy != SCHED_IDLE)) {
  1372. for_each_sched_entity(se)
  1373. cfs_rq_of(se)->last = se;
  1374. }
  1375. }
  1376. static void set_next_buddy(struct sched_entity *se)
  1377. {
  1378. if (likely(task_of(se)->policy != SCHED_IDLE)) {
  1379. for_each_sched_entity(se)
  1380. cfs_rq_of(se)->next = se;
  1381. }
  1382. }
  1383. /*
  1384. * Preempt the current task with a newly woken task if needed:
  1385. */
  1386. static void check_preempt_wakeup(struct rq *rq, struct task_struct *p, int wake_flags)
  1387. {
  1388. struct task_struct *curr = rq->curr;
  1389. struct sched_entity *se = &curr->se, *pse = &p->se;
  1390. struct cfs_rq *cfs_rq = task_cfs_rq(curr);
  1391. int scale = cfs_rq->nr_running >= sched_nr_latency;
  1392. if (unlikely(rt_prio(p->prio)))
  1393. goto preempt;
  1394. if (unlikely(p->sched_class != &fair_sched_class))
  1395. return;
  1396. if (unlikely(se == pse))
  1397. return;
  1398. if (sched_feat(NEXT_BUDDY) && scale && !(wake_flags & WF_FORK))
  1399. set_next_buddy(pse);
  1400. /*
  1401. * We can come here with TIF_NEED_RESCHED already set from new task
  1402. * wake up path.
  1403. */
  1404. if (test_tsk_need_resched(curr))
  1405. return;
  1406. /*
  1407. * Batch and idle tasks do not preempt (their preemption is driven by
  1408. * the tick):
  1409. */
  1410. if (unlikely(p->policy != SCHED_NORMAL))
  1411. return;
  1412. /* Idle tasks are by definition preempted by everybody. */
  1413. if (unlikely(curr->policy == SCHED_IDLE))
  1414. goto preempt;
  1415. if (!sched_feat(WAKEUP_PREEMPT))
  1416. return;
  1417. update_curr(cfs_rq);
  1418. find_matching_se(&se, &pse);
  1419. BUG_ON(!pse);
  1420. if (wakeup_preempt_entity(se, pse) == 1)
  1421. goto preempt;
  1422. return;
  1423. preempt:
  1424. resched_task(curr);
  1425. /*
  1426. * Only set the backward buddy when the current task is still
  1427. * on the rq. This can happen when a wakeup gets interleaved
  1428. * with schedule on the ->pre_schedule() or idle_balance()
  1429. * point, either of which can * drop the rq lock.
  1430. *
  1431. * Also, during early boot the idle thread is in the fair class,
  1432. * for obvious reasons its a bad idea to schedule back to it.
  1433. */
  1434. if (unlikely(!se->on_rq || curr == rq->idle))
  1435. return;
  1436. if (sched_feat(LAST_BUDDY) && scale && entity_is_task(se))
  1437. set_last_buddy(se);
  1438. }
  1439. static struct task_struct *pick_next_task_fair(struct rq *rq)
  1440. {
  1441. struct task_struct *p;
  1442. struct cfs_rq *cfs_rq = &rq->cfs;
  1443. struct sched_entity *se;
  1444. if (!cfs_rq->nr_running)
  1445. return NULL;
  1446. do {
  1447. se = pick_next_entity(cfs_rq);
  1448. set_next_entity(cfs_rq, se);
  1449. cfs_rq = group_cfs_rq(se);
  1450. } while (cfs_rq);
  1451. p = task_of(se);
  1452. hrtick_start_fair(rq, p);
  1453. return p;
  1454. }
  1455. /*
  1456. * Account for a descheduled task:
  1457. */
  1458. static void put_prev_task_fair(struct rq *rq, struct task_struct *prev)
  1459. {
  1460. struct sched_entity *se = &prev->se;
  1461. struct cfs_rq *cfs_rq;
  1462. for_each_sched_entity(se) {
  1463. cfs_rq = cfs_rq_of(se);
  1464. put_prev_entity(cfs_rq, se);
  1465. }
  1466. }
  1467. #ifdef CONFIG_SMP
  1468. /**************************************************
  1469. * Fair scheduling class load-balancing methods:
  1470. */
  1471. /*
  1472. * pull_task - move a task from a remote runqueue to the local runqueue.
  1473. * Both runqueues must be locked.
  1474. */
  1475. static void pull_task(struct rq *src_rq, struct task_struct *p,
  1476. struct rq *this_rq, int this_cpu)
  1477. {
  1478. deactivate_task(src_rq, p, 0);
  1479. set_task_cpu(p, this_cpu);
  1480. activate_task(this_rq, p, 0);
  1481. check_preempt_curr(this_rq, p, 0);
  1482. }
  1483. /*
  1484. * can_migrate_task - may task p from runqueue rq be migrated to this_cpu?
  1485. */
  1486. static
  1487. int can_migrate_task(struct task_struct *p, struct rq *rq, int this_cpu,
  1488. struct sched_domain *sd, enum cpu_idle_type idle,
  1489. int *all_pinned)
  1490. {
  1491. int tsk_cache_hot = 0;
  1492. /*
  1493. * We do not migrate tasks that are:
  1494. * 1) running (obviously), or
  1495. * 2) cannot be migrated to this CPU due to cpus_allowed, or
  1496. * 3) are cache-hot on their current CPU.
  1497. */
  1498. if (!cpumask_test_cpu(this_cpu, &p->cpus_allowed)) {
  1499. schedstat_inc(p, se.statistics.nr_failed_migrations_affine);
  1500. return 0;
  1501. }
  1502. *all_pinned = 0;
  1503. if (task_running(rq, p)) {
  1504. schedstat_inc(p, se.statistics.nr_failed_migrations_running);
  1505. return 0;
  1506. }
  1507. /*
  1508. * Aggressive migration if:
  1509. * 1) task is cache cold, or
  1510. * 2) too many balance attempts have failed.
  1511. */
  1512. tsk_cache_hot = task_hot(p, rq->clock, sd);
  1513. if (!tsk_cache_hot ||
  1514. sd->nr_balance_failed > sd->cache_nice_tries) {
  1515. #ifdef CONFIG_SCHEDSTATS
  1516. if (tsk_cache_hot) {
  1517. schedstat_inc(sd, lb_hot_gained[idle]);
  1518. schedstat_inc(p, se.statistics.nr_forced_migrations);
  1519. }
  1520. #endif
  1521. return 1;
  1522. }
  1523. if (tsk_cache_hot) {
  1524. schedstat_inc(p, se.statistics.nr_failed_migrations_hot);
  1525. return 0;
  1526. }
  1527. return 1;
  1528. }
  1529. /*
  1530. * move_one_task tries to move exactly one task from busiest to this_rq, as
  1531. * part of active balancing operations within "domain".
  1532. * Returns 1 if successful and 0 otherwise.
  1533. *
  1534. * Called with both runqueues locked.
  1535. */
  1536. static int
  1537. move_one_task(struct rq *this_rq, int this_cpu, struct rq *busiest,
  1538. struct sched_domain *sd, enum cpu_idle_type idle)
  1539. {
  1540. struct task_struct *p, *n;
  1541. struct cfs_rq *cfs_rq;
  1542. int pinned = 0;
  1543. for_each_leaf_cfs_rq(busiest, cfs_rq) {
  1544. list_for_each_entry_safe(p, n, &cfs_rq->tasks, se.group_node) {
  1545. if (!can_migrate_task(p, busiest, this_cpu,
  1546. sd, idle, &pinned))
  1547. continue;
  1548. pull_task(busiest, p, this_rq, this_cpu);
  1549. /*
  1550. * Right now, this is only the second place pull_task()
  1551. * is called, so we can safely collect pull_task()
  1552. * stats here rather than inside pull_task().
  1553. */
  1554. schedstat_inc(sd, lb_gained[idle]);
  1555. return 1;
  1556. }
  1557. }
  1558. return 0;
  1559. }
  1560. static unsigned long
  1561. balance_tasks(struct rq *this_rq, int this_cpu, struct rq *busiest,
  1562. unsigned long max_load_move, struct sched_domain *sd,
  1563. enum cpu_idle_type idle, int *all_pinned,
  1564. int *this_best_prio, struct cfs_rq *busiest_cfs_rq)
  1565. {
  1566. int loops = 0, pulled = 0, pinned = 0;
  1567. long rem_load_move = max_load_move;
  1568. struct task_struct *p, *n;
  1569. if (max_load_move == 0)
  1570. goto out;
  1571. pinned = 1;
  1572. list_for_each_entry_safe(p, n, &busiest_cfs_rq->tasks, se.group_node) {
  1573. if (loops++ > sysctl_sched_nr_migrate)
  1574. break;
  1575. if ((p->se.load.weight >> 1) > rem_load_move ||
  1576. !can_migrate_task(p, busiest, this_cpu, sd, idle, &pinned))
  1577. continue;
  1578. pull_task(busiest, p, this_rq, this_cpu);
  1579. pulled++;
  1580. rem_load_move -= p->se.load.weight;
  1581. #ifdef CONFIG_PREEMPT
  1582. /*
  1583. * NEWIDLE balancing is a source of latency, so preemptible
  1584. * kernels will stop after the first task is pulled to minimize
  1585. * the critical section.
  1586. */
  1587. if (idle == CPU_NEWLY_IDLE)
  1588. break;
  1589. #endif
  1590. /*
  1591. * We only want to steal up to the prescribed amount of
  1592. * weighted load.
  1593. */
  1594. if (rem_load_move <= 0)
  1595. break;
  1596. if (p->prio < *this_best_prio)
  1597. *this_best_prio = p->prio;
  1598. }
  1599. out:
  1600. /*
  1601. * Right now, this is one of only two places pull_task() is called,
  1602. * so we can safely collect pull_task() stats here rather than
  1603. * inside pull_task().
  1604. */
  1605. schedstat_add(sd, lb_gained[idle], pulled);
  1606. if (all_pinned)
  1607. *all_pinned = pinned;
  1608. return max_load_move - rem_load_move;
  1609. }
  1610. #ifdef CONFIG_FAIR_GROUP_SCHED
  1611. static unsigned long
  1612. load_balance_fair(struct rq *this_rq, int this_cpu, struct rq *busiest,
  1613. unsigned long max_load_move,
  1614. struct sched_domain *sd, enum cpu_idle_type idle,
  1615. int *all_pinned, int *this_best_prio)
  1616. {
  1617. long rem_load_move = max_load_move;
  1618. int busiest_cpu = cpu_of(busiest);
  1619. struct task_group *tg;
  1620. rcu_read_lock();
  1621. update_h_load(busiest_cpu);
  1622. list_for_each_entry_rcu(tg, &task_groups, list) {
  1623. struct cfs_rq *busiest_cfs_rq = tg->cfs_rq[busiest_cpu];
  1624. unsigned long busiest_h_load = busiest_cfs_rq->h_load;
  1625. unsigned long busiest_weight = busiest_cfs_rq->load.weight;
  1626. u64 rem_load, moved_load;
  1627. /*
  1628. * empty group
  1629. */
  1630. if (!busiest_cfs_rq->task_weight)
  1631. continue;
  1632. rem_load = (u64)rem_load_move * busiest_weight;
  1633. rem_load = div_u64(rem_load, busiest_h_load + 1);
  1634. moved_load = balance_tasks(this_rq, this_cpu, busiest,
  1635. rem_load, sd, idle, all_pinned, this_best_prio,
  1636. busiest_cfs_rq);
  1637. if (!moved_load)
  1638. continue;
  1639. moved_load *= busiest_h_load;
  1640. moved_load = div_u64(moved_load, busiest_weight + 1);
  1641. rem_load_move -= moved_load;
  1642. if (rem_load_move < 0)
  1643. break;
  1644. }
  1645. rcu_read_unlock();
  1646. return max_load_move - rem_load_move;
  1647. }
  1648. #else
  1649. static unsigned long
  1650. load_balance_fair(struct rq *this_rq, int this_cpu, struct rq *busiest,
  1651. unsigned long max_load_move,
  1652. struct sched_domain *sd, enum cpu_idle_type idle,
  1653. int *all_pinned, int *this_best_prio)
  1654. {
  1655. return balance_tasks(this_rq, this_cpu, busiest,
  1656. max_load_move, sd, idle, all_pinned,
  1657. this_best_prio, &busiest->cfs);
  1658. }
  1659. #endif
  1660. /*
  1661. * move_tasks tries to move up to max_load_move weighted load from busiest to
  1662. * this_rq, as part of a balancing operation within domain "sd".
  1663. * Returns 1 if successful and 0 otherwise.
  1664. *
  1665. * Called with both runqueues locked.
  1666. */
  1667. static int move_tasks(struct rq *this_rq, int this_cpu, struct rq *busiest,
  1668. unsigned long max_load_move,
  1669. struct sched_domain *sd, enum cpu_idle_type idle,
  1670. int *all_pinned)
  1671. {
  1672. unsigned long total_load_moved = 0, load_moved;
  1673. int this_best_prio = this_rq->curr->prio;
  1674. do {
  1675. load_moved = load_balance_fair(this_rq, this_cpu, busiest,
  1676. max_load_move - total_load_moved,
  1677. sd, idle, all_pinned, &this_best_prio);
  1678. total_load_moved += load_moved;
  1679. #ifdef CONFIG_PREEMPT
  1680. /*
  1681. * NEWIDLE balancing is a source of latency, so preemptible
  1682. * kernels will stop after the first task is pulled to minimize
  1683. * the critical section.
  1684. */
  1685. if (idle == CPU_NEWLY_IDLE && this_rq->nr_running)
  1686. break;
  1687. if (raw_spin_is_contended(&this_rq->lock) ||
  1688. raw_spin_is_contended(&busiest->lock))
  1689. break;
  1690. #endif
  1691. } while (load_moved && max_load_move > total_load_moved);
  1692. return total_load_moved > 0;
  1693. }
  1694. /********** Helpers for find_busiest_group ************************/
  1695. /*
  1696. * sd_lb_stats - Structure to store the statistics of a sched_domain
  1697. * during load balancing.
  1698. */
  1699. struct sd_lb_stats {
  1700. struct sched_group *busiest; /* Busiest group in this sd */
  1701. struct sched_group *this; /* Local group in this sd */
  1702. unsigned long total_load; /* Total load of all groups in sd */
  1703. unsigned long total_pwr; /* Total power of all groups in sd */
  1704. unsigned long avg_load; /* Average load across all groups in sd */
  1705. /** Statistics of this group */
  1706. unsigned long this_load;
  1707. unsigned long this_load_per_task;
  1708. unsigned long this_nr_running;
  1709. /* Statistics of the busiest group */
  1710. unsigned long max_load;
  1711. unsigned long busiest_load_per_task;
  1712. unsigned long busiest_nr_running;
  1713. unsigned long busiest_group_capacity;
  1714. int group_imb; /* Is there imbalance in this sd */
  1715. #if defined(CONFIG_SCHED_MC) || defined(CONFIG_SCHED_SMT)
  1716. int power_savings_balance; /* Is powersave balance needed for this sd */
  1717. struct sched_group *group_min; /* Least loaded group in sd */
  1718. struct sched_group *group_leader; /* Group which relieves group_min */
  1719. unsigned long min_load_per_task; /* load_per_task in group_min */
  1720. unsigned long leader_nr_running; /* Nr running of group_leader */
  1721. unsigned long min_nr_running; /* Nr running of group_min */
  1722. #endif
  1723. };
  1724. /*
  1725. * sg_lb_stats - stats of a sched_group required for load_balancing
  1726. */
  1727. struct sg_lb_stats {
  1728. unsigned long avg_load; /*Avg load across the CPUs of the group */
  1729. unsigned long group_load; /* Total load over the CPUs of the group */
  1730. unsigned long sum_nr_running; /* Nr tasks running in the group */
  1731. unsigned long sum_weighted_load; /* Weighted load of group's tasks */
  1732. unsigned long group_capacity;
  1733. int group_imb; /* Is there an imbalance in the group ? */
  1734. };
  1735. /**
  1736. * group_first_cpu - Returns the first cpu in the cpumask of a sched_group.
  1737. * @group: The group whose first cpu is to be returned.
  1738. */
  1739. static inline unsigned int group_first_cpu(struct sched_group *group)
  1740. {
  1741. return cpumask_first(sched_group_cpus(group));
  1742. }
  1743. /**
  1744. * get_sd_load_idx - Obtain the load index for a given sched domain.
  1745. * @sd: The sched_domain whose load_idx is to be obtained.
  1746. * @idle: The Idle status of the CPU for whose sd load_icx is obtained.
  1747. */
  1748. static inline int get_sd_load_idx(struct sched_domain *sd,
  1749. enum cpu_idle_type idle)
  1750. {
  1751. int load_idx;
  1752. switch (idle) {
  1753. case CPU_NOT_IDLE:
  1754. load_idx = sd->busy_idx;
  1755. break;
  1756. case CPU_NEWLY_IDLE:
  1757. load_idx = sd->newidle_idx;
  1758. break;
  1759. default:
  1760. load_idx = sd->idle_idx;
  1761. break;
  1762. }
  1763. return load_idx;
  1764. }
  1765. #if defined(CONFIG_SCHED_MC) || defined(CONFIG_SCHED_SMT)
  1766. /**
  1767. * init_sd_power_savings_stats - Initialize power savings statistics for
  1768. * the given sched_domain, during load balancing.
  1769. *
  1770. * @sd: Sched domain whose power-savings statistics are to be initialized.
  1771. * @sds: Variable containing the statistics for sd.
  1772. * @idle: Idle status of the CPU at which we're performing load-balancing.
  1773. */
  1774. static inline void init_sd_power_savings_stats(struct sched_domain *sd,
  1775. struct sd_lb_stats *sds, enum cpu_idle_type idle)
  1776. {
  1777. /*
  1778. * Busy processors will not participate in power savings
  1779. * balance.
  1780. */
  1781. if (idle == CPU_NOT_IDLE || !(sd->flags & SD_POWERSAVINGS_BALANCE))
  1782. sds->power_savings_balance = 0;
  1783. else {
  1784. sds->power_savings_balance = 1;
  1785. sds->min_nr_running = ULONG_MAX;
  1786. sds->leader_nr_running = 0;
  1787. }
  1788. }
  1789. /**
  1790. * update_sd_power_savings_stats - Update the power saving stats for a
  1791. * sched_domain while performing load balancing.
  1792. *
  1793. * @group: sched_group belonging to the sched_domain under consideration.
  1794. * @sds: Variable containing the statistics of the sched_domain
  1795. * @local_group: Does group contain the CPU for which we're performing
  1796. * load balancing ?
  1797. * @sgs: Variable containing the statistics of the group.
  1798. */
  1799. static inline void update_sd_power_savings_stats(struct sched_group *group,
  1800. struct sd_lb_stats *sds, int local_group, struct sg_lb_stats *sgs)
  1801. {
  1802. if (!sds->power_savings_balance)
  1803. return;
  1804. /*
  1805. * If the local group is idle or completely loaded
  1806. * no need to do power savings balance at this domain
  1807. */
  1808. if (local_group && (sds->this_nr_running >= sgs->group_capacity ||
  1809. !sds->this_nr_running))
  1810. sds->power_savings_balance = 0;
  1811. /*
  1812. * If a group is already running at full capacity or idle,
  1813. * don't include that group in power savings calculations
  1814. */
  1815. if (!sds->power_savings_balance ||
  1816. sgs->sum_nr_running >= sgs->group_capacity ||
  1817. !sgs->sum_nr_running)
  1818. return;
  1819. /*
  1820. * Calculate the group which has the least non-idle load.
  1821. * This is the group from where we need to pick up the load
  1822. * for saving power
  1823. */
  1824. if ((sgs->sum_nr_running < sds->min_nr_running) ||
  1825. (sgs->sum_nr_running == sds->min_nr_running &&
  1826. group_first_cpu(group) > group_first_cpu(sds->group_min))) {
  1827. sds->group_min = group;
  1828. sds->min_nr_running = sgs->sum_nr_running;
  1829. sds->min_load_per_task = sgs->sum_weighted_load /
  1830. sgs->sum_nr_running;
  1831. }
  1832. /*
  1833. * Calculate the group which is almost near its
  1834. * capacity but still has some space to pick up some load
  1835. * from other group and save more power
  1836. */
  1837. if (sgs->sum_nr_running + 1 > sgs->group_capacity)
  1838. return;
  1839. if (sgs->sum_nr_running > sds->leader_nr_running ||
  1840. (sgs->sum_nr_running == sds->leader_nr_running &&
  1841. group_first_cpu(group) < group_first_cpu(sds->group_leader))) {
  1842. sds->group_leader = group;
  1843. sds->leader_nr_running = sgs->sum_nr_running;
  1844. }
  1845. }
  1846. /**
  1847. * check_power_save_busiest_group - see if there is potential for some power-savings balance
  1848. * @sds: Variable containing the statistics of the sched_domain
  1849. * under consideration.
  1850. * @this_cpu: Cpu at which we're currently performing load-balancing.
  1851. * @imbalance: Variable to store the imbalance.
  1852. *
  1853. * Description:
  1854. * Check if we have potential to perform some power-savings balance.
  1855. * If yes, set the busiest group to be the least loaded group in the
  1856. * sched_domain, so that it's CPUs can be put to idle.
  1857. *
  1858. * Returns 1 if there is potential to perform power-savings balance.
  1859. * Else returns 0.
  1860. */
  1861. static inline int check_power_save_busiest_group(struct sd_lb_stats *sds,
  1862. int this_cpu, unsigned long *imbalance)
  1863. {
  1864. if (!sds->power_savings_balance)
  1865. return 0;
  1866. if (sds->this != sds->group_leader ||
  1867. sds->group_leader == sds->group_min)
  1868. return 0;
  1869. *imbalance = sds->min_load_per_task;
  1870. sds->busiest = sds->group_min;
  1871. return 1;
  1872. }
  1873. #else /* CONFIG_SCHED_MC || CONFIG_SCHED_SMT */
  1874. static inline void init_sd_power_savings_stats(struct sched_domain *sd,
  1875. struct sd_lb_stats *sds, enum cpu_idle_type idle)
  1876. {
  1877. return;
  1878. }
  1879. static inline void update_sd_power_savings_stats(struct sched_group *group,
  1880. struct sd_lb_stats *sds, int local_group, struct sg_lb_stats *sgs)
  1881. {
  1882. return;
  1883. }
  1884. static inline int check_power_save_busiest_group(struct sd_lb_stats *sds,
  1885. int this_cpu, unsigned long *imbalance)
  1886. {
  1887. return 0;
  1888. }
  1889. #endif /* CONFIG_SCHED_MC || CONFIG_SCHED_SMT */
  1890. unsigned long default_scale_freq_power(struct sched_domain *sd, int cpu)
  1891. {
  1892. return SCHED_LOAD_SCALE;
  1893. }
  1894. unsigned long __weak arch_scale_freq_power(struct sched_domain *sd, int cpu)
  1895. {
  1896. return default_scale_freq_power(sd, cpu);
  1897. }
  1898. unsigned long default_scale_smt_power(struct sched_domain *sd, int cpu)
  1899. {
  1900. unsigned long weight = cpumask_weight(sched_domain_span(sd));
  1901. unsigned long smt_gain = sd->smt_gain;
  1902. smt_gain /= weight;
  1903. return smt_gain;
  1904. }
  1905. unsigned long __weak arch_scale_smt_power(struct sched_domain *sd, int cpu)
  1906. {
  1907. return default_scale_smt_power(sd, cpu);
  1908. }
  1909. unsigned long scale_rt_power(int cpu)
  1910. {
  1911. struct rq *rq = cpu_rq(cpu);
  1912. u64 total, available;
  1913. sched_avg_update(rq);
  1914. total = sched_avg_period() + (rq->clock - rq->age_stamp);
  1915. available = total - rq->rt_avg;
  1916. if (unlikely((s64)total < SCHED_LOAD_SCALE))
  1917. total = SCHED_LOAD_SCALE;
  1918. total >>= SCHED_LOAD_SHIFT;
  1919. return div_u64(available, total);
  1920. }
  1921. static void update_cpu_power(struct sched_domain *sd, int cpu)
  1922. {
  1923. unsigned long weight = cpumask_weight(sched_domain_span(sd));
  1924. unsigned long power = SCHED_LOAD_SCALE;
  1925. struct sched_group *sdg = sd->groups;
  1926. if (sched_feat(ARCH_POWER))
  1927. power *= arch_scale_freq_power(sd, cpu);
  1928. else
  1929. power *= default_scale_freq_power(sd, cpu);
  1930. power >>= SCHED_LOAD_SHIFT;
  1931. if ((sd->flags & SD_SHARE_CPUPOWER) && weight > 1) {
  1932. if (sched_feat(ARCH_POWER))
  1933. power *= arch_scale_smt_power(sd, cpu);
  1934. else
  1935. power *= default_scale_smt_power(sd, cpu);
  1936. power >>= SCHED_LOAD_SHIFT;
  1937. }
  1938. power *= scale_rt_power(cpu);
  1939. power >>= SCHED_LOAD_SHIFT;
  1940. if (!power)
  1941. power = 1;
  1942. sdg->cpu_power = power;
  1943. }
  1944. static void update_group_power(struct sched_domain *sd, int cpu)
  1945. {
  1946. struct sched_domain *child = sd->child;
  1947. struct sched_group *group, *sdg = sd->groups;
  1948. unsigned long power;
  1949. if (!child) {
  1950. update_cpu_power(sd, cpu);
  1951. return;
  1952. }
  1953. power = 0;
  1954. group = child->groups;
  1955. do {
  1956. power += group->cpu_power;
  1957. group = group->next;
  1958. } while (group != child->groups);
  1959. sdg->cpu_power = power;
  1960. }
  1961. /**
  1962. * update_sg_lb_stats - Update sched_group's statistics for load balancing.
  1963. * @sd: The sched_domain whose statistics are to be updated.
  1964. * @group: sched_group whose statistics are to be updated.
  1965. * @this_cpu: Cpu for which load balance is currently performed.
  1966. * @idle: Idle status of this_cpu
  1967. * @load_idx: Load index of sched_domain of this_cpu for load calc.
  1968. * @sd_idle: Idle status of the sched_domain containing group.
  1969. * @local_group: Does group contain this_cpu.
  1970. * @cpus: Set of cpus considered for load balancing.
  1971. * @balance: Should we balance.
  1972. * @sgs: variable to hold the statistics for this group.
  1973. */
  1974. static inline void update_sg_lb_stats(struct sched_domain *sd,
  1975. struct sched_group *group, int this_cpu,
  1976. enum cpu_idle_type idle, int load_idx, int *sd_idle,
  1977. int local_group, const struct cpumask *cpus,
  1978. int *balance, struct sg_lb_stats *sgs)
  1979. {
  1980. unsigned long load, max_cpu_load, min_cpu_load;
  1981. int i;
  1982. unsigned int balance_cpu = -1, first_idle_cpu = 0;
  1983. unsigned long avg_load_per_task = 0;
  1984. if (local_group)
  1985. balance_cpu = group_first_cpu(group);
  1986. /* Tally up the load of all CPUs in the group */
  1987. max_cpu_load = 0;
  1988. min_cpu_load = ~0UL;
  1989. for_each_cpu_and(i, sched_group_cpus(group), cpus) {
  1990. struct rq *rq = cpu_rq(i);
  1991. if (*sd_idle && rq->nr_running)
  1992. *sd_idle = 0;
  1993. /* Bias balancing toward cpus of our domain */
  1994. if (local_group) {
  1995. if (idle_cpu(i) && !first_idle_cpu) {
  1996. first_idle_cpu = 1;
  1997. balance_cpu = i;
  1998. }
  1999. load = target_load(i, load_idx);
  2000. } else {
  2001. load = source_load(i, load_idx);
  2002. if (load > max_cpu_load)
  2003. max_cpu_load = load;
  2004. if (min_cpu_load > load)
  2005. min_cpu_load = load;
  2006. }
  2007. sgs->group_load += load;
  2008. sgs->sum_nr_running += rq->nr_running;
  2009. sgs->sum_weighted_load += weighted_cpuload(i);
  2010. }
  2011. /*
  2012. * First idle cpu or the first cpu(busiest) in this sched group
  2013. * is eligible for doing load balancing at this and above
  2014. * domains. In the newly idle case, we will allow all the cpu's
  2015. * to do the newly idle load balance.
  2016. */
  2017. if (idle != CPU_NEWLY_IDLE && local_group &&
  2018. balance_cpu != this_cpu) {
  2019. *balance = 0;
  2020. return;
  2021. }
  2022. update_group_power(sd, this_cpu);
  2023. /* Adjust by relative CPU power of the group */
  2024. sgs->avg_load = (sgs->group_load * SCHED_LOAD_SCALE) / group->cpu_power;
  2025. /*
  2026. * Consider the group unbalanced when the imbalance is larger
  2027. * than the average weight of two tasks.
  2028. *
  2029. * APZ: with cgroup the avg task weight can vary wildly and
  2030. * might not be a suitable number - should we keep a
  2031. * normalized nr_running number somewhere that negates
  2032. * the hierarchy?
  2033. */
  2034. if (sgs->sum_nr_running)
  2035. avg_load_per_task = sgs->sum_weighted_load / sgs->sum_nr_running;
  2036. if ((max_cpu_load - min_cpu_load) > 2*avg_load_per_task)
  2037. sgs->group_imb = 1;
  2038. sgs->group_capacity =
  2039. DIV_ROUND_CLOSEST(group->cpu_power, SCHED_LOAD_SCALE);
  2040. }
  2041. /**
  2042. * update_sd_lb_stats - Update sched_group's statistics for load balancing.
  2043. * @sd: sched_domain whose statistics are to be updated.
  2044. * @this_cpu: Cpu for which load balance is currently performed.
  2045. * @idle: Idle status of this_cpu
  2046. * @sd_idle: Idle status of the sched_domain containing group.
  2047. * @cpus: Set of cpus considered for load balancing.
  2048. * @balance: Should we balance.
  2049. * @sds: variable to hold the statistics for this sched_domain.
  2050. */
  2051. static inline void update_sd_lb_stats(struct sched_domain *sd, int this_cpu,
  2052. enum cpu_idle_type idle, int *sd_idle,
  2053. const struct cpumask *cpus, int *balance,
  2054. struct sd_lb_stats *sds)
  2055. {
  2056. struct sched_domain *child = sd->child;
  2057. struct sched_group *group = sd->groups;
  2058. struct sg_lb_stats sgs;
  2059. int load_idx, prefer_sibling = 0;
  2060. if (child && child->flags & SD_PREFER_SIBLING)
  2061. prefer_sibling = 1;
  2062. init_sd_power_savings_stats(sd, sds, idle);
  2063. load_idx = get_sd_load_idx(sd, idle);
  2064. do {
  2065. int local_group;
  2066. local_group = cpumask_test_cpu(this_cpu,
  2067. sched_group_cpus(group));
  2068. memset(&sgs, 0, sizeof(sgs));
  2069. update_sg_lb_stats(sd, group, this_cpu, idle, load_idx, sd_idle,
  2070. local_group, cpus, balance, &sgs);
  2071. if (local_group && !(*balance))
  2072. return;
  2073. sds->total_load += sgs.group_load;
  2074. sds->total_pwr += group->cpu_power;
  2075. /*
  2076. * In case the child domain prefers tasks go to siblings
  2077. * first, lower the group capacity to one so that we'll try
  2078. * and move all the excess tasks away.
  2079. */
  2080. if (prefer_sibling)
  2081. sgs.group_capacity = min(sgs.group_capacity, 1UL);
  2082. if (local_group) {
  2083. sds->this_load = sgs.avg_load;
  2084. sds->this = group;
  2085. sds->this_nr_running = sgs.sum_nr_running;
  2086. sds->this_load_per_task = sgs.sum_weighted_load;
  2087. } else if (sgs.avg_load > sds->max_load &&
  2088. (sgs.sum_nr_running > sgs.group_capacity ||
  2089. sgs.group_imb)) {
  2090. sds->max_load = sgs.avg_load;
  2091. sds->busiest = group;
  2092. sds->busiest_nr_running = sgs.sum_nr_running;
  2093. sds->busiest_group_capacity = sgs.group_capacity;
  2094. sds->busiest_load_per_task = sgs.sum_weighted_load;
  2095. sds->group_imb = sgs.group_imb;
  2096. }
  2097. update_sd_power_savings_stats(group, sds, local_group, &sgs);
  2098. group = group->next;
  2099. } while (group != sd->groups);
  2100. }
  2101. /**
  2102. * fix_small_imbalance - Calculate the minor imbalance that exists
  2103. * amongst the groups of a sched_domain, during
  2104. * load balancing.
  2105. * @sds: Statistics of the sched_domain whose imbalance is to be calculated.
  2106. * @this_cpu: The cpu at whose sched_domain we're performing load-balance.
  2107. * @imbalance: Variable to store the imbalance.
  2108. */
  2109. static inline void fix_small_imbalance(struct sd_lb_stats *sds,
  2110. int this_cpu, unsigned long *imbalance)
  2111. {
  2112. unsigned long tmp, pwr_now = 0, pwr_move = 0;
  2113. unsigned int imbn = 2;
  2114. unsigned long scaled_busy_load_per_task;
  2115. if (sds->this_nr_running) {
  2116. sds->this_load_per_task /= sds->this_nr_running;
  2117. if (sds->busiest_load_per_task >
  2118. sds->this_load_per_task)
  2119. imbn = 1;
  2120. } else
  2121. sds->this_load_per_task =
  2122. cpu_avg_load_per_task(this_cpu);
  2123. scaled_busy_load_per_task = sds->busiest_load_per_task
  2124. * SCHED_LOAD_SCALE;
  2125. scaled_busy_load_per_task /= sds->busiest->cpu_power;
  2126. if (sds->max_load - sds->this_load + scaled_busy_load_per_task >=
  2127. (scaled_busy_load_per_task * imbn)) {
  2128. *imbalance = sds->busiest_load_per_task;
  2129. return;
  2130. }
  2131. /*
  2132. * OK, we don't have enough imbalance to justify moving tasks,
  2133. * however we may be able to increase total CPU power used by
  2134. * moving them.
  2135. */
  2136. pwr_now += sds->busiest->cpu_power *
  2137. min(sds->busiest_load_per_task, sds->max_load);
  2138. pwr_now += sds->this->cpu_power *
  2139. min(sds->this_load_per_task, sds->this_load);
  2140. pwr_now /= SCHED_LOAD_SCALE;
  2141. /* Amount of load we'd subtract */
  2142. tmp = (sds->busiest_load_per_task * SCHED_LOAD_SCALE) /
  2143. sds->busiest->cpu_power;
  2144. if (sds->max_load > tmp)
  2145. pwr_move += sds->busiest->cpu_power *
  2146. min(sds->busiest_load_per_task, sds->max_load - tmp);
  2147. /* Amount of load we'd add */
  2148. if (sds->max_load * sds->busiest->cpu_power <
  2149. sds->busiest_load_per_task * SCHED_LOAD_SCALE)
  2150. tmp = (sds->max_load * sds->busiest->cpu_power) /
  2151. sds->this->cpu_power;
  2152. else
  2153. tmp = (sds->busiest_load_per_task * SCHED_LOAD_SCALE) /
  2154. sds->this->cpu_power;
  2155. pwr_move += sds->this->cpu_power *
  2156. min(sds->this_load_per_task, sds->this_load + tmp);
  2157. pwr_move /= SCHED_LOAD_SCALE;
  2158. /* Move if we gain throughput */
  2159. if (pwr_move > pwr_now)
  2160. *imbalance = sds->busiest_load_per_task;
  2161. }
  2162. /**
  2163. * calculate_imbalance - Calculate the amount of imbalance present within the
  2164. * groups of a given sched_domain during load balance.
  2165. * @sds: statistics of the sched_domain whose imbalance is to be calculated.
  2166. * @this_cpu: Cpu for which currently load balance is being performed.
  2167. * @imbalance: The variable to store the imbalance.
  2168. */
  2169. static inline void calculate_imbalance(struct sd_lb_stats *sds, int this_cpu,
  2170. unsigned long *imbalance)
  2171. {
  2172. unsigned long max_pull, load_above_capacity = ~0UL;
  2173. sds->busiest_load_per_task /= sds->busiest_nr_running;
  2174. if (sds->group_imb) {
  2175. sds->busiest_load_per_task =
  2176. min(sds->busiest_load_per_task, sds->avg_load);
  2177. }
  2178. /*
  2179. * In the presence of smp nice balancing, certain scenarios can have
  2180. * max load less than avg load(as we skip the groups at or below
  2181. * its cpu_power, while calculating max_load..)
  2182. */
  2183. if (sds->max_load < sds->avg_load) {
  2184. *imbalance = 0;
  2185. return fix_small_imbalance(sds, this_cpu, imbalance);
  2186. }
  2187. if (!sds->group_imb) {
  2188. /*
  2189. * Don't want to pull so many tasks that a group would go idle.
  2190. */
  2191. load_above_capacity = (sds->busiest_nr_running -
  2192. sds->busiest_group_capacity);
  2193. load_above_capacity *= (SCHED_LOAD_SCALE * SCHED_LOAD_SCALE);
  2194. load_above_capacity /= sds->busiest->cpu_power;
  2195. }
  2196. /*
  2197. * We're trying to get all the cpus to the average_load, so we don't
  2198. * want to push ourselves above the average load, nor do we wish to
  2199. * reduce the max loaded cpu below the average load. At the same time,
  2200. * we also don't want to reduce the group load below the group capacity
  2201. * (so that we can implement power-savings policies etc). Thus we look
  2202. * for the minimum possible imbalance.
  2203. * Be careful of negative numbers as they'll appear as very large values
  2204. * with unsigned longs.
  2205. */
  2206. max_pull = min(sds->max_load - sds->avg_load, load_above_capacity);
  2207. /* How much load to actually move to equalise the imbalance */
  2208. *imbalance = min(max_pull * sds->busiest->cpu_power,
  2209. (sds->avg_load - sds->this_load) * sds->this->cpu_power)
  2210. / SCHED_LOAD_SCALE;
  2211. /*
  2212. * if *imbalance is less than the average load per runnable task
  2213. * there is no gaurantee that any tasks will be moved so we'll have
  2214. * a think about bumping its value to force at least one task to be
  2215. * moved
  2216. */
  2217. if (*imbalance < sds->busiest_load_per_task)
  2218. return fix_small_imbalance(sds, this_cpu, imbalance);
  2219. }
  2220. /******* find_busiest_group() helpers end here *********************/
  2221. /**
  2222. * find_busiest_group - Returns the busiest group within the sched_domain
  2223. * if there is an imbalance. If there isn't an imbalance, and
  2224. * the user has opted for power-savings, it returns a group whose
  2225. * CPUs can be put to idle by rebalancing those tasks elsewhere, if
  2226. * such a group exists.
  2227. *
  2228. * Also calculates the amount of weighted load which should be moved
  2229. * to restore balance.
  2230. *
  2231. * @sd: The sched_domain whose busiest group is to be returned.
  2232. * @this_cpu: The cpu for which load balancing is currently being performed.
  2233. * @imbalance: Variable which stores amount of weighted load which should
  2234. * be moved to restore balance/put a group to idle.
  2235. * @idle: The idle status of this_cpu.
  2236. * @sd_idle: The idleness of sd
  2237. * @cpus: The set of CPUs under consideration for load-balancing.
  2238. * @balance: Pointer to a variable indicating if this_cpu
  2239. * is the appropriate cpu to perform load balancing at this_level.
  2240. *
  2241. * Returns: - the busiest group if imbalance exists.
  2242. * - If no imbalance and user has opted for power-savings balance,
  2243. * return the least loaded group whose CPUs can be
  2244. * put to idle by rebalancing its tasks onto our group.
  2245. */
  2246. static struct sched_group *
  2247. find_busiest_group(struct sched_domain *sd, int this_cpu,
  2248. unsigned long *imbalance, enum cpu_idle_type idle,
  2249. int *sd_idle, const struct cpumask *cpus, int *balance)
  2250. {
  2251. struct sd_lb_stats sds;
  2252. memset(&sds, 0, sizeof(sds));
  2253. /*
  2254. * Compute the various statistics relavent for load balancing at
  2255. * this level.
  2256. */
  2257. update_sd_lb_stats(sd, this_cpu, idle, sd_idle, cpus,
  2258. balance, &sds);
  2259. /* Cases where imbalance does not exist from POV of this_cpu */
  2260. /* 1) this_cpu is not the appropriate cpu to perform load balancing
  2261. * at this level.
  2262. * 2) There is no busy sibling group to pull from.
  2263. * 3) This group is the busiest group.
  2264. * 4) This group is more busy than the avg busieness at this
  2265. * sched_domain.
  2266. * 5) The imbalance is within the specified limit.
  2267. */
  2268. if (!(*balance))
  2269. goto ret;
  2270. if (!sds.busiest || sds.busiest_nr_running == 0)
  2271. goto out_balanced;
  2272. if (sds.this_load >= sds.max_load)
  2273. goto out_balanced;
  2274. sds.avg_load = (SCHED_LOAD_SCALE * sds.total_load) / sds.total_pwr;
  2275. if (sds.this_load >= sds.avg_load)
  2276. goto out_balanced;
  2277. if (100 * sds.max_load <= sd->imbalance_pct * sds.this_load)
  2278. goto out_balanced;
  2279. /* Looks like there is an imbalance. Compute it */
  2280. calculate_imbalance(&sds, this_cpu, imbalance);
  2281. return sds.busiest;
  2282. out_balanced:
  2283. /*
  2284. * There is no obvious imbalance. But check if we can do some balancing
  2285. * to save power.
  2286. */
  2287. if (check_power_save_busiest_group(&sds, this_cpu, imbalance))
  2288. return sds.busiest;
  2289. ret:
  2290. *imbalance = 0;
  2291. return NULL;
  2292. }
  2293. /*
  2294. * find_busiest_queue - find the busiest runqueue among the cpus in group.
  2295. */
  2296. static struct rq *
  2297. find_busiest_queue(struct sched_group *group, enum cpu_idle_type idle,
  2298. unsigned long imbalance, const struct cpumask *cpus)
  2299. {
  2300. struct rq *busiest = NULL, *rq;
  2301. unsigned long max_load = 0;
  2302. int i;
  2303. for_each_cpu(i, sched_group_cpus(group)) {
  2304. unsigned long power = power_of(i);
  2305. unsigned long capacity = DIV_ROUND_CLOSEST(power, SCHED_LOAD_SCALE);
  2306. unsigned long wl;
  2307. if (!cpumask_test_cpu(i, cpus))
  2308. continue;
  2309. rq = cpu_rq(i);
  2310. wl = weighted_cpuload(i);
  2311. /*
  2312. * When comparing with imbalance, use weighted_cpuload()
  2313. * which is not scaled with the cpu power.
  2314. */
  2315. if (capacity && rq->nr_running == 1 && wl > imbalance)
  2316. continue;
  2317. /*
  2318. * For the load comparisons with the other cpu's, consider
  2319. * the weighted_cpuload() scaled with the cpu power, so that
  2320. * the load can be moved away from the cpu that is potentially
  2321. * running at a lower capacity.
  2322. */
  2323. wl = (wl * SCHED_LOAD_SCALE) / power;
  2324. if (wl > max_load) {
  2325. max_load = wl;
  2326. busiest = rq;
  2327. }
  2328. }
  2329. return busiest;
  2330. }
  2331. /*
  2332. * Max backoff if we encounter pinned tasks. Pretty arbitrary value, but
  2333. * so long as it is large enough.
  2334. */
  2335. #define MAX_PINNED_INTERVAL 512
  2336. /* Working cpumask for load_balance and load_balance_newidle. */
  2337. static DEFINE_PER_CPU(cpumask_var_t, load_balance_tmpmask);
  2338. static int need_active_balance(struct sched_domain *sd, int sd_idle, int idle)
  2339. {
  2340. if (idle == CPU_NEWLY_IDLE) {
  2341. /*
  2342. * The only task running in a non-idle cpu can be moved to this
  2343. * cpu in an attempt to completely freeup the other CPU
  2344. * package.
  2345. *
  2346. * The package power saving logic comes from
  2347. * find_busiest_group(). If there are no imbalance, then
  2348. * f_b_g() will return NULL. However when sched_mc={1,2} then
  2349. * f_b_g() will select a group from which a running task may be
  2350. * pulled to this cpu in order to make the other package idle.
  2351. * If there is no opportunity to make a package idle and if
  2352. * there are no imbalance, then f_b_g() will return NULL and no
  2353. * action will be taken in load_balance_newidle().
  2354. *
  2355. * Under normal task pull operation due to imbalance, there
  2356. * will be more than one task in the source run queue and
  2357. * move_tasks() will succeed. ld_moved will be true and this
  2358. * active balance code will not be triggered.
  2359. */
  2360. if (!sd_idle && sd->flags & SD_SHARE_CPUPOWER &&
  2361. !test_sd_parent(sd, SD_POWERSAVINGS_BALANCE))
  2362. return 0;
  2363. if (sched_mc_power_savings < POWERSAVINGS_BALANCE_WAKEUP)
  2364. return 0;
  2365. }
  2366. return unlikely(sd->nr_balance_failed > sd->cache_nice_tries+2);
  2367. }
  2368. /*
  2369. * Check this_cpu to ensure it is balanced within domain. Attempt to move
  2370. * tasks if there is an imbalance.
  2371. */
  2372. static int load_balance(int this_cpu, struct rq *this_rq,
  2373. struct sched_domain *sd, enum cpu_idle_type idle,
  2374. int *balance)
  2375. {
  2376. int ld_moved, all_pinned = 0, active_balance = 0, sd_idle = 0;
  2377. struct sched_group *group;
  2378. unsigned long imbalance;
  2379. struct rq *busiest;
  2380. unsigned long flags;
  2381. struct cpumask *cpus = __get_cpu_var(load_balance_tmpmask);
  2382. cpumask_copy(cpus, cpu_active_mask);
  2383. /*
  2384. * When power savings policy is enabled for the parent domain, idle
  2385. * sibling can pick up load irrespective of busy siblings. In this case,
  2386. * let the state of idle sibling percolate up as CPU_IDLE, instead of
  2387. * portraying it as CPU_NOT_IDLE.
  2388. */
  2389. if (idle != CPU_NOT_IDLE && sd->flags & SD_SHARE_CPUPOWER &&
  2390. !test_sd_parent(sd, SD_POWERSAVINGS_BALANCE))
  2391. sd_idle = 1;
  2392. schedstat_inc(sd, lb_count[idle]);
  2393. redo:
  2394. update_shares(sd);
  2395. group = find_busiest_group(sd, this_cpu, &imbalance, idle, &sd_idle,
  2396. cpus, balance);
  2397. if (*balance == 0)
  2398. goto out_balanced;
  2399. if (!group) {
  2400. schedstat_inc(sd, lb_nobusyg[idle]);
  2401. goto out_balanced;
  2402. }
  2403. busiest = find_busiest_queue(group, idle, imbalance, cpus);
  2404. if (!busiest) {
  2405. schedstat_inc(sd, lb_nobusyq[idle]);
  2406. goto out_balanced;
  2407. }
  2408. BUG_ON(busiest == this_rq);
  2409. schedstat_add(sd, lb_imbalance[idle], imbalance);
  2410. ld_moved = 0;
  2411. if (busiest->nr_running > 1) {
  2412. /*
  2413. * Attempt to move tasks. If find_busiest_group has found
  2414. * an imbalance but busiest->nr_running <= 1, the group is
  2415. * still unbalanced. ld_moved simply stays zero, so it is
  2416. * correctly treated as an imbalance.
  2417. */
  2418. local_irq_save(flags);
  2419. double_rq_lock(this_rq, busiest);
  2420. ld_moved = move_tasks(this_rq, this_cpu, busiest,
  2421. imbalance, sd, idle, &all_pinned);
  2422. double_rq_unlock(this_rq, busiest);
  2423. local_irq_restore(flags);
  2424. /*
  2425. * some other cpu did the load balance for us.
  2426. */
  2427. if (ld_moved && this_cpu != smp_processor_id())
  2428. resched_cpu(this_cpu);
  2429. /* All tasks on this runqueue were pinned by CPU affinity */
  2430. if (unlikely(all_pinned)) {
  2431. cpumask_clear_cpu(cpu_of(busiest), cpus);
  2432. if (!cpumask_empty(cpus))
  2433. goto redo;
  2434. goto out_balanced;
  2435. }
  2436. }
  2437. if (!ld_moved) {
  2438. schedstat_inc(sd, lb_failed[idle]);
  2439. sd->nr_balance_failed++;
  2440. if (need_active_balance(sd, sd_idle, idle)) {
  2441. raw_spin_lock_irqsave(&busiest->lock, flags);
  2442. /* don't kick the migration_thread, if the curr
  2443. * task on busiest cpu can't be moved to this_cpu
  2444. */
  2445. if (!cpumask_test_cpu(this_cpu,
  2446. &busiest->curr->cpus_allowed)) {
  2447. raw_spin_unlock_irqrestore(&busiest->lock,
  2448. flags);
  2449. all_pinned = 1;
  2450. goto out_one_pinned;
  2451. }
  2452. if (!busiest->active_balance) {
  2453. busiest->active_balance = 1;
  2454. busiest->push_cpu = this_cpu;
  2455. active_balance = 1;
  2456. }
  2457. raw_spin_unlock_irqrestore(&busiest->lock, flags);
  2458. if (active_balance)
  2459. wake_up_process(busiest->migration_thread);
  2460. /*
  2461. * We've kicked active balancing, reset the failure
  2462. * counter.
  2463. */
  2464. sd->nr_balance_failed = sd->cache_nice_tries+1;
  2465. }
  2466. } else
  2467. sd->nr_balance_failed = 0;
  2468. if (likely(!active_balance)) {
  2469. /* We were unbalanced, so reset the balancing interval */
  2470. sd->balance_interval = sd->min_interval;
  2471. } else {
  2472. /*
  2473. * If we've begun active balancing, start to back off. This
  2474. * case may not be covered by the all_pinned logic if there
  2475. * is only 1 task on the busy runqueue (because we don't call
  2476. * move_tasks).
  2477. */
  2478. if (sd->balance_interval < sd->max_interval)
  2479. sd->balance_interval *= 2;
  2480. }
  2481. if (!ld_moved && !sd_idle && sd->flags & SD_SHARE_CPUPOWER &&
  2482. !test_sd_parent(sd, SD_POWERSAVINGS_BALANCE))
  2483. ld_moved = -1;
  2484. goto out;
  2485. out_balanced:
  2486. schedstat_inc(sd, lb_balanced[idle]);
  2487. sd->nr_balance_failed = 0;
  2488. out_one_pinned:
  2489. /* tune up the balancing interval */
  2490. if ((all_pinned && sd->balance_interval < MAX_PINNED_INTERVAL) ||
  2491. (sd->balance_interval < sd->max_interval))
  2492. sd->balance_interval *= 2;
  2493. if (!sd_idle && sd->flags & SD_SHARE_CPUPOWER &&
  2494. !test_sd_parent(sd, SD_POWERSAVINGS_BALANCE))
  2495. ld_moved = -1;
  2496. else
  2497. ld_moved = 0;
  2498. out:
  2499. if (ld_moved)
  2500. update_shares(sd);
  2501. return ld_moved;
  2502. }
  2503. /*
  2504. * idle_balance is called by schedule() if this_cpu is about to become
  2505. * idle. Attempts to pull tasks from other CPUs.
  2506. */
  2507. static void idle_balance(int this_cpu, struct rq *this_rq)
  2508. {
  2509. struct sched_domain *sd;
  2510. int pulled_task = 0;
  2511. unsigned long next_balance = jiffies + HZ;
  2512. this_rq->idle_stamp = this_rq->clock;
  2513. if (this_rq->avg_idle < sysctl_sched_migration_cost)
  2514. return;
  2515. /*
  2516. * Drop the rq->lock, but keep IRQ/preempt disabled.
  2517. */
  2518. raw_spin_unlock(&this_rq->lock);
  2519. for_each_domain(this_cpu, sd) {
  2520. unsigned long interval;
  2521. int balance = 1;
  2522. if (!(sd->flags & SD_LOAD_BALANCE))
  2523. continue;
  2524. if (sd->flags & SD_BALANCE_NEWIDLE) {
  2525. /* If we've pulled tasks over stop searching: */
  2526. pulled_task = load_balance(this_cpu, this_rq,
  2527. sd, CPU_NEWLY_IDLE, &balance);
  2528. }
  2529. interval = msecs_to_jiffies(sd->balance_interval);
  2530. if (time_after(next_balance, sd->last_balance + interval))
  2531. next_balance = sd->last_balance + interval;
  2532. if (pulled_task) {
  2533. this_rq->idle_stamp = 0;
  2534. break;
  2535. }
  2536. }
  2537. raw_spin_lock(&this_rq->lock);
  2538. if (pulled_task || time_after(jiffies, this_rq->next_balance)) {
  2539. /*
  2540. * We are going idle. next_balance may be set based on
  2541. * a busy processor. So reset next_balance.
  2542. */
  2543. this_rq->next_balance = next_balance;
  2544. }
  2545. }
  2546. /*
  2547. * active_load_balance is run by migration threads. It pushes running tasks
  2548. * off the busiest CPU onto idle CPUs. It requires at least 1 task to be
  2549. * running on each physical CPU where possible, and avoids physical /
  2550. * logical imbalances.
  2551. *
  2552. * Called with busiest_rq locked.
  2553. */
  2554. static void active_load_balance(struct rq *busiest_rq, int busiest_cpu)
  2555. {
  2556. int target_cpu = busiest_rq->push_cpu;
  2557. struct sched_domain *sd;
  2558. struct rq *target_rq;
  2559. /* Is there any task to move? */
  2560. if (busiest_rq->nr_running <= 1)
  2561. return;
  2562. target_rq = cpu_rq(target_cpu);
  2563. /*
  2564. * This condition is "impossible", if it occurs
  2565. * we need to fix it. Originally reported by
  2566. * Bjorn Helgaas on a 128-cpu setup.
  2567. */
  2568. BUG_ON(busiest_rq == target_rq);
  2569. /* move a task from busiest_rq to target_rq */
  2570. double_lock_balance(busiest_rq, target_rq);
  2571. /* Search for an sd spanning us and the target CPU. */
  2572. for_each_domain(target_cpu, sd) {
  2573. if ((sd->flags & SD_LOAD_BALANCE) &&
  2574. cpumask_test_cpu(busiest_cpu, sched_domain_span(sd)))
  2575. break;
  2576. }
  2577. if (likely(sd)) {
  2578. schedstat_inc(sd, alb_count);
  2579. if (move_one_task(target_rq, target_cpu, busiest_rq,
  2580. sd, CPU_IDLE))
  2581. schedstat_inc(sd, alb_pushed);
  2582. else
  2583. schedstat_inc(sd, alb_failed);
  2584. }
  2585. double_unlock_balance(busiest_rq, target_rq);
  2586. }
  2587. #ifdef CONFIG_NO_HZ
  2588. static struct {
  2589. atomic_t load_balancer;
  2590. cpumask_var_t cpu_mask;
  2591. cpumask_var_t ilb_grp_nohz_mask;
  2592. } nohz ____cacheline_aligned = {
  2593. .load_balancer = ATOMIC_INIT(-1),
  2594. };
  2595. int get_nohz_load_balancer(void)
  2596. {
  2597. return atomic_read(&nohz.load_balancer);
  2598. }
  2599. #if defined(CONFIG_SCHED_MC) || defined(CONFIG_SCHED_SMT)
  2600. /**
  2601. * lowest_flag_domain - Return lowest sched_domain containing flag.
  2602. * @cpu: The cpu whose lowest level of sched domain is to
  2603. * be returned.
  2604. * @flag: The flag to check for the lowest sched_domain
  2605. * for the given cpu.
  2606. *
  2607. * Returns the lowest sched_domain of a cpu which contains the given flag.
  2608. */
  2609. static inline struct sched_domain *lowest_flag_domain(int cpu, int flag)
  2610. {
  2611. struct sched_domain *sd;
  2612. for_each_domain(cpu, sd)
  2613. if (sd && (sd->flags & flag))
  2614. break;
  2615. return sd;
  2616. }
  2617. /**
  2618. * for_each_flag_domain - Iterates over sched_domains containing the flag.
  2619. * @cpu: The cpu whose domains we're iterating over.
  2620. * @sd: variable holding the value of the power_savings_sd
  2621. * for cpu.
  2622. * @flag: The flag to filter the sched_domains to be iterated.
  2623. *
  2624. * Iterates over all the scheduler domains for a given cpu that has the 'flag'
  2625. * set, starting from the lowest sched_domain to the highest.
  2626. */
  2627. #define for_each_flag_domain(cpu, sd, flag) \
  2628. for (sd = lowest_flag_domain(cpu, flag); \
  2629. (sd && (sd->flags & flag)); sd = sd->parent)
  2630. /**
  2631. * is_semi_idle_group - Checks if the given sched_group is semi-idle.
  2632. * @ilb_group: group to be checked for semi-idleness
  2633. *
  2634. * Returns: 1 if the group is semi-idle. 0 otherwise.
  2635. *
  2636. * We define a sched_group to be semi idle if it has atleast one idle-CPU
  2637. * and atleast one non-idle CPU. This helper function checks if the given
  2638. * sched_group is semi-idle or not.
  2639. */
  2640. static inline int is_semi_idle_group(struct sched_group *ilb_group)
  2641. {
  2642. cpumask_and(nohz.ilb_grp_nohz_mask, nohz.cpu_mask,
  2643. sched_group_cpus(ilb_group));
  2644. /*
  2645. * A sched_group is semi-idle when it has atleast one busy cpu
  2646. * and atleast one idle cpu.
  2647. */
  2648. if (cpumask_empty(nohz.ilb_grp_nohz_mask))
  2649. return 0;
  2650. if (cpumask_equal(nohz.ilb_grp_nohz_mask, sched_group_cpus(ilb_group)))
  2651. return 0;
  2652. return 1;
  2653. }
  2654. /**
  2655. * find_new_ilb - Finds the optimum idle load balancer for nomination.
  2656. * @cpu: The cpu which is nominating a new idle_load_balancer.
  2657. *
  2658. * Returns: Returns the id of the idle load balancer if it exists,
  2659. * Else, returns >= nr_cpu_ids.
  2660. *
  2661. * This algorithm picks the idle load balancer such that it belongs to a
  2662. * semi-idle powersavings sched_domain. The idea is to try and avoid
  2663. * completely idle packages/cores just for the purpose of idle load balancing
  2664. * when there are other idle cpu's which are better suited for that job.
  2665. */
  2666. static int find_new_ilb(int cpu)
  2667. {
  2668. struct sched_domain *sd;
  2669. struct sched_group *ilb_group;
  2670. /*
  2671. * Have idle load balancer selection from semi-idle packages only
  2672. * when power-aware load balancing is enabled
  2673. */
  2674. if (!(sched_smt_power_savings || sched_mc_power_savings))
  2675. goto out_done;
  2676. /*
  2677. * Optimize for the case when we have no idle CPUs or only one
  2678. * idle CPU. Don't walk the sched_domain hierarchy in such cases
  2679. */
  2680. if (cpumask_weight(nohz.cpu_mask) < 2)
  2681. goto out_done;
  2682. for_each_flag_domain(cpu, sd, SD_POWERSAVINGS_BALANCE) {
  2683. ilb_group = sd->groups;
  2684. do {
  2685. if (is_semi_idle_group(ilb_group))
  2686. return cpumask_first(nohz.ilb_grp_nohz_mask);
  2687. ilb_group = ilb_group->next;
  2688. } while (ilb_group != sd->groups);
  2689. }
  2690. out_done:
  2691. return cpumask_first(nohz.cpu_mask);
  2692. }
  2693. #else /* (CONFIG_SCHED_MC || CONFIG_SCHED_SMT) */
  2694. static inline int find_new_ilb(int call_cpu)
  2695. {
  2696. return cpumask_first(nohz.cpu_mask);
  2697. }
  2698. #endif
  2699. /*
  2700. * This routine will try to nominate the ilb (idle load balancing)
  2701. * owner among the cpus whose ticks are stopped. ilb owner will do the idle
  2702. * load balancing on behalf of all those cpus. If all the cpus in the system
  2703. * go into this tickless mode, then there will be no ilb owner (as there is
  2704. * no need for one) and all the cpus will sleep till the next wakeup event
  2705. * arrives...
  2706. *
  2707. * For the ilb owner, tick is not stopped. And this tick will be used
  2708. * for idle load balancing. ilb owner will still be part of
  2709. * nohz.cpu_mask..
  2710. *
  2711. * While stopping the tick, this cpu will become the ilb owner if there
  2712. * is no other owner. And will be the owner till that cpu becomes busy
  2713. * or if all cpus in the system stop their ticks at which point
  2714. * there is no need for ilb owner.
  2715. *
  2716. * When the ilb owner becomes busy, it nominates another owner, during the
  2717. * next busy scheduler_tick()
  2718. */
  2719. int select_nohz_load_balancer(int stop_tick)
  2720. {
  2721. int cpu = smp_processor_id();
  2722. if (stop_tick) {
  2723. cpu_rq(cpu)->in_nohz_recently = 1;
  2724. if (!cpu_active(cpu)) {
  2725. if (atomic_read(&nohz.load_balancer) != cpu)
  2726. return 0;
  2727. /*
  2728. * If we are going offline and still the leader,
  2729. * give up!
  2730. */
  2731. if (atomic_cmpxchg(&nohz.load_balancer, cpu, -1) != cpu)
  2732. BUG();
  2733. return 0;
  2734. }
  2735. cpumask_set_cpu(cpu, nohz.cpu_mask);
  2736. /* time for ilb owner also to sleep */
  2737. if (cpumask_weight(nohz.cpu_mask) == num_active_cpus()) {
  2738. if (atomic_read(&nohz.load_balancer) == cpu)
  2739. atomic_set(&nohz.load_balancer, -1);
  2740. return 0;
  2741. }
  2742. if (atomic_read(&nohz.load_balancer) == -1) {
  2743. /* make me the ilb owner */
  2744. if (atomic_cmpxchg(&nohz.load_balancer, -1, cpu) == -1)
  2745. return 1;
  2746. } else if (atomic_read(&nohz.load_balancer) == cpu) {
  2747. int new_ilb;
  2748. if (!(sched_smt_power_savings ||
  2749. sched_mc_power_savings))
  2750. return 1;
  2751. /*
  2752. * Check to see if there is a more power-efficient
  2753. * ilb.
  2754. */
  2755. new_ilb = find_new_ilb(cpu);
  2756. if (new_ilb < nr_cpu_ids && new_ilb != cpu) {
  2757. atomic_set(&nohz.load_balancer, -1);
  2758. resched_cpu(new_ilb);
  2759. return 0;
  2760. }
  2761. return 1;
  2762. }
  2763. } else {
  2764. if (!cpumask_test_cpu(cpu, nohz.cpu_mask))
  2765. return 0;
  2766. cpumask_clear_cpu(cpu, nohz.cpu_mask);
  2767. if (atomic_read(&nohz.load_balancer) == cpu)
  2768. if (atomic_cmpxchg(&nohz.load_balancer, cpu, -1) != cpu)
  2769. BUG();
  2770. }
  2771. return 0;
  2772. }
  2773. #endif
  2774. static DEFINE_SPINLOCK(balancing);
  2775. /*
  2776. * It checks each scheduling domain to see if it is due to be balanced,
  2777. * and initiates a balancing operation if so.
  2778. *
  2779. * Balancing parameters are set up in arch_init_sched_domains.
  2780. */
  2781. static void rebalance_domains(int cpu, enum cpu_idle_type idle)
  2782. {
  2783. int balance = 1;
  2784. struct rq *rq = cpu_rq(cpu);
  2785. unsigned long interval;
  2786. struct sched_domain *sd;
  2787. /* Earliest time when we have to do rebalance again */
  2788. unsigned long next_balance = jiffies + 60*HZ;
  2789. int update_next_balance = 0;
  2790. int need_serialize;
  2791. for_each_domain(cpu, sd) {
  2792. if (!(sd->flags & SD_LOAD_BALANCE))
  2793. continue;
  2794. interval = sd->balance_interval;
  2795. if (idle != CPU_IDLE)
  2796. interval *= sd->busy_factor;
  2797. /* scale ms to jiffies */
  2798. interval = msecs_to_jiffies(interval);
  2799. if (unlikely(!interval))
  2800. interval = 1;
  2801. if (interval > HZ*NR_CPUS/10)
  2802. interval = HZ*NR_CPUS/10;
  2803. need_serialize = sd->flags & SD_SERIALIZE;
  2804. if (need_serialize) {
  2805. if (!spin_trylock(&balancing))
  2806. goto out;
  2807. }
  2808. if (time_after_eq(jiffies, sd->last_balance + interval)) {
  2809. if (load_balance(cpu, rq, sd, idle, &balance)) {
  2810. /*
  2811. * We've pulled tasks over so either we're no
  2812. * longer idle, or one of our SMT siblings is
  2813. * not idle.
  2814. */
  2815. idle = CPU_NOT_IDLE;
  2816. }
  2817. sd->last_balance = jiffies;
  2818. }
  2819. if (need_serialize)
  2820. spin_unlock(&balancing);
  2821. out:
  2822. if (time_after(next_balance, sd->last_balance + interval)) {
  2823. next_balance = sd->last_balance + interval;
  2824. update_next_balance = 1;
  2825. }
  2826. /*
  2827. * Stop the load balance at this level. There is another
  2828. * CPU in our sched group which is doing load balancing more
  2829. * actively.
  2830. */
  2831. if (!balance)
  2832. break;
  2833. }
  2834. /*
  2835. * next_balance will be updated only when there is a need.
  2836. * When the cpu is attached to null domain for ex, it will not be
  2837. * updated.
  2838. */
  2839. if (likely(update_next_balance))
  2840. rq->next_balance = next_balance;
  2841. }
  2842. /*
  2843. * run_rebalance_domains is triggered when needed from the scheduler tick.
  2844. * In CONFIG_NO_HZ case, the idle load balance owner will do the
  2845. * rebalancing for all the cpus for whom scheduler ticks are stopped.
  2846. */
  2847. static void run_rebalance_domains(struct softirq_action *h)
  2848. {
  2849. int this_cpu = smp_processor_id();
  2850. struct rq *this_rq = cpu_rq(this_cpu);
  2851. enum cpu_idle_type idle = this_rq->idle_at_tick ?
  2852. CPU_IDLE : CPU_NOT_IDLE;
  2853. rebalance_domains(this_cpu, idle);
  2854. #ifdef CONFIG_NO_HZ
  2855. /*
  2856. * If this cpu is the owner for idle load balancing, then do the
  2857. * balancing on behalf of the other idle cpus whose ticks are
  2858. * stopped.
  2859. */
  2860. if (this_rq->idle_at_tick &&
  2861. atomic_read(&nohz.load_balancer) == this_cpu) {
  2862. struct rq *rq;
  2863. int balance_cpu;
  2864. for_each_cpu(balance_cpu, nohz.cpu_mask) {
  2865. if (balance_cpu == this_cpu)
  2866. continue;
  2867. /*
  2868. * If this cpu gets work to do, stop the load balancing
  2869. * work being done for other cpus. Next load
  2870. * balancing owner will pick it up.
  2871. */
  2872. if (need_resched())
  2873. break;
  2874. rebalance_domains(balance_cpu, CPU_IDLE);
  2875. rq = cpu_rq(balance_cpu);
  2876. if (time_after(this_rq->next_balance, rq->next_balance))
  2877. this_rq->next_balance = rq->next_balance;
  2878. }
  2879. }
  2880. #endif
  2881. }
  2882. static inline int on_null_domain(int cpu)
  2883. {
  2884. return !rcu_dereference(cpu_rq(cpu)->sd);
  2885. }
  2886. /*
  2887. * Trigger the SCHED_SOFTIRQ if it is time to do periodic load balancing.
  2888. *
  2889. * In case of CONFIG_NO_HZ, this is the place where we nominate a new
  2890. * idle load balancing owner or decide to stop the periodic load balancing,
  2891. * if the whole system is idle.
  2892. */
  2893. static inline void trigger_load_balance(struct rq *rq, int cpu)
  2894. {
  2895. #ifdef CONFIG_NO_HZ
  2896. /*
  2897. * If we were in the nohz mode recently and busy at the current
  2898. * scheduler tick, then check if we need to nominate new idle
  2899. * load balancer.
  2900. */
  2901. if (rq->in_nohz_recently && !rq->idle_at_tick) {
  2902. rq->in_nohz_recently = 0;
  2903. if (atomic_read(&nohz.load_balancer) == cpu) {
  2904. cpumask_clear_cpu(cpu, nohz.cpu_mask);
  2905. atomic_set(&nohz.load_balancer, -1);
  2906. }
  2907. if (atomic_read(&nohz.load_balancer) == -1) {
  2908. int ilb = find_new_ilb(cpu);
  2909. if (ilb < nr_cpu_ids)
  2910. resched_cpu(ilb);
  2911. }
  2912. }
  2913. /*
  2914. * If this cpu is idle and doing idle load balancing for all the
  2915. * cpus with ticks stopped, is it time for that to stop?
  2916. */
  2917. if (rq->idle_at_tick && atomic_read(&nohz.load_balancer) == cpu &&
  2918. cpumask_weight(nohz.cpu_mask) == num_online_cpus()) {
  2919. resched_cpu(cpu);
  2920. return;
  2921. }
  2922. /*
  2923. * If this cpu is idle and the idle load balancing is done by
  2924. * someone else, then no need raise the SCHED_SOFTIRQ
  2925. */
  2926. if (rq->idle_at_tick && atomic_read(&nohz.load_balancer) != cpu &&
  2927. cpumask_test_cpu(cpu, nohz.cpu_mask))
  2928. return;
  2929. #endif
  2930. /* Don't need to rebalance while attached to NULL domain */
  2931. if (time_after_eq(jiffies, rq->next_balance) &&
  2932. likely(!on_null_domain(cpu)))
  2933. raise_softirq(SCHED_SOFTIRQ);
  2934. }
  2935. static void rq_online_fair(struct rq *rq)
  2936. {
  2937. update_sysctl();
  2938. }
  2939. static void rq_offline_fair(struct rq *rq)
  2940. {
  2941. update_sysctl();
  2942. }
  2943. #else /* CONFIG_SMP */
  2944. /*
  2945. * on UP we do not need to balance between CPUs:
  2946. */
  2947. static inline void idle_balance(int cpu, struct rq *rq)
  2948. {
  2949. }
  2950. #endif /* CONFIG_SMP */
  2951. /*
  2952. * scheduler tick hitting a task of our scheduling class:
  2953. */
  2954. static void task_tick_fair(struct rq *rq, struct task_struct *curr, int queued)
  2955. {
  2956. struct cfs_rq *cfs_rq;
  2957. struct sched_entity *se = &curr->se;
  2958. for_each_sched_entity(se) {
  2959. cfs_rq = cfs_rq_of(se);
  2960. entity_tick(cfs_rq, se, queued);
  2961. }
  2962. }
  2963. /*
  2964. * called on fork with the child task as argument from the parent's context
  2965. * - child not yet on the tasklist
  2966. * - preemption disabled
  2967. */
  2968. static void task_fork_fair(struct task_struct *p)
  2969. {
  2970. struct cfs_rq *cfs_rq = task_cfs_rq(current);
  2971. struct sched_entity *se = &p->se, *curr = cfs_rq->curr;
  2972. int this_cpu = smp_processor_id();
  2973. struct rq *rq = this_rq();
  2974. unsigned long flags;
  2975. raw_spin_lock_irqsave(&rq->lock, flags);
  2976. if (unlikely(task_cpu(p) != this_cpu))
  2977. __set_task_cpu(p, this_cpu);
  2978. update_curr(cfs_rq);
  2979. if (curr)
  2980. se->vruntime = curr->vruntime;
  2981. place_entity(cfs_rq, se, 1);
  2982. if (sysctl_sched_child_runs_first && curr && entity_before(curr, se)) {
  2983. /*
  2984. * Upon rescheduling, sched_class::put_prev_task() will place
  2985. * 'current' within the tree based on its new key value.
  2986. */
  2987. swap(curr->vruntime, se->vruntime);
  2988. resched_task(rq->curr);
  2989. }
  2990. se->vruntime -= cfs_rq->min_vruntime;
  2991. raw_spin_unlock_irqrestore(&rq->lock, flags);
  2992. }
  2993. /*
  2994. * Priority of the task has changed. Check to see if we preempt
  2995. * the current task.
  2996. */
  2997. static void prio_changed_fair(struct rq *rq, struct task_struct *p,
  2998. int oldprio, int running)
  2999. {
  3000. /*
  3001. * Reschedule if we are currently running on this runqueue and
  3002. * our priority decreased, or if we are not currently running on
  3003. * this runqueue and our priority is higher than the current's
  3004. */
  3005. if (running) {
  3006. if (p->prio > oldprio)
  3007. resched_task(rq->curr);
  3008. } else
  3009. check_preempt_curr(rq, p, 0);
  3010. }
  3011. /*
  3012. * We switched to the sched_fair class.
  3013. */
  3014. static void switched_to_fair(struct rq *rq, struct task_struct *p,
  3015. int running)
  3016. {
  3017. /*
  3018. * We were most likely switched from sched_rt, so
  3019. * kick off the schedule if running, otherwise just see
  3020. * if we can still preempt the current task.
  3021. */
  3022. if (running)
  3023. resched_task(rq->curr);
  3024. else
  3025. check_preempt_curr(rq, p, 0);
  3026. }
  3027. /* Account for a task changing its policy or group.
  3028. *
  3029. * This routine is mostly called to set cfs_rq->curr field when a task
  3030. * migrates between groups/classes.
  3031. */
  3032. static void set_curr_task_fair(struct rq *rq)
  3033. {
  3034. struct sched_entity *se = &rq->curr->se;
  3035. for_each_sched_entity(se)
  3036. set_next_entity(cfs_rq_of(se), se);
  3037. }
  3038. #ifdef CONFIG_FAIR_GROUP_SCHED
  3039. static void moved_group_fair(struct task_struct *p, int on_rq)
  3040. {
  3041. struct cfs_rq *cfs_rq = task_cfs_rq(p);
  3042. update_curr(cfs_rq);
  3043. if (!on_rq)
  3044. place_entity(cfs_rq, &p->se, 1);
  3045. }
  3046. #endif
  3047. static unsigned int get_rr_interval_fair(struct rq *rq, struct task_struct *task)
  3048. {
  3049. struct sched_entity *se = &task->se;
  3050. unsigned int rr_interval = 0;
  3051. /*
  3052. * Time slice is 0 for SCHED_OTHER tasks that are on an otherwise
  3053. * idle runqueue:
  3054. */
  3055. if (rq->cfs.load.weight)
  3056. rr_interval = NS_TO_JIFFIES(sched_slice(&rq->cfs, se));
  3057. return rr_interval;
  3058. }
  3059. /*
  3060. * All the scheduling class methods:
  3061. */
  3062. static const struct sched_class fair_sched_class = {
  3063. .next = &idle_sched_class,
  3064. .enqueue_task = enqueue_task_fair,
  3065. .dequeue_task = dequeue_task_fair,
  3066. .yield_task = yield_task_fair,
  3067. .check_preempt_curr = check_preempt_wakeup,
  3068. .pick_next_task = pick_next_task_fair,
  3069. .put_prev_task = put_prev_task_fair,
  3070. #ifdef CONFIG_SMP
  3071. .select_task_rq = select_task_rq_fair,
  3072. .rq_online = rq_online_fair,
  3073. .rq_offline = rq_offline_fair,
  3074. .task_waking = task_waking_fair,
  3075. #endif
  3076. .set_curr_task = set_curr_task_fair,
  3077. .task_tick = task_tick_fair,
  3078. .task_fork = task_fork_fair,
  3079. .prio_changed = prio_changed_fair,
  3080. .switched_to = switched_to_fair,
  3081. .get_rr_interval = get_rr_interval_fair,
  3082. #ifdef CONFIG_FAIR_GROUP_SCHED
  3083. .moved_group = moved_group_fair,
  3084. #endif
  3085. };
  3086. #ifdef CONFIG_SCHED_DEBUG
  3087. static void print_cfs_stats(struct seq_file *m, int cpu)
  3088. {
  3089. struct cfs_rq *cfs_rq;
  3090. rcu_read_lock();
  3091. for_each_leaf_cfs_rq(cpu_rq(cpu), cfs_rq)
  3092. print_cfs_rq(m, cpu, cfs_rq);
  3093. rcu_read_unlock();
  3094. }
  3095. #endif