memcontrol.c 126 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919
  1. /* memcontrol.c - Memory Controller
  2. *
  3. * Copyright IBM Corporation, 2007
  4. * Author Balbir Singh <balbir@linux.vnet.ibm.com>
  5. *
  6. * Copyright 2007 OpenVZ SWsoft Inc
  7. * Author: Pavel Emelianov <xemul@openvz.org>
  8. *
  9. * Memory thresholds
  10. * Copyright (C) 2009 Nokia Corporation
  11. * Author: Kirill A. Shutemov
  12. *
  13. * This program is free software; you can redistribute it and/or modify
  14. * it under the terms of the GNU General Public License as published by
  15. * the Free Software Foundation; either version 2 of the License, or
  16. * (at your option) any later version.
  17. *
  18. * This program is distributed in the hope that it will be useful,
  19. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  20. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  21. * GNU General Public License for more details.
  22. */
  23. #include <linux/res_counter.h>
  24. #include <linux/memcontrol.h>
  25. #include <linux/cgroup.h>
  26. #include <linux/mm.h>
  27. #include <linux/hugetlb.h>
  28. #include <linux/pagemap.h>
  29. #include <linux/smp.h>
  30. #include <linux/page-flags.h>
  31. #include <linux/backing-dev.h>
  32. #include <linux/bit_spinlock.h>
  33. #include <linux/rcupdate.h>
  34. #include <linux/limits.h>
  35. #include <linux/mutex.h>
  36. #include <linux/rbtree.h>
  37. #include <linux/slab.h>
  38. #include <linux/swap.h>
  39. #include <linux/swapops.h>
  40. #include <linux/spinlock.h>
  41. #include <linux/eventfd.h>
  42. #include <linux/sort.h>
  43. #include <linux/fs.h>
  44. #include <linux/seq_file.h>
  45. #include <linux/vmalloc.h>
  46. #include <linux/mm_inline.h>
  47. #include <linux/page_cgroup.h>
  48. #include <linux/cpu.h>
  49. #include <linux/oom.h>
  50. #include "internal.h"
  51. #include <asm/uaccess.h>
  52. #include <trace/events/vmscan.h>
  53. struct cgroup_subsys mem_cgroup_subsys __read_mostly;
  54. #define MEM_CGROUP_RECLAIM_RETRIES 5
  55. struct mem_cgroup *root_mem_cgroup __read_mostly;
  56. #ifdef CONFIG_CGROUP_MEM_RES_CTLR_SWAP
  57. /* Turned on only when memory cgroup is enabled && really_do_swap_account = 1 */
  58. int do_swap_account __read_mostly;
  59. static int really_do_swap_account __initdata = 1; /* for remember boot option*/
  60. #else
  61. #define do_swap_account (0)
  62. #endif
  63. /*
  64. * Per memcg event counter is incremented at every pagein/pageout. This counter
  65. * is used for trigger some periodic events. This is straightforward and better
  66. * than using jiffies etc. to handle periodic memcg event.
  67. *
  68. * These values will be used as !((event) & ((1 <<(thresh)) - 1))
  69. */
  70. #define THRESHOLDS_EVENTS_THRESH (7) /* once in 128 */
  71. #define SOFTLIMIT_EVENTS_THRESH (10) /* once in 1024 */
  72. /*
  73. * Statistics for memory cgroup.
  74. */
  75. enum mem_cgroup_stat_index {
  76. /*
  77. * For MEM_CONTAINER_TYPE_ALL, usage = pagecache + rss.
  78. */
  79. MEM_CGROUP_STAT_CACHE, /* # of pages charged as cache */
  80. MEM_CGROUP_STAT_RSS, /* # of pages charged as anon rss */
  81. MEM_CGROUP_STAT_FILE_MAPPED, /* # of pages charged as file rss */
  82. MEM_CGROUP_STAT_PGPGIN_COUNT, /* # of pages paged in */
  83. MEM_CGROUP_STAT_PGPGOUT_COUNT, /* # of pages paged out */
  84. MEM_CGROUP_STAT_SWAPOUT, /* # of pages, swapped out */
  85. MEM_CGROUP_STAT_DATA, /* end of data requires synchronization */
  86. /* incremented at every pagein/pageout */
  87. MEM_CGROUP_EVENTS = MEM_CGROUP_STAT_DATA,
  88. MEM_CGROUP_ON_MOVE, /* someone is moving account between groups */
  89. MEM_CGROUP_STAT_NSTATS,
  90. };
  91. struct mem_cgroup_stat_cpu {
  92. s64 count[MEM_CGROUP_STAT_NSTATS];
  93. };
  94. /*
  95. * per-zone information in memory controller.
  96. */
  97. struct mem_cgroup_per_zone {
  98. /*
  99. * spin_lock to protect the per cgroup LRU
  100. */
  101. struct list_head lists[NR_LRU_LISTS];
  102. unsigned long count[NR_LRU_LISTS];
  103. struct zone_reclaim_stat reclaim_stat;
  104. struct rb_node tree_node; /* RB tree node */
  105. unsigned long long usage_in_excess;/* Set to the value by which */
  106. /* the soft limit is exceeded*/
  107. bool on_tree;
  108. struct mem_cgroup *mem; /* Back pointer, we cannot */
  109. /* use container_of */
  110. };
  111. /* Macro for accessing counter */
  112. #define MEM_CGROUP_ZSTAT(mz, idx) ((mz)->count[(idx)])
  113. struct mem_cgroup_per_node {
  114. struct mem_cgroup_per_zone zoneinfo[MAX_NR_ZONES];
  115. };
  116. struct mem_cgroup_lru_info {
  117. struct mem_cgroup_per_node *nodeinfo[MAX_NUMNODES];
  118. };
  119. /*
  120. * Cgroups above their limits are maintained in a RB-Tree, independent of
  121. * their hierarchy representation
  122. */
  123. struct mem_cgroup_tree_per_zone {
  124. struct rb_root rb_root;
  125. spinlock_t lock;
  126. };
  127. struct mem_cgroup_tree_per_node {
  128. struct mem_cgroup_tree_per_zone rb_tree_per_zone[MAX_NR_ZONES];
  129. };
  130. struct mem_cgroup_tree {
  131. struct mem_cgroup_tree_per_node *rb_tree_per_node[MAX_NUMNODES];
  132. };
  133. static struct mem_cgroup_tree soft_limit_tree __read_mostly;
  134. struct mem_cgroup_threshold {
  135. struct eventfd_ctx *eventfd;
  136. u64 threshold;
  137. };
  138. /* For threshold */
  139. struct mem_cgroup_threshold_ary {
  140. /* An array index points to threshold just below usage. */
  141. int current_threshold;
  142. /* Size of entries[] */
  143. unsigned int size;
  144. /* Array of thresholds */
  145. struct mem_cgroup_threshold entries[0];
  146. };
  147. struct mem_cgroup_thresholds {
  148. /* Primary thresholds array */
  149. struct mem_cgroup_threshold_ary *primary;
  150. /*
  151. * Spare threshold array.
  152. * This is needed to make mem_cgroup_unregister_event() "never fail".
  153. * It must be able to store at least primary->size - 1 entries.
  154. */
  155. struct mem_cgroup_threshold_ary *spare;
  156. };
  157. /* for OOM */
  158. struct mem_cgroup_eventfd_list {
  159. struct list_head list;
  160. struct eventfd_ctx *eventfd;
  161. };
  162. static void mem_cgroup_threshold(struct mem_cgroup *mem);
  163. static void mem_cgroup_oom_notify(struct mem_cgroup *mem);
  164. /*
  165. * The memory controller data structure. The memory controller controls both
  166. * page cache and RSS per cgroup. We would eventually like to provide
  167. * statistics based on the statistics developed by Rik Van Riel for clock-pro,
  168. * to help the administrator determine what knobs to tune.
  169. *
  170. * TODO: Add a water mark for the memory controller. Reclaim will begin when
  171. * we hit the water mark. May be even add a low water mark, such that
  172. * no reclaim occurs from a cgroup at it's low water mark, this is
  173. * a feature that will be implemented much later in the future.
  174. */
  175. struct mem_cgroup {
  176. struct cgroup_subsys_state css;
  177. /*
  178. * the counter to account for memory usage
  179. */
  180. struct res_counter res;
  181. /*
  182. * the counter to account for mem+swap usage.
  183. */
  184. struct res_counter memsw;
  185. /*
  186. * Per cgroup active and inactive list, similar to the
  187. * per zone LRU lists.
  188. */
  189. struct mem_cgroup_lru_info info;
  190. /*
  191. protect against reclaim related member.
  192. */
  193. spinlock_t reclaim_param_lock;
  194. /*
  195. * While reclaiming in a hierarchy, we cache the last child we
  196. * reclaimed from.
  197. */
  198. int last_scanned_child;
  199. /*
  200. * Should the accounting and control be hierarchical, per subtree?
  201. */
  202. bool use_hierarchy;
  203. atomic_t oom_lock;
  204. atomic_t refcnt;
  205. unsigned int swappiness;
  206. /* OOM-Killer disable */
  207. int oom_kill_disable;
  208. /* set when res.limit == memsw.limit */
  209. bool memsw_is_minimum;
  210. /* protect arrays of thresholds */
  211. struct mutex thresholds_lock;
  212. /* thresholds for memory usage. RCU-protected */
  213. struct mem_cgroup_thresholds thresholds;
  214. /* thresholds for mem+swap usage. RCU-protected */
  215. struct mem_cgroup_thresholds memsw_thresholds;
  216. /* For oom notifier event fd */
  217. struct list_head oom_notify;
  218. /*
  219. * Should we move charges of a task when a task is moved into this
  220. * mem_cgroup ? And what type of charges should we move ?
  221. */
  222. unsigned long move_charge_at_immigrate;
  223. /*
  224. * percpu counter.
  225. */
  226. struct mem_cgroup_stat_cpu *stat;
  227. /*
  228. * used when a cpu is offlined or other synchronizations
  229. * See mem_cgroup_read_stat().
  230. */
  231. struct mem_cgroup_stat_cpu nocpu_base;
  232. spinlock_t pcp_counter_lock;
  233. };
  234. /* Stuffs for move charges at task migration. */
  235. /*
  236. * Types of charges to be moved. "move_charge_at_immitgrate" is treated as a
  237. * left-shifted bitmap of these types.
  238. */
  239. enum move_type {
  240. MOVE_CHARGE_TYPE_ANON, /* private anonymous page and swap of it */
  241. MOVE_CHARGE_TYPE_FILE, /* file page(including tmpfs) and swap of it */
  242. NR_MOVE_TYPE,
  243. };
  244. /* "mc" and its members are protected by cgroup_mutex */
  245. static struct move_charge_struct {
  246. spinlock_t lock; /* for from, to, moving_task */
  247. struct mem_cgroup *from;
  248. struct mem_cgroup *to;
  249. unsigned long precharge;
  250. unsigned long moved_charge;
  251. unsigned long moved_swap;
  252. struct task_struct *moving_task; /* a task moving charges */
  253. wait_queue_head_t waitq; /* a waitq for other context */
  254. } mc = {
  255. .lock = __SPIN_LOCK_UNLOCKED(mc.lock),
  256. .waitq = __WAIT_QUEUE_HEAD_INITIALIZER(mc.waitq),
  257. };
  258. static bool move_anon(void)
  259. {
  260. return test_bit(MOVE_CHARGE_TYPE_ANON,
  261. &mc.to->move_charge_at_immigrate);
  262. }
  263. static bool move_file(void)
  264. {
  265. return test_bit(MOVE_CHARGE_TYPE_FILE,
  266. &mc.to->move_charge_at_immigrate);
  267. }
  268. /*
  269. * Maximum loops in mem_cgroup_hierarchical_reclaim(), used for soft
  270. * limit reclaim to prevent infinite loops, if they ever occur.
  271. */
  272. #define MEM_CGROUP_MAX_RECLAIM_LOOPS (100)
  273. #define MEM_CGROUP_MAX_SOFT_LIMIT_RECLAIM_LOOPS (2)
  274. enum charge_type {
  275. MEM_CGROUP_CHARGE_TYPE_CACHE = 0,
  276. MEM_CGROUP_CHARGE_TYPE_MAPPED,
  277. MEM_CGROUP_CHARGE_TYPE_SHMEM, /* used by page migration of shmem */
  278. MEM_CGROUP_CHARGE_TYPE_FORCE, /* used by force_empty */
  279. MEM_CGROUP_CHARGE_TYPE_SWAPOUT, /* for accounting swapcache */
  280. MEM_CGROUP_CHARGE_TYPE_DROP, /* a page was unused swap cache */
  281. NR_CHARGE_TYPE,
  282. };
  283. /* only for here (for easy reading.) */
  284. #define PCGF_CACHE (1UL << PCG_CACHE)
  285. #define PCGF_USED (1UL << PCG_USED)
  286. #define PCGF_LOCK (1UL << PCG_LOCK)
  287. /* Not used, but added here for completeness */
  288. #define PCGF_ACCT (1UL << PCG_ACCT)
  289. /* for encoding cft->private value on file */
  290. #define _MEM (0)
  291. #define _MEMSWAP (1)
  292. #define _OOM_TYPE (2)
  293. #define MEMFILE_PRIVATE(x, val) (((x) << 16) | (val))
  294. #define MEMFILE_TYPE(val) (((val) >> 16) & 0xffff)
  295. #define MEMFILE_ATTR(val) ((val) & 0xffff)
  296. /* Used for OOM nofiier */
  297. #define OOM_CONTROL (0)
  298. /*
  299. * Reclaim flags for mem_cgroup_hierarchical_reclaim
  300. */
  301. #define MEM_CGROUP_RECLAIM_NOSWAP_BIT 0x0
  302. #define MEM_CGROUP_RECLAIM_NOSWAP (1 << MEM_CGROUP_RECLAIM_NOSWAP_BIT)
  303. #define MEM_CGROUP_RECLAIM_SHRINK_BIT 0x1
  304. #define MEM_CGROUP_RECLAIM_SHRINK (1 << MEM_CGROUP_RECLAIM_SHRINK_BIT)
  305. #define MEM_CGROUP_RECLAIM_SOFT_BIT 0x2
  306. #define MEM_CGROUP_RECLAIM_SOFT (1 << MEM_CGROUP_RECLAIM_SOFT_BIT)
  307. static void mem_cgroup_get(struct mem_cgroup *mem);
  308. static void mem_cgroup_put(struct mem_cgroup *mem);
  309. static struct mem_cgroup *parent_mem_cgroup(struct mem_cgroup *mem);
  310. static void drain_all_stock_async(void);
  311. static struct mem_cgroup_per_zone *
  312. mem_cgroup_zoneinfo(struct mem_cgroup *mem, int nid, int zid)
  313. {
  314. return &mem->info.nodeinfo[nid]->zoneinfo[zid];
  315. }
  316. struct cgroup_subsys_state *mem_cgroup_css(struct mem_cgroup *mem)
  317. {
  318. return &mem->css;
  319. }
  320. static struct mem_cgroup_per_zone *
  321. page_cgroup_zoneinfo(struct page_cgroup *pc)
  322. {
  323. struct mem_cgroup *mem = pc->mem_cgroup;
  324. int nid = page_cgroup_nid(pc);
  325. int zid = page_cgroup_zid(pc);
  326. if (!mem)
  327. return NULL;
  328. return mem_cgroup_zoneinfo(mem, nid, zid);
  329. }
  330. static struct mem_cgroup_tree_per_zone *
  331. soft_limit_tree_node_zone(int nid, int zid)
  332. {
  333. return &soft_limit_tree.rb_tree_per_node[nid]->rb_tree_per_zone[zid];
  334. }
  335. static struct mem_cgroup_tree_per_zone *
  336. soft_limit_tree_from_page(struct page *page)
  337. {
  338. int nid = page_to_nid(page);
  339. int zid = page_zonenum(page);
  340. return &soft_limit_tree.rb_tree_per_node[nid]->rb_tree_per_zone[zid];
  341. }
  342. static void
  343. __mem_cgroup_insert_exceeded(struct mem_cgroup *mem,
  344. struct mem_cgroup_per_zone *mz,
  345. struct mem_cgroup_tree_per_zone *mctz,
  346. unsigned long long new_usage_in_excess)
  347. {
  348. struct rb_node **p = &mctz->rb_root.rb_node;
  349. struct rb_node *parent = NULL;
  350. struct mem_cgroup_per_zone *mz_node;
  351. if (mz->on_tree)
  352. return;
  353. mz->usage_in_excess = new_usage_in_excess;
  354. if (!mz->usage_in_excess)
  355. return;
  356. while (*p) {
  357. parent = *p;
  358. mz_node = rb_entry(parent, struct mem_cgroup_per_zone,
  359. tree_node);
  360. if (mz->usage_in_excess < mz_node->usage_in_excess)
  361. p = &(*p)->rb_left;
  362. /*
  363. * We can't avoid mem cgroups that are over their soft
  364. * limit by the same amount
  365. */
  366. else if (mz->usage_in_excess >= mz_node->usage_in_excess)
  367. p = &(*p)->rb_right;
  368. }
  369. rb_link_node(&mz->tree_node, parent, p);
  370. rb_insert_color(&mz->tree_node, &mctz->rb_root);
  371. mz->on_tree = true;
  372. }
  373. static void
  374. __mem_cgroup_remove_exceeded(struct mem_cgroup *mem,
  375. struct mem_cgroup_per_zone *mz,
  376. struct mem_cgroup_tree_per_zone *mctz)
  377. {
  378. if (!mz->on_tree)
  379. return;
  380. rb_erase(&mz->tree_node, &mctz->rb_root);
  381. mz->on_tree = false;
  382. }
  383. static void
  384. mem_cgroup_remove_exceeded(struct mem_cgroup *mem,
  385. struct mem_cgroup_per_zone *mz,
  386. struct mem_cgroup_tree_per_zone *mctz)
  387. {
  388. spin_lock(&mctz->lock);
  389. __mem_cgroup_remove_exceeded(mem, mz, mctz);
  390. spin_unlock(&mctz->lock);
  391. }
  392. static void mem_cgroup_update_tree(struct mem_cgroup *mem, struct page *page)
  393. {
  394. unsigned long long excess;
  395. struct mem_cgroup_per_zone *mz;
  396. struct mem_cgroup_tree_per_zone *mctz;
  397. int nid = page_to_nid(page);
  398. int zid = page_zonenum(page);
  399. mctz = soft_limit_tree_from_page(page);
  400. /*
  401. * Necessary to update all ancestors when hierarchy is used.
  402. * because their event counter is not touched.
  403. */
  404. for (; mem; mem = parent_mem_cgroup(mem)) {
  405. mz = mem_cgroup_zoneinfo(mem, nid, zid);
  406. excess = res_counter_soft_limit_excess(&mem->res);
  407. /*
  408. * We have to update the tree if mz is on RB-tree or
  409. * mem is over its softlimit.
  410. */
  411. if (excess || mz->on_tree) {
  412. spin_lock(&mctz->lock);
  413. /* if on-tree, remove it */
  414. if (mz->on_tree)
  415. __mem_cgroup_remove_exceeded(mem, mz, mctz);
  416. /*
  417. * Insert again. mz->usage_in_excess will be updated.
  418. * If excess is 0, no tree ops.
  419. */
  420. __mem_cgroup_insert_exceeded(mem, mz, mctz, excess);
  421. spin_unlock(&mctz->lock);
  422. }
  423. }
  424. }
  425. static void mem_cgroup_remove_from_trees(struct mem_cgroup *mem)
  426. {
  427. int node, zone;
  428. struct mem_cgroup_per_zone *mz;
  429. struct mem_cgroup_tree_per_zone *mctz;
  430. for_each_node_state(node, N_POSSIBLE) {
  431. for (zone = 0; zone < MAX_NR_ZONES; zone++) {
  432. mz = mem_cgroup_zoneinfo(mem, node, zone);
  433. mctz = soft_limit_tree_node_zone(node, zone);
  434. mem_cgroup_remove_exceeded(mem, mz, mctz);
  435. }
  436. }
  437. }
  438. static inline unsigned long mem_cgroup_get_excess(struct mem_cgroup *mem)
  439. {
  440. return res_counter_soft_limit_excess(&mem->res) >> PAGE_SHIFT;
  441. }
  442. static struct mem_cgroup_per_zone *
  443. __mem_cgroup_largest_soft_limit_node(struct mem_cgroup_tree_per_zone *mctz)
  444. {
  445. struct rb_node *rightmost = NULL;
  446. struct mem_cgroup_per_zone *mz;
  447. retry:
  448. mz = NULL;
  449. rightmost = rb_last(&mctz->rb_root);
  450. if (!rightmost)
  451. goto done; /* Nothing to reclaim from */
  452. mz = rb_entry(rightmost, struct mem_cgroup_per_zone, tree_node);
  453. /*
  454. * Remove the node now but someone else can add it back,
  455. * we will to add it back at the end of reclaim to its correct
  456. * position in the tree.
  457. */
  458. __mem_cgroup_remove_exceeded(mz->mem, mz, mctz);
  459. if (!res_counter_soft_limit_excess(&mz->mem->res) ||
  460. !css_tryget(&mz->mem->css))
  461. goto retry;
  462. done:
  463. return mz;
  464. }
  465. static struct mem_cgroup_per_zone *
  466. mem_cgroup_largest_soft_limit_node(struct mem_cgroup_tree_per_zone *mctz)
  467. {
  468. struct mem_cgroup_per_zone *mz;
  469. spin_lock(&mctz->lock);
  470. mz = __mem_cgroup_largest_soft_limit_node(mctz);
  471. spin_unlock(&mctz->lock);
  472. return mz;
  473. }
  474. /*
  475. * Implementation Note: reading percpu statistics for memcg.
  476. *
  477. * Both of vmstat[] and percpu_counter has threshold and do periodic
  478. * synchronization to implement "quick" read. There are trade-off between
  479. * reading cost and precision of value. Then, we may have a chance to implement
  480. * a periodic synchronizion of counter in memcg's counter.
  481. *
  482. * But this _read() function is used for user interface now. The user accounts
  483. * memory usage by memory cgroup and he _always_ requires exact value because
  484. * he accounts memory. Even if we provide quick-and-fuzzy read, we always
  485. * have to visit all online cpus and make sum. So, for now, unnecessary
  486. * synchronization is not implemented. (just implemented for cpu hotplug)
  487. *
  488. * If there are kernel internal actions which can make use of some not-exact
  489. * value, and reading all cpu value can be performance bottleneck in some
  490. * common workload, threashold and synchonization as vmstat[] should be
  491. * implemented.
  492. */
  493. static s64 mem_cgroup_read_stat(struct mem_cgroup *mem,
  494. enum mem_cgroup_stat_index idx)
  495. {
  496. int cpu;
  497. s64 val = 0;
  498. get_online_cpus();
  499. for_each_online_cpu(cpu)
  500. val += per_cpu(mem->stat->count[idx], cpu);
  501. #ifdef CONFIG_HOTPLUG_CPU
  502. spin_lock(&mem->pcp_counter_lock);
  503. val += mem->nocpu_base.count[idx];
  504. spin_unlock(&mem->pcp_counter_lock);
  505. #endif
  506. put_online_cpus();
  507. return val;
  508. }
  509. static s64 mem_cgroup_local_usage(struct mem_cgroup *mem)
  510. {
  511. s64 ret;
  512. ret = mem_cgroup_read_stat(mem, MEM_CGROUP_STAT_RSS);
  513. ret += mem_cgroup_read_stat(mem, MEM_CGROUP_STAT_CACHE);
  514. return ret;
  515. }
  516. static void mem_cgroup_swap_statistics(struct mem_cgroup *mem,
  517. bool charge)
  518. {
  519. int val = (charge) ? 1 : -1;
  520. this_cpu_add(mem->stat->count[MEM_CGROUP_STAT_SWAPOUT], val);
  521. }
  522. static void mem_cgroup_charge_statistics(struct mem_cgroup *mem,
  523. struct page_cgroup *pc,
  524. bool charge)
  525. {
  526. int val = (charge) ? 1 : -1;
  527. preempt_disable();
  528. if (PageCgroupCache(pc))
  529. __this_cpu_add(mem->stat->count[MEM_CGROUP_STAT_CACHE], val);
  530. else
  531. __this_cpu_add(mem->stat->count[MEM_CGROUP_STAT_RSS], val);
  532. if (charge)
  533. __this_cpu_inc(mem->stat->count[MEM_CGROUP_STAT_PGPGIN_COUNT]);
  534. else
  535. __this_cpu_inc(mem->stat->count[MEM_CGROUP_STAT_PGPGOUT_COUNT]);
  536. __this_cpu_inc(mem->stat->count[MEM_CGROUP_EVENTS]);
  537. preempt_enable();
  538. }
  539. static unsigned long mem_cgroup_get_local_zonestat(struct mem_cgroup *mem,
  540. enum lru_list idx)
  541. {
  542. int nid, zid;
  543. struct mem_cgroup_per_zone *mz;
  544. u64 total = 0;
  545. for_each_online_node(nid)
  546. for (zid = 0; zid < MAX_NR_ZONES; zid++) {
  547. mz = mem_cgroup_zoneinfo(mem, nid, zid);
  548. total += MEM_CGROUP_ZSTAT(mz, idx);
  549. }
  550. return total;
  551. }
  552. static bool __memcg_event_check(struct mem_cgroup *mem, int event_mask_shift)
  553. {
  554. s64 val;
  555. val = this_cpu_read(mem->stat->count[MEM_CGROUP_EVENTS]);
  556. return !(val & ((1 << event_mask_shift) - 1));
  557. }
  558. /*
  559. * Check events in order.
  560. *
  561. */
  562. static void memcg_check_events(struct mem_cgroup *mem, struct page *page)
  563. {
  564. /* threshold event is triggered in finer grain than soft limit */
  565. if (unlikely(__memcg_event_check(mem, THRESHOLDS_EVENTS_THRESH))) {
  566. mem_cgroup_threshold(mem);
  567. if (unlikely(__memcg_event_check(mem, SOFTLIMIT_EVENTS_THRESH)))
  568. mem_cgroup_update_tree(mem, page);
  569. }
  570. }
  571. static struct mem_cgroup *mem_cgroup_from_cont(struct cgroup *cont)
  572. {
  573. return container_of(cgroup_subsys_state(cont,
  574. mem_cgroup_subsys_id), struct mem_cgroup,
  575. css);
  576. }
  577. struct mem_cgroup *mem_cgroup_from_task(struct task_struct *p)
  578. {
  579. /*
  580. * mm_update_next_owner() may clear mm->owner to NULL
  581. * if it races with swapoff, page migration, etc.
  582. * So this can be called with p == NULL.
  583. */
  584. if (unlikely(!p))
  585. return NULL;
  586. return container_of(task_subsys_state(p, mem_cgroup_subsys_id),
  587. struct mem_cgroup, css);
  588. }
  589. static struct mem_cgroup *try_get_mem_cgroup_from_mm(struct mm_struct *mm)
  590. {
  591. struct mem_cgroup *mem = NULL;
  592. if (!mm)
  593. return NULL;
  594. /*
  595. * Because we have no locks, mm->owner's may be being moved to other
  596. * cgroup. We use css_tryget() here even if this looks
  597. * pessimistic (rather than adding locks here).
  598. */
  599. rcu_read_lock();
  600. do {
  601. mem = mem_cgroup_from_task(rcu_dereference(mm->owner));
  602. if (unlikely(!mem))
  603. break;
  604. } while (!css_tryget(&mem->css));
  605. rcu_read_unlock();
  606. return mem;
  607. }
  608. /* The caller has to guarantee "mem" exists before calling this */
  609. static struct mem_cgroup *mem_cgroup_start_loop(struct mem_cgroup *mem)
  610. {
  611. struct cgroup_subsys_state *css;
  612. int found;
  613. if (!mem) /* ROOT cgroup has the smallest ID */
  614. return root_mem_cgroup; /*css_put/get against root is ignored*/
  615. if (!mem->use_hierarchy) {
  616. if (css_tryget(&mem->css))
  617. return mem;
  618. return NULL;
  619. }
  620. rcu_read_lock();
  621. /*
  622. * searching a memory cgroup which has the smallest ID under given
  623. * ROOT cgroup. (ID >= 1)
  624. */
  625. css = css_get_next(&mem_cgroup_subsys, 1, &mem->css, &found);
  626. if (css && css_tryget(css))
  627. mem = container_of(css, struct mem_cgroup, css);
  628. else
  629. mem = NULL;
  630. rcu_read_unlock();
  631. return mem;
  632. }
  633. static struct mem_cgroup *mem_cgroup_get_next(struct mem_cgroup *iter,
  634. struct mem_cgroup *root,
  635. bool cond)
  636. {
  637. int nextid = css_id(&iter->css) + 1;
  638. int found;
  639. int hierarchy_used;
  640. struct cgroup_subsys_state *css;
  641. hierarchy_used = iter->use_hierarchy;
  642. css_put(&iter->css);
  643. /* If no ROOT, walk all, ignore hierarchy */
  644. if (!cond || (root && !hierarchy_used))
  645. return NULL;
  646. if (!root)
  647. root = root_mem_cgroup;
  648. do {
  649. iter = NULL;
  650. rcu_read_lock();
  651. css = css_get_next(&mem_cgroup_subsys, nextid,
  652. &root->css, &found);
  653. if (css && css_tryget(css))
  654. iter = container_of(css, struct mem_cgroup, css);
  655. rcu_read_unlock();
  656. /* If css is NULL, no more cgroups will be found */
  657. nextid = found + 1;
  658. } while (css && !iter);
  659. return iter;
  660. }
  661. /*
  662. * for_eacn_mem_cgroup_tree() for visiting all cgroup under tree. Please
  663. * be careful that "break" loop is not allowed. We have reference count.
  664. * Instead of that modify "cond" to be false and "continue" to exit the loop.
  665. */
  666. #define for_each_mem_cgroup_tree_cond(iter, root, cond) \
  667. for (iter = mem_cgroup_start_loop(root);\
  668. iter != NULL;\
  669. iter = mem_cgroup_get_next(iter, root, cond))
  670. #define for_each_mem_cgroup_tree(iter, root) \
  671. for_each_mem_cgroup_tree_cond(iter, root, true)
  672. #define for_each_mem_cgroup_all(iter) \
  673. for_each_mem_cgroup_tree_cond(iter, NULL, true)
  674. static inline bool mem_cgroup_is_root(struct mem_cgroup *mem)
  675. {
  676. return (mem == root_mem_cgroup);
  677. }
  678. /*
  679. * Following LRU functions are allowed to be used without PCG_LOCK.
  680. * Operations are called by routine of global LRU independently from memcg.
  681. * What we have to take care of here is validness of pc->mem_cgroup.
  682. *
  683. * Changes to pc->mem_cgroup happens when
  684. * 1. charge
  685. * 2. moving account
  686. * In typical case, "charge" is done before add-to-lru. Exception is SwapCache.
  687. * It is added to LRU before charge.
  688. * If PCG_USED bit is not set, page_cgroup is not added to this private LRU.
  689. * When moving account, the page is not on LRU. It's isolated.
  690. */
  691. void mem_cgroup_del_lru_list(struct page *page, enum lru_list lru)
  692. {
  693. struct page_cgroup *pc;
  694. struct mem_cgroup_per_zone *mz;
  695. if (mem_cgroup_disabled())
  696. return;
  697. pc = lookup_page_cgroup(page);
  698. /* can happen while we handle swapcache. */
  699. if (!TestClearPageCgroupAcctLRU(pc))
  700. return;
  701. VM_BUG_ON(!pc->mem_cgroup);
  702. /*
  703. * We don't check PCG_USED bit. It's cleared when the "page" is finally
  704. * removed from global LRU.
  705. */
  706. mz = page_cgroup_zoneinfo(pc);
  707. MEM_CGROUP_ZSTAT(mz, lru) -= 1;
  708. if (mem_cgroup_is_root(pc->mem_cgroup))
  709. return;
  710. VM_BUG_ON(list_empty(&pc->lru));
  711. list_del_init(&pc->lru);
  712. return;
  713. }
  714. void mem_cgroup_del_lru(struct page *page)
  715. {
  716. mem_cgroup_del_lru_list(page, page_lru(page));
  717. }
  718. void mem_cgroup_rotate_lru_list(struct page *page, enum lru_list lru)
  719. {
  720. struct mem_cgroup_per_zone *mz;
  721. struct page_cgroup *pc;
  722. if (mem_cgroup_disabled())
  723. return;
  724. pc = lookup_page_cgroup(page);
  725. /*
  726. * Used bit is set without atomic ops but after smp_wmb().
  727. * For making pc->mem_cgroup visible, insert smp_rmb() here.
  728. */
  729. smp_rmb();
  730. /* unused or root page is not rotated. */
  731. if (!PageCgroupUsed(pc) || mem_cgroup_is_root(pc->mem_cgroup))
  732. return;
  733. mz = page_cgroup_zoneinfo(pc);
  734. list_move(&pc->lru, &mz->lists[lru]);
  735. }
  736. void mem_cgroup_add_lru_list(struct page *page, enum lru_list lru)
  737. {
  738. struct page_cgroup *pc;
  739. struct mem_cgroup_per_zone *mz;
  740. if (mem_cgroup_disabled())
  741. return;
  742. pc = lookup_page_cgroup(page);
  743. VM_BUG_ON(PageCgroupAcctLRU(pc));
  744. /*
  745. * Used bit is set without atomic ops but after smp_wmb().
  746. * For making pc->mem_cgroup visible, insert smp_rmb() here.
  747. */
  748. smp_rmb();
  749. if (!PageCgroupUsed(pc))
  750. return;
  751. mz = page_cgroup_zoneinfo(pc);
  752. MEM_CGROUP_ZSTAT(mz, lru) += 1;
  753. SetPageCgroupAcctLRU(pc);
  754. if (mem_cgroup_is_root(pc->mem_cgroup))
  755. return;
  756. list_add(&pc->lru, &mz->lists[lru]);
  757. }
  758. /*
  759. * At handling SwapCache, pc->mem_cgroup may be changed while it's linked to
  760. * lru because the page may.be reused after it's fully uncharged (because of
  761. * SwapCache behavior).To handle that, unlink page_cgroup from LRU when charge
  762. * it again. This function is only used to charge SwapCache. It's done under
  763. * lock_page and expected that zone->lru_lock is never held.
  764. */
  765. static void mem_cgroup_lru_del_before_commit_swapcache(struct page *page)
  766. {
  767. unsigned long flags;
  768. struct zone *zone = page_zone(page);
  769. struct page_cgroup *pc = lookup_page_cgroup(page);
  770. spin_lock_irqsave(&zone->lru_lock, flags);
  771. /*
  772. * Forget old LRU when this page_cgroup is *not* used. This Used bit
  773. * is guarded by lock_page() because the page is SwapCache.
  774. */
  775. if (!PageCgroupUsed(pc))
  776. mem_cgroup_del_lru_list(page, page_lru(page));
  777. spin_unlock_irqrestore(&zone->lru_lock, flags);
  778. }
  779. static void mem_cgroup_lru_add_after_commit_swapcache(struct page *page)
  780. {
  781. unsigned long flags;
  782. struct zone *zone = page_zone(page);
  783. struct page_cgroup *pc = lookup_page_cgroup(page);
  784. spin_lock_irqsave(&zone->lru_lock, flags);
  785. /* link when the page is linked to LRU but page_cgroup isn't */
  786. if (PageLRU(page) && !PageCgroupAcctLRU(pc))
  787. mem_cgroup_add_lru_list(page, page_lru(page));
  788. spin_unlock_irqrestore(&zone->lru_lock, flags);
  789. }
  790. void mem_cgroup_move_lists(struct page *page,
  791. enum lru_list from, enum lru_list to)
  792. {
  793. if (mem_cgroup_disabled())
  794. return;
  795. mem_cgroup_del_lru_list(page, from);
  796. mem_cgroup_add_lru_list(page, to);
  797. }
  798. int task_in_mem_cgroup(struct task_struct *task, const struct mem_cgroup *mem)
  799. {
  800. int ret;
  801. struct mem_cgroup *curr = NULL;
  802. struct task_struct *p;
  803. p = find_lock_task_mm(task);
  804. if (!p)
  805. return 0;
  806. curr = try_get_mem_cgroup_from_mm(p->mm);
  807. task_unlock(p);
  808. if (!curr)
  809. return 0;
  810. /*
  811. * We should check use_hierarchy of "mem" not "curr". Because checking
  812. * use_hierarchy of "curr" here make this function true if hierarchy is
  813. * enabled in "curr" and "curr" is a child of "mem" in *cgroup*
  814. * hierarchy(even if use_hierarchy is disabled in "mem").
  815. */
  816. if (mem->use_hierarchy)
  817. ret = css_is_ancestor(&curr->css, &mem->css);
  818. else
  819. ret = (curr == mem);
  820. css_put(&curr->css);
  821. return ret;
  822. }
  823. static int calc_inactive_ratio(struct mem_cgroup *memcg, unsigned long *present_pages)
  824. {
  825. unsigned long active;
  826. unsigned long inactive;
  827. unsigned long gb;
  828. unsigned long inactive_ratio;
  829. inactive = mem_cgroup_get_local_zonestat(memcg, LRU_INACTIVE_ANON);
  830. active = mem_cgroup_get_local_zonestat(memcg, LRU_ACTIVE_ANON);
  831. gb = (inactive + active) >> (30 - PAGE_SHIFT);
  832. if (gb)
  833. inactive_ratio = int_sqrt(10 * gb);
  834. else
  835. inactive_ratio = 1;
  836. if (present_pages) {
  837. present_pages[0] = inactive;
  838. present_pages[1] = active;
  839. }
  840. return inactive_ratio;
  841. }
  842. int mem_cgroup_inactive_anon_is_low(struct mem_cgroup *memcg)
  843. {
  844. unsigned long active;
  845. unsigned long inactive;
  846. unsigned long present_pages[2];
  847. unsigned long inactive_ratio;
  848. inactive_ratio = calc_inactive_ratio(memcg, present_pages);
  849. inactive = present_pages[0];
  850. active = present_pages[1];
  851. if (inactive * inactive_ratio < active)
  852. return 1;
  853. return 0;
  854. }
  855. int mem_cgroup_inactive_file_is_low(struct mem_cgroup *memcg)
  856. {
  857. unsigned long active;
  858. unsigned long inactive;
  859. inactive = mem_cgroup_get_local_zonestat(memcg, LRU_INACTIVE_FILE);
  860. active = mem_cgroup_get_local_zonestat(memcg, LRU_ACTIVE_FILE);
  861. return (active > inactive);
  862. }
  863. unsigned long mem_cgroup_zone_nr_pages(struct mem_cgroup *memcg,
  864. struct zone *zone,
  865. enum lru_list lru)
  866. {
  867. int nid = zone_to_nid(zone);
  868. int zid = zone_idx(zone);
  869. struct mem_cgroup_per_zone *mz = mem_cgroup_zoneinfo(memcg, nid, zid);
  870. return MEM_CGROUP_ZSTAT(mz, lru);
  871. }
  872. struct zone_reclaim_stat *mem_cgroup_get_reclaim_stat(struct mem_cgroup *memcg,
  873. struct zone *zone)
  874. {
  875. int nid = zone_to_nid(zone);
  876. int zid = zone_idx(zone);
  877. struct mem_cgroup_per_zone *mz = mem_cgroup_zoneinfo(memcg, nid, zid);
  878. return &mz->reclaim_stat;
  879. }
  880. struct zone_reclaim_stat *
  881. mem_cgroup_get_reclaim_stat_from_page(struct page *page)
  882. {
  883. struct page_cgroup *pc;
  884. struct mem_cgroup_per_zone *mz;
  885. if (mem_cgroup_disabled())
  886. return NULL;
  887. pc = lookup_page_cgroup(page);
  888. /*
  889. * Used bit is set without atomic ops but after smp_wmb().
  890. * For making pc->mem_cgroup visible, insert smp_rmb() here.
  891. */
  892. smp_rmb();
  893. if (!PageCgroupUsed(pc))
  894. return NULL;
  895. mz = page_cgroup_zoneinfo(pc);
  896. if (!mz)
  897. return NULL;
  898. return &mz->reclaim_stat;
  899. }
  900. unsigned long mem_cgroup_isolate_pages(unsigned long nr_to_scan,
  901. struct list_head *dst,
  902. unsigned long *scanned, int order,
  903. int mode, struct zone *z,
  904. struct mem_cgroup *mem_cont,
  905. int active, int file)
  906. {
  907. unsigned long nr_taken = 0;
  908. struct page *page;
  909. unsigned long scan;
  910. LIST_HEAD(pc_list);
  911. struct list_head *src;
  912. struct page_cgroup *pc, *tmp;
  913. int nid = zone_to_nid(z);
  914. int zid = zone_idx(z);
  915. struct mem_cgroup_per_zone *mz;
  916. int lru = LRU_FILE * file + active;
  917. int ret;
  918. BUG_ON(!mem_cont);
  919. mz = mem_cgroup_zoneinfo(mem_cont, nid, zid);
  920. src = &mz->lists[lru];
  921. scan = 0;
  922. list_for_each_entry_safe_reverse(pc, tmp, src, lru) {
  923. if (scan >= nr_to_scan)
  924. break;
  925. page = pc->page;
  926. if (unlikely(!PageCgroupUsed(pc)))
  927. continue;
  928. if (unlikely(!PageLRU(page)))
  929. continue;
  930. scan++;
  931. ret = __isolate_lru_page(page, mode, file);
  932. switch (ret) {
  933. case 0:
  934. list_move(&page->lru, dst);
  935. mem_cgroup_del_lru(page);
  936. nr_taken++;
  937. break;
  938. case -EBUSY:
  939. /* we don't affect global LRU but rotate in our LRU */
  940. mem_cgroup_rotate_lru_list(page, page_lru(page));
  941. break;
  942. default:
  943. break;
  944. }
  945. }
  946. *scanned = scan;
  947. trace_mm_vmscan_memcg_isolate(0, nr_to_scan, scan, nr_taken,
  948. 0, 0, 0, mode);
  949. return nr_taken;
  950. }
  951. #define mem_cgroup_from_res_counter(counter, member) \
  952. container_of(counter, struct mem_cgroup, member)
  953. static bool mem_cgroup_check_under_limit(struct mem_cgroup *mem)
  954. {
  955. if (do_swap_account) {
  956. if (res_counter_check_under_limit(&mem->res) &&
  957. res_counter_check_under_limit(&mem->memsw))
  958. return true;
  959. } else
  960. if (res_counter_check_under_limit(&mem->res))
  961. return true;
  962. return false;
  963. }
  964. static unsigned int get_swappiness(struct mem_cgroup *memcg)
  965. {
  966. struct cgroup *cgrp = memcg->css.cgroup;
  967. unsigned int swappiness;
  968. /* root ? */
  969. if (cgrp->parent == NULL)
  970. return vm_swappiness;
  971. spin_lock(&memcg->reclaim_param_lock);
  972. swappiness = memcg->swappiness;
  973. spin_unlock(&memcg->reclaim_param_lock);
  974. return swappiness;
  975. }
  976. static void mem_cgroup_start_move(struct mem_cgroup *mem)
  977. {
  978. int cpu;
  979. get_online_cpus();
  980. spin_lock(&mem->pcp_counter_lock);
  981. for_each_online_cpu(cpu)
  982. per_cpu(mem->stat->count[MEM_CGROUP_ON_MOVE], cpu) += 1;
  983. mem->nocpu_base.count[MEM_CGROUP_ON_MOVE] += 1;
  984. spin_unlock(&mem->pcp_counter_lock);
  985. put_online_cpus();
  986. synchronize_rcu();
  987. }
  988. static void mem_cgroup_end_move(struct mem_cgroup *mem)
  989. {
  990. int cpu;
  991. if (!mem)
  992. return;
  993. get_online_cpus();
  994. spin_lock(&mem->pcp_counter_lock);
  995. for_each_online_cpu(cpu)
  996. per_cpu(mem->stat->count[MEM_CGROUP_ON_MOVE], cpu) -= 1;
  997. mem->nocpu_base.count[MEM_CGROUP_ON_MOVE] -= 1;
  998. spin_unlock(&mem->pcp_counter_lock);
  999. put_online_cpus();
  1000. }
  1001. /*
  1002. * 2 routines for checking "mem" is under move_account() or not.
  1003. *
  1004. * mem_cgroup_stealed() - checking a cgroup is mc.from or not. This is used
  1005. * for avoiding race in accounting. If true,
  1006. * pc->mem_cgroup may be overwritten.
  1007. *
  1008. * mem_cgroup_under_move() - checking a cgroup is mc.from or mc.to or
  1009. * under hierarchy of moving cgroups. This is for
  1010. * waiting at hith-memory prressure caused by "move".
  1011. */
  1012. static bool mem_cgroup_stealed(struct mem_cgroup *mem)
  1013. {
  1014. VM_BUG_ON(!rcu_read_lock_held());
  1015. return this_cpu_read(mem->stat->count[MEM_CGROUP_ON_MOVE]) > 0;
  1016. }
  1017. static bool mem_cgroup_under_move(struct mem_cgroup *mem)
  1018. {
  1019. struct mem_cgroup *from;
  1020. struct mem_cgroup *to;
  1021. bool ret = false;
  1022. /*
  1023. * Unlike task_move routines, we access mc.to, mc.from not under
  1024. * mutual exclusion by cgroup_mutex. Here, we take spinlock instead.
  1025. */
  1026. spin_lock(&mc.lock);
  1027. from = mc.from;
  1028. to = mc.to;
  1029. if (!from)
  1030. goto unlock;
  1031. if (from == mem || to == mem
  1032. || (mem->use_hierarchy && css_is_ancestor(&from->css, &mem->css))
  1033. || (mem->use_hierarchy && css_is_ancestor(&to->css, &mem->css)))
  1034. ret = true;
  1035. unlock:
  1036. spin_unlock(&mc.lock);
  1037. return ret;
  1038. }
  1039. static bool mem_cgroup_wait_acct_move(struct mem_cgroup *mem)
  1040. {
  1041. if (mc.moving_task && current != mc.moving_task) {
  1042. if (mem_cgroup_under_move(mem)) {
  1043. DEFINE_WAIT(wait);
  1044. prepare_to_wait(&mc.waitq, &wait, TASK_INTERRUPTIBLE);
  1045. /* moving charge context might have finished. */
  1046. if (mc.moving_task)
  1047. schedule();
  1048. finish_wait(&mc.waitq, &wait);
  1049. return true;
  1050. }
  1051. }
  1052. return false;
  1053. }
  1054. /**
  1055. * mem_cgroup_print_oom_info: Called from OOM with tasklist_lock held in read mode.
  1056. * @memcg: The memory cgroup that went over limit
  1057. * @p: Task that is going to be killed
  1058. *
  1059. * NOTE: @memcg and @p's mem_cgroup can be different when hierarchy is
  1060. * enabled
  1061. */
  1062. void mem_cgroup_print_oom_info(struct mem_cgroup *memcg, struct task_struct *p)
  1063. {
  1064. struct cgroup *task_cgrp;
  1065. struct cgroup *mem_cgrp;
  1066. /*
  1067. * Need a buffer in BSS, can't rely on allocations. The code relies
  1068. * on the assumption that OOM is serialized for memory controller.
  1069. * If this assumption is broken, revisit this code.
  1070. */
  1071. static char memcg_name[PATH_MAX];
  1072. int ret;
  1073. if (!memcg || !p)
  1074. return;
  1075. rcu_read_lock();
  1076. mem_cgrp = memcg->css.cgroup;
  1077. task_cgrp = task_cgroup(p, mem_cgroup_subsys_id);
  1078. ret = cgroup_path(task_cgrp, memcg_name, PATH_MAX);
  1079. if (ret < 0) {
  1080. /*
  1081. * Unfortunately, we are unable to convert to a useful name
  1082. * But we'll still print out the usage information
  1083. */
  1084. rcu_read_unlock();
  1085. goto done;
  1086. }
  1087. rcu_read_unlock();
  1088. printk(KERN_INFO "Task in %s killed", memcg_name);
  1089. rcu_read_lock();
  1090. ret = cgroup_path(mem_cgrp, memcg_name, PATH_MAX);
  1091. if (ret < 0) {
  1092. rcu_read_unlock();
  1093. goto done;
  1094. }
  1095. rcu_read_unlock();
  1096. /*
  1097. * Continues from above, so we don't need an KERN_ level
  1098. */
  1099. printk(KERN_CONT " as a result of limit of %s\n", memcg_name);
  1100. done:
  1101. printk(KERN_INFO "memory: usage %llukB, limit %llukB, failcnt %llu\n",
  1102. res_counter_read_u64(&memcg->res, RES_USAGE) >> 10,
  1103. res_counter_read_u64(&memcg->res, RES_LIMIT) >> 10,
  1104. res_counter_read_u64(&memcg->res, RES_FAILCNT));
  1105. printk(KERN_INFO "memory+swap: usage %llukB, limit %llukB, "
  1106. "failcnt %llu\n",
  1107. res_counter_read_u64(&memcg->memsw, RES_USAGE) >> 10,
  1108. res_counter_read_u64(&memcg->memsw, RES_LIMIT) >> 10,
  1109. res_counter_read_u64(&memcg->memsw, RES_FAILCNT));
  1110. }
  1111. /*
  1112. * This function returns the number of memcg under hierarchy tree. Returns
  1113. * 1(self count) if no children.
  1114. */
  1115. static int mem_cgroup_count_children(struct mem_cgroup *mem)
  1116. {
  1117. int num = 0;
  1118. struct mem_cgroup *iter;
  1119. for_each_mem_cgroup_tree(iter, mem)
  1120. num++;
  1121. return num;
  1122. }
  1123. /*
  1124. * Return the memory (and swap, if configured) limit for a memcg.
  1125. */
  1126. u64 mem_cgroup_get_limit(struct mem_cgroup *memcg)
  1127. {
  1128. u64 limit;
  1129. u64 memsw;
  1130. limit = res_counter_read_u64(&memcg->res, RES_LIMIT) +
  1131. total_swap_pages;
  1132. memsw = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
  1133. /*
  1134. * If memsw is finite and limits the amount of swap space available
  1135. * to this memcg, return that limit.
  1136. */
  1137. return min(limit, memsw);
  1138. }
  1139. /*
  1140. * Visit the first child (need not be the first child as per the ordering
  1141. * of the cgroup list, since we track last_scanned_child) of @mem and use
  1142. * that to reclaim free pages from.
  1143. */
  1144. static struct mem_cgroup *
  1145. mem_cgroup_select_victim(struct mem_cgroup *root_mem)
  1146. {
  1147. struct mem_cgroup *ret = NULL;
  1148. struct cgroup_subsys_state *css;
  1149. int nextid, found;
  1150. if (!root_mem->use_hierarchy) {
  1151. css_get(&root_mem->css);
  1152. ret = root_mem;
  1153. }
  1154. while (!ret) {
  1155. rcu_read_lock();
  1156. nextid = root_mem->last_scanned_child + 1;
  1157. css = css_get_next(&mem_cgroup_subsys, nextid, &root_mem->css,
  1158. &found);
  1159. if (css && css_tryget(css))
  1160. ret = container_of(css, struct mem_cgroup, css);
  1161. rcu_read_unlock();
  1162. /* Updates scanning parameter */
  1163. spin_lock(&root_mem->reclaim_param_lock);
  1164. if (!css) {
  1165. /* this means start scan from ID:1 */
  1166. root_mem->last_scanned_child = 0;
  1167. } else
  1168. root_mem->last_scanned_child = found;
  1169. spin_unlock(&root_mem->reclaim_param_lock);
  1170. }
  1171. return ret;
  1172. }
  1173. /*
  1174. * Scan the hierarchy if needed to reclaim memory. We remember the last child
  1175. * we reclaimed from, so that we don't end up penalizing one child extensively
  1176. * based on its position in the children list.
  1177. *
  1178. * root_mem is the original ancestor that we've been reclaim from.
  1179. *
  1180. * We give up and return to the caller when we visit root_mem twice.
  1181. * (other groups can be removed while we're walking....)
  1182. *
  1183. * If shrink==true, for avoiding to free too much, this returns immedieately.
  1184. */
  1185. static int mem_cgroup_hierarchical_reclaim(struct mem_cgroup *root_mem,
  1186. struct zone *zone,
  1187. gfp_t gfp_mask,
  1188. unsigned long reclaim_options)
  1189. {
  1190. struct mem_cgroup *victim;
  1191. int ret, total = 0;
  1192. int loop = 0;
  1193. bool noswap = reclaim_options & MEM_CGROUP_RECLAIM_NOSWAP;
  1194. bool shrink = reclaim_options & MEM_CGROUP_RECLAIM_SHRINK;
  1195. bool check_soft = reclaim_options & MEM_CGROUP_RECLAIM_SOFT;
  1196. unsigned long excess = mem_cgroup_get_excess(root_mem);
  1197. /* If memsw_is_minimum==1, swap-out is of-no-use. */
  1198. if (root_mem->memsw_is_minimum)
  1199. noswap = true;
  1200. while (1) {
  1201. victim = mem_cgroup_select_victim(root_mem);
  1202. if (victim == root_mem) {
  1203. loop++;
  1204. if (loop >= 1)
  1205. drain_all_stock_async();
  1206. if (loop >= 2) {
  1207. /*
  1208. * If we have not been able to reclaim
  1209. * anything, it might because there are
  1210. * no reclaimable pages under this hierarchy
  1211. */
  1212. if (!check_soft || !total) {
  1213. css_put(&victim->css);
  1214. break;
  1215. }
  1216. /*
  1217. * We want to do more targetted reclaim.
  1218. * excess >> 2 is not to excessive so as to
  1219. * reclaim too much, nor too less that we keep
  1220. * coming back to reclaim from this cgroup
  1221. */
  1222. if (total >= (excess >> 2) ||
  1223. (loop > MEM_CGROUP_MAX_RECLAIM_LOOPS)) {
  1224. css_put(&victim->css);
  1225. break;
  1226. }
  1227. }
  1228. }
  1229. if (!mem_cgroup_local_usage(victim)) {
  1230. /* this cgroup's local usage == 0 */
  1231. css_put(&victim->css);
  1232. continue;
  1233. }
  1234. /* we use swappiness of local cgroup */
  1235. if (check_soft)
  1236. ret = mem_cgroup_shrink_node_zone(victim, gfp_mask,
  1237. noswap, get_swappiness(victim), zone);
  1238. else
  1239. ret = try_to_free_mem_cgroup_pages(victim, gfp_mask,
  1240. noswap, get_swappiness(victim));
  1241. css_put(&victim->css);
  1242. /*
  1243. * At shrinking usage, we can't check we should stop here or
  1244. * reclaim more. It's depends on callers. last_scanned_child
  1245. * will work enough for keeping fairness under tree.
  1246. */
  1247. if (shrink)
  1248. return ret;
  1249. total += ret;
  1250. if (check_soft) {
  1251. if (res_counter_check_under_soft_limit(&root_mem->res))
  1252. return total;
  1253. } else if (mem_cgroup_check_under_limit(root_mem))
  1254. return 1 + total;
  1255. }
  1256. return total;
  1257. }
  1258. /*
  1259. * Check OOM-Killer is already running under our hierarchy.
  1260. * If someone is running, return false.
  1261. */
  1262. static bool mem_cgroup_oom_lock(struct mem_cgroup *mem)
  1263. {
  1264. int x, lock_count = 0;
  1265. struct mem_cgroup *iter;
  1266. for_each_mem_cgroup_tree(iter, mem) {
  1267. x = atomic_inc_return(&iter->oom_lock);
  1268. lock_count = max(x, lock_count);
  1269. }
  1270. if (lock_count == 1)
  1271. return true;
  1272. return false;
  1273. }
  1274. static int mem_cgroup_oom_unlock(struct mem_cgroup *mem)
  1275. {
  1276. struct mem_cgroup *iter;
  1277. /*
  1278. * When a new child is created while the hierarchy is under oom,
  1279. * mem_cgroup_oom_lock() may not be called. We have to use
  1280. * atomic_add_unless() here.
  1281. */
  1282. for_each_mem_cgroup_tree(iter, mem)
  1283. atomic_add_unless(&iter->oom_lock, -1, 0);
  1284. return 0;
  1285. }
  1286. static DEFINE_MUTEX(memcg_oom_mutex);
  1287. static DECLARE_WAIT_QUEUE_HEAD(memcg_oom_waitq);
  1288. struct oom_wait_info {
  1289. struct mem_cgroup *mem;
  1290. wait_queue_t wait;
  1291. };
  1292. static int memcg_oom_wake_function(wait_queue_t *wait,
  1293. unsigned mode, int sync, void *arg)
  1294. {
  1295. struct mem_cgroup *wake_mem = (struct mem_cgroup *)arg;
  1296. struct oom_wait_info *oom_wait_info;
  1297. oom_wait_info = container_of(wait, struct oom_wait_info, wait);
  1298. if (oom_wait_info->mem == wake_mem)
  1299. goto wakeup;
  1300. /* if no hierarchy, no match */
  1301. if (!oom_wait_info->mem->use_hierarchy || !wake_mem->use_hierarchy)
  1302. return 0;
  1303. /*
  1304. * Both of oom_wait_info->mem and wake_mem are stable under us.
  1305. * Then we can use css_is_ancestor without taking care of RCU.
  1306. */
  1307. if (!css_is_ancestor(&oom_wait_info->mem->css, &wake_mem->css) &&
  1308. !css_is_ancestor(&wake_mem->css, &oom_wait_info->mem->css))
  1309. return 0;
  1310. wakeup:
  1311. return autoremove_wake_function(wait, mode, sync, arg);
  1312. }
  1313. static void memcg_wakeup_oom(struct mem_cgroup *mem)
  1314. {
  1315. /* for filtering, pass "mem" as argument. */
  1316. __wake_up(&memcg_oom_waitq, TASK_NORMAL, 0, mem);
  1317. }
  1318. static void memcg_oom_recover(struct mem_cgroup *mem)
  1319. {
  1320. if (mem && atomic_read(&mem->oom_lock))
  1321. memcg_wakeup_oom(mem);
  1322. }
  1323. /*
  1324. * try to call OOM killer. returns false if we should exit memory-reclaim loop.
  1325. */
  1326. bool mem_cgroup_handle_oom(struct mem_cgroup *mem, gfp_t mask)
  1327. {
  1328. struct oom_wait_info owait;
  1329. bool locked, need_to_kill;
  1330. owait.mem = mem;
  1331. owait.wait.flags = 0;
  1332. owait.wait.func = memcg_oom_wake_function;
  1333. owait.wait.private = current;
  1334. INIT_LIST_HEAD(&owait.wait.task_list);
  1335. need_to_kill = true;
  1336. /* At first, try to OOM lock hierarchy under mem.*/
  1337. mutex_lock(&memcg_oom_mutex);
  1338. locked = mem_cgroup_oom_lock(mem);
  1339. /*
  1340. * Even if signal_pending(), we can't quit charge() loop without
  1341. * accounting. So, UNINTERRUPTIBLE is appropriate. But SIGKILL
  1342. * under OOM is always welcomed, use TASK_KILLABLE here.
  1343. */
  1344. prepare_to_wait(&memcg_oom_waitq, &owait.wait, TASK_KILLABLE);
  1345. if (!locked || mem->oom_kill_disable)
  1346. need_to_kill = false;
  1347. if (locked)
  1348. mem_cgroup_oom_notify(mem);
  1349. mutex_unlock(&memcg_oom_mutex);
  1350. if (need_to_kill) {
  1351. finish_wait(&memcg_oom_waitq, &owait.wait);
  1352. mem_cgroup_out_of_memory(mem, mask);
  1353. } else {
  1354. schedule();
  1355. finish_wait(&memcg_oom_waitq, &owait.wait);
  1356. }
  1357. mutex_lock(&memcg_oom_mutex);
  1358. mem_cgroup_oom_unlock(mem);
  1359. memcg_wakeup_oom(mem);
  1360. mutex_unlock(&memcg_oom_mutex);
  1361. if (test_thread_flag(TIF_MEMDIE) || fatal_signal_pending(current))
  1362. return false;
  1363. /* Give chance to dying process */
  1364. schedule_timeout(1);
  1365. return true;
  1366. }
  1367. /*
  1368. * Currently used to update mapped file statistics, but the routine can be
  1369. * generalized to update other statistics as well.
  1370. *
  1371. * Notes: Race condition
  1372. *
  1373. * We usually use page_cgroup_lock() for accessing page_cgroup member but
  1374. * it tends to be costly. But considering some conditions, we doesn't need
  1375. * to do so _always_.
  1376. *
  1377. * Considering "charge", lock_page_cgroup() is not required because all
  1378. * file-stat operations happen after a page is attached to radix-tree. There
  1379. * are no race with "charge".
  1380. *
  1381. * Considering "uncharge", we know that memcg doesn't clear pc->mem_cgroup
  1382. * at "uncharge" intentionally. So, we always see valid pc->mem_cgroup even
  1383. * if there are race with "uncharge". Statistics itself is properly handled
  1384. * by flags.
  1385. *
  1386. * Considering "move", this is an only case we see a race. To make the race
  1387. * small, we check MEM_CGROUP_ON_MOVE percpu value and detect there are
  1388. * possibility of race condition. If there is, we take a lock.
  1389. */
  1390. static void mem_cgroup_update_file_stat(struct page *page, int idx, int val)
  1391. {
  1392. struct mem_cgroup *mem;
  1393. struct page_cgroup *pc = lookup_page_cgroup(page);
  1394. bool need_unlock = false;
  1395. if (unlikely(!pc))
  1396. return;
  1397. rcu_read_lock();
  1398. mem = pc->mem_cgroup;
  1399. if (unlikely(!mem || !PageCgroupUsed(pc)))
  1400. goto out;
  1401. /* pc->mem_cgroup is unstable ? */
  1402. if (unlikely(mem_cgroup_stealed(mem))) {
  1403. /* take a lock against to access pc->mem_cgroup */
  1404. lock_page_cgroup(pc);
  1405. need_unlock = true;
  1406. mem = pc->mem_cgroup;
  1407. if (!mem || !PageCgroupUsed(pc))
  1408. goto out;
  1409. }
  1410. this_cpu_add(mem->stat->count[idx], val);
  1411. switch (idx) {
  1412. case MEM_CGROUP_STAT_FILE_MAPPED:
  1413. if (val > 0)
  1414. SetPageCgroupFileMapped(pc);
  1415. else if (!page_mapped(page))
  1416. ClearPageCgroupFileMapped(pc);
  1417. break;
  1418. default:
  1419. BUG();
  1420. }
  1421. out:
  1422. if (unlikely(need_unlock))
  1423. unlock_page_cgroup(pc);
  1424. rcu_read_unlock();
  1425. return;
  1426. }
  1427. void mem_cgroup_update_file_mapped(struct page *page, int val)
  1428. {
  1429. mem_cgroup_update_file_stat(page, MEM_CGROUP_STAT_FILE_MAPPED, val);
  1430. }
  1431. /*
  1432. * size of first charge trial. "32" comes from vmscan.c's magic value.
  1433. * TODO: maybe necessary to use big numbers in big irons.
  1434. */
  1435. #define CHARGE_SIZE (32 * PAGE_SIZE)
  1436. struct memcg_stock_pcp {
  1437. struct mem_cgroup *cached; /* this never be root cgroup */
  1438. int charge;
  1439. struct work_struct work;
  1440. };
  1441. static DEFINE_PER_CPU(struct memcg_stock_pcp, memcg_stock);
  1442. static atomic_t memcg_drain_count;
  1443. /*
  1444. * Try to consume stocked charge on this cpu. If success, PAGE_SIZE is consumed
  1445. * from local stock and true is returned. If the stock is 0 or charges from a
  1446. * cgroup which is not current target, returns false. This stock will be
  1447. * refilled.
  1448. */
  1449. static bool consume_stock(struct mem_cgroup *mem)
  1450. {
  1451. struct memcg_stock_pcp *stock;
  1452. bool ret = true;
  1453. stock = &get_cpu_var(memcg_stock);
  1454. if (mem == stock->cached && stock->charge)
  1455. stock->charge -= PAGE_SIZE;
  1456. else /* need to call res_counter_charge */
  1457. ret = false;
  1458. put_cpu_var(memcg_stock);
  1459. return ret;
  1460. }
  1461. /*
  1462. * Returns stocks cached in percpu to res_counter and reset cached information.
  1463. */
  1464. static void drain_stock(struct memcg_stock_pcp *stock)
  1465. {
  1466. struct mem_cgroup *old = stock->cached;
  1467. if (stock->charge) {
  1468. res_counter_uncharge(&old->res, stock->charge);
  1469. if (do_swap_account)
  1470. res_counter_uncharge(&old->memsw, stock->charge);
  1471. }
  1472. stock->cached = NULL;
  1473. stock->charge = 0;
  1474. }
  1475. /*
  1476. * This must be called under preempt disabled or must be called by
  1477. * a thread which is pinned to local cpu.
  1478. */
  1479. static void drain_local_stock(struct work_struct *dummy)
  1480. {
  1481. struct memcg_stock_pcp *stock = &__get_cpu_var(memcg_stock);
  1482. drain_stock(stock);
  1483. }
  1484. /*
  1485. * Cache charges(val) which is from res_counter, to local per_cpu area.
  1486. * This will be consumed by consume_stock() function, later.
  1487. */
  1488. static void refill_stock(struct mem_cgroup *mem, int val)
  1489. {
  1490. struct memcg_stock_pcp *stock = &get_cpu_var(memcg_stock);
  1491. if (stock->cached != mem) { /* reset if necessary */
  1492. drain_stock(stock);
  1493. stock->cached = mem;
  1494. }
  1495. stock->charge += val;
  1496. put_cpu_var(memcg_stock);
  1497. }
  1498. /*
  1499. * Tries to drain stocked charges in other cpus. This function is asynchronous
  1500. * and just put a work per cpu for draining localy on each cpu. Caller can
  1501. * expects some charges will be back to res_counter later but cannot wait for
  1502. * it.
  1503. */
  1504. static void drain_all_stock_async(void)
  1505. {
  1506. int cpu;
  1507. /* This function is for scheduling "drain" in asynchronous way.
  1508. * The result of "drain" is not directly handled by callers. Then,
  1509. * if someone is calling drain, we don't have to call drain more.
  1510. * Anyway, WORK_STRUCT_PENDING check in queue_work_on() will catch if
  1511. * there is a race. We just do loose check here.
  1512. */
  1513. if (atomic_read(&memcg_drain_count))
  1514. return;
  1515. /* Notify other cpus that system-wide "drain" is running */
  1516. atomic_inc(&memcg_drain_count);
  1517. get_online_cpus();
  1518. for_each_online_cpu(cpu) {
  1519. struct memcg_stock_pcp *stock = &per_cpu(memcg_stock, cpu);
  1520. schedule_work_on(cpu, &stock->work);
  1521. }
  1522. put_online_cpus();
  1523. atomic_dec(&memcg_drain_count);
  1524. /* We don't wait for flush_work */
  1525. }
  1526. /* This is a synchronous drain interface. */
  1527. static void drain_all_stock_sync(void)
  1528. {
  1529. /* called when force_empty is called */
  1530. atomic_inc(&memcg_drain_count);
  1531. schedule_on_each_cpu(drain_local_stock);
  1532. atomic_dec(&memcg_drain_count);
  1533. }
  1534. /*
  1535. * This function drains percpu counter value from DEAD cpu and
  1536. * move it to local cpu. Note that this function can be preempted.
  1537. */
  1538. static void mem_cgroup_drain_pcp_counter(struct mem_cgroup *mem, int cpu)
  1539. {
  1540. int i;
  1541. spin_lock(&mem->pcp_counter_lock);
  1542. for (i = 0; i < MEM_CGROUP_STAT_DATA; i++) {
  1543. s64 x = per_cpu(mem->stat->count[i], cpu);
  1544. per_cpu(mem->stat->count[i], cpu) = 0;
  1545. mem->nocpu_base.count[i] += x;
  1546. }
  1547. /* need to clear ON_MOVE value, works as a kind of lock. */
  1548. per_cpu(mem->stat->count[MEM_CGROUP_ON_MOVE], cpu) = 0;
  1549. spin_unlock(&mem->pcp_counter_lock);
  1550. }
  1551. static void synchronize_mem_cgroup_on_move(struct mem_cgroup *mem, int cpu)
  1552. {
  1553. int idx = MEM_CGROUP_ON_MOVE;
  1554. spin_lock(&mem->pcp_counter_lock);
  1555. per_cpu(mem->stat->count[idx], cpu) = mem->nocpu_base.count[idx];
  1556. spin_unlock(&mem->pcp_counter_lock);
  1557. }
  1558. static int __cpuinit memcg_cpu_hotplug_callback(struct notifier_block *nb,
  1559. unsigned long action,
  1560. void *hcpu)
  1561. {
  1562. int cpu = (unsigned long)hcpu;
  1563. struct memcg_stock_pcp *stock;
  1564. struct mem_cgroup *iter;
  1565. if ((action == CPU_ONLINE)) {
  1566. for_each_mem_cgroup_all(iter)
  1567. synchronize_mem_cgroup_on_move(iter, cpu);
  1568. return NOTIFY_OK;
  1569. }
  1570. if ((action != CPU_DEAD) || action != CPU_DEAD_FROZEN)
  1571. return NOTIFY_OK;
  1572. for_each_mem_cgroup_all(iter)
  1573. mem_cgroup_drain_pcp_counter(iter, cpu);
  1574. stock = &per_cpu(memcg_stock, cpu);
  1575. drain_stock(stock);
  1576. return NOTIFY_OK;
  1577. }
  1578. /* See __mem_cgroup_try_charge() for details */
  1579. enum {
  1580. CHARGE_OK, /* success */
  1581. CHARGE_RETRY, /* need to retry but retry is not bad */
  1582. CHARGE_NOMEM, /* we can't do more. return -ENOMEM */
  1583. CHARGE_WOULDBLOCK, /* GFP_WAIT wasn't set and no enough res. */
  1584. CHARGE_OOM_DIE, /* the current is killed because of OOM */
  1585. };
  1586. static int __mem_cgroup_do_charge(struct mem_cgroup *mem, gfp_t gfp_mask,
  1587. int csize, bool oom_check)
  1588. {
  1589. struct mem_cgroup *mem_over_limit;
  1590. struct res_counter *fail_res;
  1591. unsigned long flags = 0;
  1592. int ret;
  1593. ret = res_counter_charge(&mem->res, csize, &fail_res);
  1594. if (likely(!ret)) {
  1595. if (!do_swap_account)
  1596. return CHARGE_OK;
  1597. ret = res_counter_charge(&mem->memsw, csize, &fail_res);
  1598. if (likely(!ret))
  1599. return CHARGE_OK;
  1600. mem_over_limit = mem_cgroup_from_res_counter(fail_res, memsw);
  1601. flags |= MEM_CGROUP_RECLAIM_NOSWAP;
  1602. } else
  1603. mem_over_limit = mem_cgroup_from_res_counter(fail_res, res);
  1604. if (csize > PAGE_SIZE) /* change csize and retry */
  1605. return CHARGE_RETRY;
  1606. if (!(gfp_mask & __GFP_WAIT))
  1607. return CHARGE_WOULDBLOCK;
  1608. ret = mem_cgroup_hierarchical_reclaim(mem_over_limit, NULL,
  1609. gfp_mask, flags);
  1610. /*
  1611. * try_to_free_mem_cgroup_pages() might not give us a full
  1612. * picture of reclaim. Some pages are reclaimed and might be
  1613. * moved to swap cache or just unmapped from the cgroup.
  1614. * Check the limit again to see if the reclaim reduced the
  1615. * current usage of the cgroup before giving up
  1616. */
  1617. if (ret || mem_cgroup_check_under_limit(mem_over_limit))
  1618. return CHARGE_RETRY;
  1619. /*
  1620. * At task move, charge accounts can be doubly counted. So, it's
  1621. * better to wait until the end of task_move if something is going on.
  1622. */
  1623. if (mem_cgroup_wait_acct_move(mem_over_limit))
  1624. return CHARGE_RETRY;
  1625. /* If we don't need to call oom-killer at el, return immediately */
  1626. if (!oom_check)
  1627. return CHARGE_NOMEM;
  1628. /* check OOM */
  1629. if (!mem_cgroup_handle_oom(mem_over_limit, gfp_mask))
  1630. return CHARGE_OOM_DIE;
  1631. return CHARGE_RETRY;
  1632. }
  1633. /*
  1634. * Unlike exported interface, "oom" parameter is added. if oom==true,
  1635. * oom-killer can be invoked.
  1636. */
  1637. static int __mem_cgroup_try_charge(struct mm_struct *mm,
  1638. gfp_t gfp_mask, struct mem_cgroup **memcg, bool oom)
  1639. {
  1640. int nr_oom_retries = MEM_CGROUP_RECLAIM_RETRIES;
  1641. struct mem_cgroup *mem = NULL;
  1642. int ret;
  1643. int csize = CHARGE_SIZE;
  1644. /*
  1645. * Unlike gloval-vm's OOM-kill, we're not in memory shortage
  1646. * in system level. So, allow to go ahead dying process in addition to
  1647. * MEMDIE process.
  1648. */
  1649. if (unlikely(test_thread_flag(TIF_MEMDIE)
  1650. || fatal_signal_pending(current)))
  1651. goto bypass;
  1652. /*
  1653. * We always charge the cgroup the mm_struct belongs to.
  1654. * The mm_struct's mem_cgroup changes on task migration if the
  1655. * thread group leader migrates. It's possible that mm is not
  1656. * set, if so charge the init_mm (happens for pagecache usage).
  1657. */
  1658. if (!*memcg && !mm)
  1659. goto bypass;
  1660. again:
  1661. if (*memcg) { /* css should be a valid one */
  1662. mem = *memcg;
  1663. VM_BUG_ON(css_is_removed(&mem->css));
  1664. if (mem_cgroup_is_root(mem))
  1665. goto done;
  1666. if (consume_stock(mem))
  1667. goto done;
  1668. css_get(&mem->css);
  1669. } else {
  1670. struct task_struct *p;
  1671. rcu_read_lock();
  1672. p = rcu_dereference(mm->owner);
  1673. VM_BUG_ON(!p);
  1674. /*
  1675. * because we don't have task_lock(), "p" can exit while
  1676. * we're here. In that case, "mem" can point to root
  1677. * cgroup but never be NULL. (and task_struct itself is freed
  1678. * by RCU, cgroup itself is RCU safe.) Then, we have small
  1679. * risk here to get wrong cgroup. But such kind of mis-account
  1680. * by race always happens because we don't have cgroup_mutex().
  1681. * It's overkill and we allow that small race, here.
  1682. */
  1683. mem = mem_cgroup_from_task(p);
  1684. VM_BUG_ON(!mem);
  1685. if (mem_cgroup_is_root(mem)) {
  1686. rcu_read_unlock();
  1687. goto done;
  1688. }
  1689. if (consume_stock(mem)) {
  1690. /*
  1691. * It seems dagerous to access memcg without css_get().
  1692. * But considering how consume_stok works, it's not
  1693. * necessary. If consume_stock success, some charges
  1694. * from this memcg are cached on this cpu. So, we
  1695. * don't need to call css_get()/css_tryget() before
  1696. * calling consume_stock().
  1697. */
  1698. rcu_read_unlock();
  1699. goto done;
  1700. }
  1701. /* after here, we may be blocked. we need to get refcnt */
  1702. if (!css_tryget(&mem->css)) {
  1703. rcu_read_unlock();
  1704. goto again;
  1705. }
  1706. rcu_read_unlock();
  1707. }
  1708. do {
  1709. bool oom_check;
  1710. /* If killed, bypass charge */
  1711. if (fatal_signal_pending(current)) {
  1712. css_put(&mem->css);
  1713. goto bypass;
  1714. }
  1715. oom_check = false;
  1716. if (oom && !nr_oom_retries) {
  1717. oom_check = true;
  1718. nr_oom_retries = MEM_CGROUP_RECLAIM_RETRIES;
  1719. }
  1720. ret = __mem_cgroup_do_charge(mem, gfp_mask, csize, oom_check);
  1721. switch (ret) {
  1722. case CHARGE_OK:
  1723. break;
  1724. case CHARGE_RETRY: /* not in OOM situation but retry */
  1725. csize = PAGE_SIZE;
  1726. css_put(&mem->css);
  1727. mem = NULL;
  1728. goto again;
  1729. case CHARGE_WOULDBLOCK: /* !__GFP_WAIT */
  1730. css_put(&mem->css);
  1731. goto nomem;
  1732. case CHARGE_NOMEM: /* OOM routine works */
  1733. if (!oom) {
  1734. css_put(&mem->css);
  1735. goto nomem;
  1736. }
  1737. /* If oom, we never return -ENOMEM */
  1738. nr_oom_retries--;
  1739. break;
  1740. case CHARGE_OOM_DIE: /* Killed by OOM Killer */
  1741. css_put(&mem->css);
  1742. goto bypass;
  1743. }
  1744. } while (ret != CHARGE_OK);
  1745. if (csize > PAGE_SIZE)
  1746. refill_stock(mem, csize - PAGE_SIZE);
  1747. css_put(&mem->css);
  1748. done:
  1749. *memcg = mem;
  1750. return 0;
  1751. nomem:
  1752. *memcg = NULL;
  1753. return -ENOMEM;
  1754. bypass:
  1755. *memcg = NULL;
  1756. return 0;
  1757. }
  1758. /*
  1759. * Somemtimes we have to undo a charge we got by try_charge().
  1760. * This function is for that and do uncharge, put css's refcnt.
  1761. * gotten by try_charge().
  1762. */
  1763. static void __mem_cgroup_cancel_charge(struct mem_cgroup *mem,
  1764. unsigned long count)
  1765. {
  1766. if (!mem_cgroup_is_root(mem)) {
  1767. res_counter_uncharge(&mem->res, PAGE_SIZE * count);
  1768. if (do_swap_account)
  1769. res_counter_uncharge(&mem->memsw, PAGE_SIZE * count);
  1770. }
  1771. }
  1772. static void mem_cgroup_cancel_charge(struct mem_cgroup *mem)
  1773. {
  1774. __mem_cgroup_cancel_charge(mem, 1);
  1775. }
  1776. /*
  1777. * A helper function to get mem_cgroup from ID. must be called under
  1778. * rcu_read_lock(). The caller must check css_is_removed() or some if
  1779. * it's concern. (dropping refcnt from swap can be called against removed
  1780. * memcg.)
  1781. */
  1782. static struct mem_cgroup *mem_cgroup_lookup(unsigned short id)
  1783. {
  1784. struct cgroup_subsys_state *css;
  1785. /* ID 0 is unused ID */
  1786. if (!id)
  1787. return NULL;
  1788. css = css_lookup(&mem_cgroup_subsys, id);
  1789. if (!css)
  1790. return NULL;
  1791. return container_of(css, struct mem_cgroup, css);
  1792. }
  1793. struct mem_cgroup *try_get_mem_cgroup_from_page(struct page *page)
  1794. {
  1795. struct mem_cgroup *mem = NULL;
  1796. struct page_cgroup *pc;
  1797. unsigned short id;
  1798. swp_entry_t ent;
  1799. VM_BUG_ON(!PageLocked(page));
  1800. pc = lookup_page_cgroup(page);
  1801. lock_page_cgroup(pc);
  1802. if (PageCgroupUsed(pc)) {
  1803. mem = pc->mem_cgroup;
  1804. if (mem && !css_tryget(&mem->css))
  1805. mem = NULL;
  1806. } else if (PageSwapCache(page)) {
  1807. ent.val = page_private(page);
  1808. id = lookup_swap_cgroup(ent);
  1809. rcu_read_lock();
  1810. mem = mem_cgroup_lookup(id);
  1811. if (mem && !css_tryget(&mem->css))
  1812. mem = NULL;
  1813. rcu_read_unlock();
  1814. }
  1815. unlock_page_cgroup(pc);
  1816. return mem;
  1817. }
  1818. /*
  1819. * commit a charge got by __mem_cgroup_try_charge() and makes page_cgroup to be
  1820. * USED state. If already USED, uncharge and return.
  1821. */
  1822. static void __mem_cgroup_commit_charge(struct mem_cgroup *mem,
  1823. struct page_cgroup *pc,
  1824. enum charge_type ctype)
  1825. {
  1826. /* try_charge() can return NULL to *memcg, taking care of it. */
  1827. if (!mem)
  1828. return;
  1829. lock_page_cgroup(pc);
  1830. if (unlikely(PageCgroupUsed(pc))) {
  1831. unlock_page_cgroup(pc);
  1832. mem_cgroup_cancel_charge(mem);
  1833. return;
  1834. }
  1835. pc->mem_cgroup = mem;
  1836. /*
  1837. * We access a page_cgroup asynchronously without lock_page_cgroup().
  1838. * Especially when a page_cgroup is taken from a page, pc->mem_cgroup
  1839. * is accessed after testing USED bit. To make pc->mem_cgroup visible
  1840. * before USED bit, we need memory barrier here.
  1841. * See mem_cgroup_add_lru_list(), etc.
  1842. */
  1843. smp_wmb();
  1844. switch (ctype) {
  1845. case MEM_CGROUP_CHARGE_TYPE_CACHE:
  1846. case MEM_CGROUP_CHARGE_TYPE_SHMEM:
  1847. SetPageCgroupCache(pc);
  1848. SetPageCgroupUsed(pc);
  1849. break;
  1850. case MEM_CGROUP_CHARGE_TYPE_MAPPED:
  1851. ClearPageCgroupCache(pc);
  1852. SetPageCgroupUsed(pc);
  1853. break;
  1854. default:
  1855. break;
  1856. }
  1857. mem_cgroup_charge_statistics(mem, pc, true);
  1858. unlock_page_cgroup(pc);
  1859. /*
  1860. * "charge_statistics" updated event counter. Then, check it.
  1861. * Insert ancestor (and ancestor's ancestors), to softlimit RB-tree.
  1862. * if they exceeds softlimit.
  1863. */
  1864. memcg_check_events(mem, pc->page);
  1865. }
  1866. /**
  1867. * __mem_cgroup_move_account - move account of the page
  1868. * @pc: page_cgroup of the page.
  1869. * @from: mem_cgroup which the page is moved from.
  1870. * @to: mem_cgroup which the page is moved to. @from != @to.
  1871. * @uncharge: whether we should call uncharge and css_put against @from.
  1872. *
  1873. * The caller must confirm following.
  1874. * - page is not on LRU (isolate_page() is useful.)
  1875. * - the pc is locked, used, and ->mem_cgroup points to @from.
  1876. *
  1877. * This function doesn't do "charge" nor css_get to new cgroup. It should be
  1878. * done by a caller(__mem_cgroup_try_charge would be usefull). If @uncharge is
  1879. * true, this function does "uncharge" from old cgroup, but it doesn't if
  1880. * @uncharge is false, so a caller should do "uncharge".
  1881. */
  1882. static void __mem_cgroup_move_account(struct page_cgroup *pc,
  1883. struct mem_cgroup *from, struct mem_cgroup *to, bool uncharge)
  1884. {
  1885. VM_BUG_ON(from == to);
  1886. VM_BUG_ON(PageLRU(pc->page));
  1887. VM_BUG_ON(!PageCgroupLocked(pc));
  1888. VM_BUG_ON(!PageCgroupUsed(pc));
  1889. VM_BUG_ON(pc->mem_cgroup != from);
  1890. if (PageCgroupFileMapped(pc)) {
  1891. /* Update mapped_file data for mem_cgroup */
  1892. preempt_disable();
  1893. __this_cpu_dec(from->stat->count[MEM_CGROUP_STAT_FILE_MAPPED]);
  1894. __this_cpu_inc(to->stat->count[MEM_CGROUP_STAT_FILE_MAPPED]);
  1895. preempt_enable();
  1896. }
  1897. mem_cgroup_charge_statistics(from, pc, false);
  1898. if (uncharge)
  1899. /* This is not "cancel", but cancel_charge does all we need. */
  1900. mem_cgroup_cancel_charge(from);
  1901. /* caller should have done css_get */
  1902. pc->mem_cgroup = to;
  1903. mem_cgroup_charge_statistics(to, pc, true);
  1904. /*
  1905. * We charges against "to" which may not have any tasks. Then, "to"
  1906. * can be under rmdir(). But in current implementation, caller of
  1907. * this function is just force_empty() and move charge, so it's
  1908. * garanteed that "to" is never removed. So, we don't check rmdir
  1909. * status here.
  1910. */
  1911. }
  1912. /*
  1913. * check whether the @pc is valid for moving account and call
  1914. * __mem_cgroup_move_account()
  1915. */
  1916. static int mem_cgroup_move_account(struct page_cgroup *pc,
  1917. struct mem_cgroup *from, struct mem_cgroup *to, bool uncharge)
  1918. {
  1919. int ret = -EINVAL;
  1920. lock_page_cgroup(pc);
  1921. if (PageCgroupUsed(pc) && pc->mem_cgroup == from) {
  1922. __mem_cgroup_move_account(pc, from, to, uncharge);
  1923. ret = 0;
  1924. }
  1925. unlock_page_cgroup(pc);
  1926. /*
  1927. * check events
  1928. */
  1929. memcg_check_events(to, pc->page);
  1930. memcg_check_events(from, pc->page);
  1931. return ret;
  1932. }
  1933. /*
  1934. * move charges to its parent.
  1935. */
  1936. static int mem_cgroup_move_parent(struct page_cgroup *pc,
  1937. struct mem_cgroup *child,
  1938. gfp_t gfp_mask)
  1939. {
  1940. struct page *page = pc->page;
  1941. struct cgroup *cg = child->css.cgroup;
  1942. struct cgroup *pcg = cg->parent;
  1943. struct mem_cgroup *parent;
  1944. int ret;
  1945. /* Is ROOT ? */
  1946. if (!pcg)
  1947. return -EINVAL;
  1948. ret = -EBUSY;
  1949. if (!get_page_unless_zero(page))
  1950. goto out;
  1951. if (isolate_lru_page(page))
  1952. goto put;
  1953. parent = mem_cgroup_from_cont(pcg);
  1954. ret = __mem_cgroup_try_charge(NULL, gfp_mask, &parent, false);
  1955. if (ret || !parent)
  1956. goto put_back;
  1957. ret = mem_cgroup_move_account(pc, child, parent, true);
  1958. if (ret)
  1959. mem_cgroup_cancel_charge(parent);
  1960. put_back:
  1961. putback_lru_page(page);
  1962. put:
  1963. put_page(page);
  1964. out:
  1965. return ret;
  1966. }
  1967. /*
  1968. * Charge the memory controller for page usage.
  1969. * Return
  1970. * 0 if the charge was successful
  1971. * < 0 if the cgroup is over its limit
  1972. */
  1973. static int mem_cgroup_charge_common(struct page *page, struct mm_struct *mm,
  1974. gfp_t gfp_mask, enum charge_type ctype)
  1975. {
  1976. struct mem_cgroup *mem = NULL;
  1977. struct page_cgroup *pc;
  1978. int ret;
  1979. pc = lookup_page_cgroup(page);
  1980. /* can happen at boot */
  1981. if (unlikely(!pc))
  1982. return 0;
  1983. prefetchw(pc);
  1984. ret = __mem_cgroup_try_charge(mm, gfp_mask, &mem, true);
  1985. if (ret || !mem)
  1986. return ret;
  1987. __mem_cgroup_commit_charge(mem, pc, ctype);
  1988. return 0;
  1989. }
  1990. int mem_cgroup_newpage_charge(struct page *page,
  1991. struct mm_struct *mm, gfp_t gfp_mask)
  1992. {
  1993. if (mem_cgroup_disabled())
  1994. return 0;
  1995. if (PageCompound(page))
  1996. return 0;
  1997. /*
  1998. * If already mapped, we don't have to account.
  1999. * If page cache, page->mapping has address_space.
  2000. * But page->mapping may have out-of-use anon_vma pointer,
  2001. * detecit it by PageAnon() check. newly-mapped-anon's page->mapping
  2002. * is NULL.
  2003. */
  2004. if (page_mapped(page) || (page->mapping && !PageAnon(page)))
  2005. return 0;
  2006. if (unlikely(!mm))
  2007. mm = &init_mm;
  2008. return mem_cgroup_charge_common(page, mm, gfp_mask,
  2009. MEM_CGROUP_CHARGE_TYPE_MAPPED);
  2010. }
  2011. static void
  2012. __mem_cgroup_commit_charge_swapin(struct page *page, struct mem_cgroup *ptr,
  2013. enum charge_type ctype);
  2014. int mem_cgroup_cache_charge(struct page *page, struct mm_struct *mm,
  2015. gfp_t gfp_mask)
  2016. {
  2017. int ret;
  2018. if (mem_cgroup_disabled())
  2019. return 0;
  2020. if (PageCompound(page))
  2021. return 0;
  2022. /*
  2023. * Corner case handling. This is called from add_to_page_cache()
  2024. * in usual. But some FS (shmem) precharges this page before calling it
  2025. * and call add_to_page_cache() with GFP_NOWAIT.
  2026. *
  2027. * For GFP_NOWAIT case, the page may be pre-charged before calling
  2028. * add_to_page_cache(). (See shmem.c) check it here and avoid to call
  2029. * charge twice. (It works but has to pay a bit larger cost.)
  2030. * And when the page is SwapCache, it should take swap information
  2031. * into account. This is under lock_page() now.
  2032. */
  2033. if (!(gfp_mask & __GFP_WAIT)) {
  2034. struct page_cgroup *pc;
  2035. pc = lookup_page_cgroup(page);
  2036. if (!pc)
  2037. return 0;
  2038. lock_page_cgroup(pc);
  2039. if (PageCgroupUsed(pc)) {
  2040. unlock_page_cgroup(pc);
  2041. return 0;
  2042. }
  2043. unlock_page_cgroup(pc);
  2044. }
  2045. if (unlikely(!mm))
  2046. mm = &init_mm;
  2047. if (page_is_file_cache(page))
  2048. return mem_cgroup_charge_common(page, mm, gfp_mask,
  2049. MEM_CGROUP_CHARGE_TYPE_CACHE);
  2050. /* shmem */
  2051. if (PageSwapCache(page)) {
  2052. struct mem_cgroup *mem = NULL;
  2053. ret = mem_cgroup_try_charge_swapin(mm, page, gfp_mask, &mem);
  2054. if (!ret)
  2055. __mem_cgroup_commit_charge_swapin(page, mem,
  2056. MEM_CGROUP_CHARGE_TYPE_SHMEM);
  2057. } else
  2058. ret = mem_cgroup_charge_common(page, mm, gfp_mask,
  2059. MEM_CGROUP_CHARGE_TYPE_SHMEM);
  2060. return ret;
  2061. }
  2062. /*
  2063. * While swap-in, try_charge -> commit or cancel, the page is locked.
  2064. * And when try_charge() successfully returns, one refcnt to memcg without
  2065. * struct page_cgroup is acquired. This refcnt will be consumed by
  2066. * "commit()" or removed by "cancel()"
  2067. */
  2068. int mem_cgroup_try_charge_swapin(struct mm_struct *mm,
  2069. struct page *page,
  2070. gfp_t mask, struct mem_cgroup **ptr)
  2071. {
  2072. struct mem_cgroup *mem;
  2073. int ret;
  2074. if (mem_cgroup_disabled())
  2075. return 0;
  2076. if (!do_swap_account)
  2077. goto charge_cur_mm;
  2078. /*
  2079. * A racing thread's fault, or swapoff, may have already updated
  2080. * the pte, and even removed page from swap cache: in those cases
  2081. * do_swap_page()'s pte_same() test will fail; but there's also a
  2082. * KSM case which does need to charge the page.
  2083. */
  2084. if (!PageSwapCache(page))
  2085. goto charge_cur_mm;
  2086. mem = try_get_mem_cgroup_from_page(page);
  2087. if (!mem)
  2088. goto charge_cur_mm;
  2089. *ptr = mem;
  2090. ret = __mem_cgroup_try_charge(NULL, mask, ptr, true);
  2091. css_put(&mem->css);
  2092. return ret;
  2093. charge_cur_mm:
  2094. if (unlikely(!mm))
  2095. mm = &init_mm;
  2096. return __mem_cgroup_try_charge(mm, mask, ptr, true);
  2097. }
  2098. static void
  2099. __mem_cgroup_commit_charge_swapin(struct page *page, struct mem_cgroup *ptr,
  2100. enum charge_type ctype)
  2101. {
  2102. struct page_cgroup *pc;
  2103. if (mem_cgroup_disabled())
  2104. return;
  2105. if (!ptr)
  2106. return;
  2107. cgroup_exclude_rmdir(&ptr->css);
  2108. pc = lookup_page_cgroup(page);
  2109. mem_cgroup_lru_del_before_commit_swapcache(page);
  2110. __mem_cgroup_commit_charge(ptr, pc, ctype);
  2111. mem_cgroup_lru_add_after_commit_swapcache(page);
  2112. /*
  2113. * Now swap is on-memory. This means this page may be
  2114. * counted both as mem and swap....double count.
  2115. * Fix it by uncharging from memsw. Basically, this SwapCache is stable
  2116. * under lock_page(). But in do_swap_page()::memory.c, reuse_swap_page()
  2117. * may call delete_from_swap_cache() before reach here.
  2118. */
  2119. if (do_swap_account && PageSwapCache(page)) {
  2120. swp_entry_t ent = {.val = page_private(page)};
  2121. unsigned short id;
  2122. struct mem_cgroup *memcg;
  2123. id = swap_cgroup_record(ent, 0);
  2124. rcu_read_lock();
  2125. memcg = mem_cgroup_lookup(id);
  2126. if (memcg) {
  2127. /*
  2128. * This recorded memcg can be obsolete one. So, avoid
  2129. * calling css_tryget
  2130. */
  2131. if (!mem_cgroup_is_root(memcg))
  2132. res_counter_uncharge(&memcg->memsw, PAGE_SIZE);
  2133. mem_cgroup_swap_statistics(memcg, false);
  2134. mem_cgroup_put(memcg);
  2135. }
  2136. rcu_read_unlock();
  2137. }
  2138. /*
  2139. * At swapin, we may charge account against cgroup which has no tasks.
  2140. * So, rmdir()->pre_destroy() can be called while we do this charge.
  2141. * In that case, we need to call pre_destroy() again. check it here.
  2142. */
  2143. cgroup_release_and_wakeup_rmdir(&ptr->css);
  2144. }
  2145. void mem_cgroup_commit_charge_swapin(struct page *page, struct mem_cgroup *ptr)
  2146. {
  2147. __mem_cgroup_commit_charge_swapin(page, ptr,
  2148. MEM_CGROUP_CHARGE_TYPE_MAPPED);
  2149. }
  2150. void mem_cgroup_cancel_charge_swapin(struct mem_cgroup *mem)
  2151. {
  2152. if (mem_cgroup_disabled())
  2153. return;
  2154. if (!mem)
  2155. return;
  2156. mem_cgroup_cancel_charge(mem);
  2157. }
  2158. static void
  2159. __do_uncharge(struct mem_cgroup *mem, const enum charge_type ctype)
  2160. {
  2161. struct memcg_batch_info *batch = NULL;
  2162. bool uncharge_memsw = true;
  2163. /* If swapout, usage of swap doesn't decrease */
  2164. if (!do_swap_account || ctype == MEM_CGROUP_CHARGE_TYPE_SWAPOUT)
  2165. uncharge_memsw = false;
  2166. batch = &current->memcg_batch;
  2167. /*
  2168. * In usual, we do css_get() when we remember memcg pointer.
  2169. * But in this case, we keep res->usage until end of a series of
  2170. * uncharges. Then, it's ok to ignore memcg's refcnt.
  2171. */
  2172. if (!batch->memcg)
  2173. batch->memcg = mem;
  2174. /*
  2175. * do_batch > 0 when unmapping pages or inode invalidate/truncate.
  2176. * In those cases, all pages freed continously can be expected to be in
  2177. * the same cgroup and we have chance to coalesce uncharges.
  2178. * But we do uncharge one by one if this is killed by OOM(TIF_MEMDIE)
  2179. * because we want to do uncharge as soon as possible.
  2180. */
  2181. if (!batch->do_batch || test_thread_flag(TIF_MEMDIE))
  2182. goto direct_uncharge;
  2183. /*
  2184. * In typical case, batch->memcg == mem. This means we can
  2185. * merge a series of uncharges to an uncharge of res_counter.
  2186. * If not, we uncharge res_counter ony by one.
  2187. */
  2188. if (batch->memcg != mem)
  2189. goto direct_uncharge;
  2190. /* remember freed charge and uncharge it later */
  2191. batch->bytes += PAGE_SIZE;
  2192. if (uncharge_memsw)
  2193. batch->memsw_bytes += PAGE_SIZE;
  2194. return;
  2195. direct_uncharge:
  2196. res_counter_uncharge(&mem->res, PAGE_SIZE);
  2197. if (uncharge_memsw)
  2198. res_counter_uncharge(&mem->memsw, PAGE_SIZE);
  2199. if (unlikely(batch->memcg != mem))
  2200. memcg_oom_recover(mem);
  2201. return;
  2202. }
  2203. /*
  2204. * uncharge if !page_mapped(page)
  2205. */
  2206. static struct mem_cgroup *
  2207. __mem_cgroup_uncharge_common(struct page *page, enum charge_type ctype)
  2208. {
  2209. struct page_cgroup *pc;
  2210. struct mem_cgroup *mem = NULL;
  2211. if (mem_cgroup_disabled())
  2212. return NULL;
  2213. if (PageSwapCache(page))
  2214. return NULL;
  2215. /*
  2216. * Check if our page_cgroup is valid
  2217. */
  2218. pc = lookup_page_cgroup(page);
  2219. if (unlikely(!pc || !PageCgroupUsed(pc)))
  2220. return NULL;
  2221. lock_page_cgroup(pc);
  2222. mem = pc->mem_cgroup;
  2223. if (!PageCgroupUsed(pc))
  2224. goto unlock_out;
  2225. switch (ctype) {
  2226. case MEM_CGROUP_CHARGE_TYPE_MAPPED:
  2227. case MEM_CGROUP_CHARGE_TYPE_DROP:
  2228. /* See mem_cgroup_prepare_migration() */
  2229. if (page_mapped(page) || PageCgroupMigration(pc))
  2230. goto unlock_out;
  2231. break;
  2232. case MEM_CGROUP_CHARGE_TYPE_SWAPOUT:
  2233. if (!PageAnon(page)) { /* Shared memory */
  2234. if (page->mapping && !page_is_file_cache(page))
  2235. goto unlock_out;
  2236. } else if (page_mapped(page)) /* Anon */
  2237. goto unlock_out;
  2238. break;
  2239. default:
  2240. break;
  2241. }
  2242. mem_cgroup_charge_statistics(mem, pc, false);
  2243. ClearPageCgroupUsed(pc);
  2244. /*
  2245. * pc->mem_cgroup is not cleared here. It will be accessed when it's
  2246. * freed from LRU. This is safe because uncharged page is expected not
  2247. * to be reused (freed soon). Exception is SwapCache, it's handled by
  2248. * special functions.
  2249. */
  2250. unlock_page_cgroup(pc);
  2251. /*
  2252. * even after unlock, we have mem->res.usage here and this memcg
  2253. * will never be freed.
  2254. */
  2255. memcg_check_events(mem, page);
  2256. if (do_swap_account && ctype == MEM_CGROUP_CHARGE_TYPE_SWAPOUT) {
  2257. mem_cgroup_swap_statistics(mem, true);
  2258. mem_cgroup_get(mem);
  2259. }
  2260. if (!mem_cgroup_is_root(mem))
  2261. __do_uncharge(mem, ctype);
  2262. return mem;
  2263. unlock_out:
  2264. unlock_page_cgroup(pc);
  2265. return NULL;
  2266. }
  2267. void mem_cgroup_uncharge_page(struct page *page)
  2268. {
  2269. /* early check. */
  2270. if (page_mapped(page))
  2271. return;
  2272. if (page->mapping && !PageAnon(page))
  2273. return;
  2274. __mem_cgroup_uncharge_common(page, MEM_CGROUP_CHARGE_TYPE_MAPPED);
  2275. }
  2276. void mem_cgroup_uncharge_cache_page(struct page *page)
  2277. {
  2278. VM_BUG_ON(page_mapped(page));
  2279. VM_BUG_ON(page->mapping);
  2280. __mem_cgroup_uncharge_common(page, MEM_CGROUP_CHARGE_TYPE_CACHE);
  2281. }
  2282. /*
  2283. * Batch_start/batch_end is called in unmap_page_range/invlidate/trucate.
  2284. * In that cases, pages are freed continuously and we can expect pages
  2285. * are in the same memcg. All these calls itself limits the number of
  2286. * pages freed at once, then uncharge_start/end() is called properly.
  2287. * This may be called prural(2) times in a context,
  2288. */
  2289. void mem_cgroup_uncharge_start(void)
  2290. {
  2291. current->memcg_batch.do_batch++;
  2292. /* We can do nest. */
  2293. if (current->memcg_batch.do_batch == 1) {
  2294. current->memcg_batch.memcg = NULL;
  2295. current->memcg_batch.bytes = 0;
  2296. current->memcg_batch.memsw_bytes = 0;
  2297. }
  2298. }
  2299. void mem_cgroup_uncharge_end(void)
  2300. {
  2301. struct memcg_batch_info *batch = &current->memcg_batch;
  2302. if (!batch->do_batch)
  2303. return;
  2304. batch->do_batch--;
  2305. if (batch->do_batch) /* If stacked, do nothing. */
  2306. return;
  2307. if (!batch->memcg)
  2308. return;
  2309. /*
  2310. * This "batch->memcg" is valid without any css_get/put etc...
  2311. * bacause we hide charges behind us.
  2312. */
  2313. if (batch->bytes)
  2314. res_counter_uncharge(&batch->memcg->res, batch->bytes);
  2315. if (batch->memsw_bytes)
  2316. res_counter_uncharge(&batch->memcg->memsw, batch->memsw_bytes);
  2317. memcg_oom_recover(batch->memcg);
  2318. /* forget this pointer (for sanity check) */
  2319. batch->memcg = NULL;
  2320. }
  2321. #ifdef CONFIG_SWAP
  2322. /*
  2323. * called after __delete_from_swap_cache() and drop "page" account.
  2324. * memcg information is recorded to swap_cgroup of "ent"
  2325. */
  2326. void
  2327. mem_cgroup_uncharge_swapcache(struct page *page, swp_entry_t ent, bool swapout)
  2328. {
  2329. struct mem_cgroup *memcg;
  2330. int ctype = MEM_CGROUP_CHARGE_TYPE_SWAPOUT;
  2331. if (!swapout) /* this was a swap cache but the swap is unused ! */
  2332. ctype = MEM_CGROUP_CHARGE_TYPE_DROP;
  2333. memcg = __mem_cgroup_uncharge_common(page, ctype);
  2334. /*
  2335. * record memcg information, if swapout && memcg != NULL,
  2336. * mem_cgroup_get() was called in uncharge().
  2337. */
  2338. if (do_swap_account && swapout && memcg)
  2339. swap_cgroup_record(ent, css_id(&memcg->css));
  2340. }
  2341. #endif
  2342. #ifdef CONFIG_CGROUP_MEM_RES_CTLR_SWAP
  2343. /*
  2344. * called from swap_entry_free(). remove record in swap_cgroup and
  2345. * uncharge "memsw" account.
  2346. */
  2347. void mem_cgroup_uncharge_swap(swp_entry_t ent)
  2348. {
  2349. struct mem_cgroup *memcg;
  2350. unsigned short id;
  2351. if (!do_swap_account)
  2352. return;
  2353. id = swap_cgroup_record(ent, 0);
  2354. rcu_read_lock();
  2355. memcg = mem_cgroup_lookup(id);
  2356. if (memcg) {
  2357. /*
  2358. * We uncharge this because swap is freed.
  2359. * This memcg can be obsolete one. We avoid calling css_tryget
  2360. */
  2361. if (!mem_cgroup_is_root(memcg))
  2362. res_counter_uncharge(&memcg->memsw, PAGE_SIZE);
  2363. mem_cgroup_swap_statistics(memcg, false);
  2364. mem_cgroup_put(memcg);
  2365. }
  2366. rcu_read_unlock();
  2367. }
  2368. /**
  2369. * mem_cgroup_move_swap_account - move swap charge and swap_cgroup's record.
  2370. * @entry: swap entry to be moved
  2371. * @from: mem_cgroup which the entry is moved from
  2372. * @to: mem_cgroup which the entry is moved to
  2373. * @need_fixup: whether we should fixup res_counters and refcounts.
  2374. *
  2375. * It succeeds only when the swap_cgroup's record for this entry is the same
  2376. * as the mem_cgroup's id of @from.
  2377. *
  2378. * Returns 0 on success, -EINVAL on failure.
  2379. *
  2380. * The caller must have charged to @to, IOW, called res_counter_charge() about
  2381. * both res and memsw, and called css_get().
  2382. */
  2383. static int mem_cgroup_move_swap_account(swp_entry_t entry,
  2384. struct mem_cgroup *from, struct mem_cgroup *to, bool need_fixup)
  2385. {
  2386. unsigned short old_id, new_id;
  2387. old_id = css_id(&from->css);
  2388. new_id = css_id(&to->css);
  2389. if (swap_cgroup_cmpxchg(entry, old_id, new_id) == old_id) {
  2390. mem_cgroup_swap_statistics(from, false);
  2391. mem_cgroup_swap_statistics(to, true);
  2392. /*
  2393. * This function is only called from task migration context now.
  2394. * It postpones res_counter and refcount handling till the end
  2395. * of task migration(mem_cgroup_clear_mc()) for performance
  2396. * improvement. But we cannot postpone mem_cgroup_get(to)
  2397. * because if the process that has been moved to @to does
  2398. * swap-in, the refcount of @to might be decreased to 0.
  2399. */
  2400. mem_cgroup_get(to);
  2401. if (need_fixup) {
  2402. if (!mem_cgroup_is_root(from))
  2403. res_counter_uncharge(&from->memsw, PAGE_SIZE);
  2404. mem_cgroup_put(from);
  2405. /*
  2406. * we charged both to->res and to->memsw, so we should
  2407. * uncharge to->res.
  2408. */
  2409. if (!mem_cgroup_is_root(to))
  2410. res_counter_uncharge(&to->res, PAGE_SIZE);
  2411. }
  2412. return 0;
  2413. }
  2414. return -EINVAL;
  2415. }
  2416. #else
  2417. static inline int mem_cgroup_move_swap_account(swp_entry_t entry,
  2418. struct mem_cgroup *from, struct mem_cgroup *to, bool need_fixup)
  2419. {
  2420. return -EINVAL;
  2421. }
  2422. #endif
  2423. /*
  2424. * Before starting migration, account PAGE_SIZE to mem_cgroup that the old
  2425. * page belongs to.
  2426. */
  2427. int mem_cgroup_prepare_migration(struct page *page,
  2428. struct page *newpage, struct mem_cgroup **ptr)
  2429. {
  2430. struct page_cgroup *pc;
  2431. struct mem_cgroup *mem = NULL;
  2432. enum charge_type ctype;
  2433. int ret = 0;
  2434. if (mem_cgroup_disabled())
  2435. return 0;
  2436. pc = lookup_page_cgroup(page);
  2437. lock_page_cgroup(pc);
  2438. if (PageCgroupUsed(pc)) {
  2439. mem = pc->mem_cgroup;
  2440. css_get(&mem->css);
  2441. /*
  2442. * At migrating an anonymous page, its mapcount goes down
  2443. * to 0 and uncharge() will be called. But, even if it's fully
  2444. * unmapped, migration may fail and this page has to be
  2445. * charged again. We set MIGRATION flag here and delay uncharge
  2446. * until end_migration() is called
  2447. *
  2448. * Corner Case Thinking
  2449. * A)
  2450. * When the old page was mapped as Anon and it's unmap-and-freed
  2451. * while migration was ongoing.
  2452. * If unmap finds the old page, uncharge() of it will be delayed
  2453. * until end_migration(). If unmap finds a new page, it's
  2454. * uncharged when it make mapcount to be 1->0. If unmap code
  2455. * finds swap_migration_entry, the new page will not be mapped
  2456. * and end_migration() will find it(mapcount==0).
  2457. *
  2458. * B)
  2459. * When the old page was mapped but migraion fails, the kernel
  2460. * remaps it. A charge for it is kept by MIGRATION flag even
  2461. * if mapcount goes down to 0. We can do remap successfully
  2462. * without charging it again.
  2463. *
  2464. * C)
  2465. * The "old" page is under lock_page() until the end of
  2466. * migration, so, the old page itself will not be swapped-out.
  2467. * If the new page is swapped out before end_migraton, our
  2468. * hook to usual swap-out path will catch the event.
  2469. */
  2470. if (PageAnon(page))
  2471. SetPageCgroupMigration(pc);
  2472. }
  2473. unlock_page_cgroup(pc);
  2474. /*
  2475. * If the page is not charged at this point,
  2476. * we return here.
  2477. */
  2478. if (!mem)
  2479. return 0;
  2480. *ptr = mem;
  2481. ret = __mem_cgroup_try_charge(NULL, GFP_KERNEL, ptr, false);
  2482. css_put(&mem->css);/* drop extra refcnt */
  2483. if (ret || *ptr == NULL) {
  2484. if (PageAnon(page)) {
  2485. lock_page_cgroup(pc);
  2486. ClearPageCgroupMigration(pc);
  2487. unlock_page_cgroup(pc);
  2488. /*
  2489. * The old page may be fully unmapped while we kept it.
  2490. */
  2491. mem_cgroup_uncharge_page(page);
  2492. }
  2493. return -ENOMEM;
  2494. }
  2495. /*
  2496. * We charge new page before it's used/mapped. So, even if unlock_page()
  2497. * is called before end_migration, we can catch all events on this new
  2498. * page. In the case new page is migrated but not remapped, new page's
  2499. * mapcount will be finally 0 and we call uncharge in end_migration().
  2500. */
  2501. pc = lookup_page_cgroup(newpage);
  2502. if (PageAnon(page))
  2503. ctype = MEM_CGROUP_CHARGE_TYPE_MAPPED;
  2504. else if (page_is_file_cache(page))
  2505. ctype = MEM_CGROUP_CHARGE_TYPE_CACHE;
  2506. else
  2507. ctype = MEM_CGROUP_CHARGE_TYPE_SHMEM;
  2508. __mem_cgroup_commit_charge(mem, pc, ctype);
  2509. return ret;
  2510. }
  2511. /* remove redundant charge if migration failed*/
  2512. void mem_cgroup_end_migration(struct mem_cgroup *mem,
  2513. struct page *oldpage, struct page *newpage)
  2514. {
  2515. struct page *used, *unused;
  2516. struct page_cgroup *pc;
  2517. if (!mem)
  2518. return;
  2519. /* blocks rmdir() */
  2520. cgroup_exclude_rmdir(&mem->css);
  2521. /* at migration success, oldpage->mapping is NULL. */
  2522. if (oldpage->mapping) {
  2523. used = oldpage;
  2524. unused = newpage;
  2525. } else {
  2526. used = newpage;
  2527. unused = oldpage;
  2528. }
  2529. /*
  2530. * We disallowed uncharge of pages under migration because mapcount
  2531. * of the page goes down to zero, temporarly.
  2532. * Clear the flag and check the page should be charged.
  2533. */
  2534. pc = lookup_page_cgroup(oldpage);
  2535. lock_page_cgroup(pc);
  2536. ClearPageCgroupMigration(pc);
  2537. unlock_page_cgroup(pc);
  2538. __mem_cgroup_uncharge_common(unused, MEM_CGROUP_CHARGE_TYPE_FORCE);
  2539. /*
  2540. * If a page is a file cache, radix-tree replacement is very atomic
  2541. * and we can skip this check. When it was an Anon page, its mapcount
  2542. * goes down to 0. But because we added MIGRATION flage, it's not
  2543. * uncharged yet. There are several case but page->mapcount check
  2544. * and USED bit check in mem_cgroup_uncharge_page() will do enough
  2545. * check. (see prepare_charge() also)
  2546. */
  2547. if (PageAnon(used))
  2548. mem_cgroup_uncharge_page(used);
  2549. /*
  2550. * At migration, we may charge account against cgroup which has no
  2551. * tasks.
  2552. * So, rmdir()->pre_destroy() can be called while we do this charge.
  2553. * In that case, we need to call pre_destroy() again. check it here.
  2554. */
  2555. cgroup_release_and_wakeup_rmdir(&mem->css);
  2556. }
  2557. /*
  2558. * A call to try to shrink memory usage on charge failure at shmem's swapin.
  2559. * Calling hierarchical_reclaim is not enough because we should update
  2560. * last_oom_jiffies to prevent pagefault_out_of_memory from invoking global OOM.
  2561. * Moreover considering hierarchy, we should reclaim from the mem_over_limit,
  2562. * not from the memcg which this page would be charged to.
  2563. * try_charge_swapin does all of these works properly.
  2564. */
  2565. int mem_cgroup_shmem_charge_fallback(struct page *page,
  2566. struct mm_struct *mm,
  2567. gfp_t gfp_mask)
  2568. {
  2569. struct mem_cgroup *mem = NULL;
  2570. int ret;
  2571. if (mem_cgroup_disabled())
  2572. return 0;
  2573. ret = mem_cgroup_try_charge_swapin(mm, page, gfp_mask, &mem);
  2574. if (!ret)
  2575. mem_cgroup_cancel_charge_swapin(mem); /* it does !mem check */
  2576. return ret;
  2577. }
  2578. static DEFINE_MUTEX(set_limit_mutex);
  2579. static int mem_cgroup_resize_limit(struct mem_cgroup *memcg,
  2580. unsigned long long val)
  2581. {
  2582. int retry_count;
  2583. u64 memswlimit, memlimit;
  2584. int ret = 0;
  2585. int children = mem_cgroup_count_children(memcg);
  2586. u64 curusage, oldusage;
  2587. int enlarge;
  2588. /*
  2589. * For keeping hierarchical_reclaim simple, how long we should retry
  2590. * is depends on callers. We set our retry-count to be function
  2591. * of # of children which we should visit in this loop.
  2592. */
  2593. retry_count = MEM_CGROUP_RECLAIM_RETRIES * children;
  2594. oldusage = res_counter_read_u64(&memcg->res, RES_USAGE);
  2595. enlarge = 0;
  2596. while (retry_count) {
  2597. if (signal_pending(current)) {
  2598. ret = -EINTR;
  2599. break;
  2600. }
  2601. /*
  2602. * Rather than hide all in some function, I do this in
  2603. * open coded manner. You see what this really does.
  2604. * We have to guarantee mem->res.limit < mem->memsw.limit.
  2605. */
  2606. mutex_lock(&set_limit_mutex);
  2607. memswlimit = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
  2608. if (memswlimit < val) {
  2609. ret = -EINVAL;
  2610. mutex_unlock(&set_limit_mutex);
  2611. break;
  2612. }
  2613. memlimit = res_counter_read_u64(&memcg->res, RES_LIMIT);
  2614. if (memlimit < val)
  2615. enlarge = 1;
  2616. ret = res_counter_set_limit(&memcg->res, val);
  2617. if (!ret) {
  2618. if (memswlimit == val)
  2619. memcg->memsw_is_minimum = true;
  2620. else
  2621. memcg->memsw_is_minimum = false;
  2622. }
  2623. mutex_unlock(&set_limit_mutex);
  2624. if (!ret)
  2625. break;
  2626. mem_cgroup_hierarchical_reclaim(memcg, NULL, GFP_KERNEL,
  2627. MEM_CGROUP_RECLAIM_SHRINK);
  2628. curusage = res_counter_read_u64(&memcg->res, RES_USAGE);
  2629. /* Usage is reduced ? */
  2630. if (curusage >= oldusage)
  2631. retry_count--;
  2632. else
  2633. oldusage = curusage;
  2634. }
  2635. if (!ret && enlarge)
  2636. memcg_oom_recover(memcg);
  2637. return ret;
  2638. }
  2639. static int mem_cgroup_resize_memsw_limit(struct mem_cgroup *memcg,
  2640. unsigned long long val)
  2641. {
  2642. int retry_count;
  2643. u64 memlimit, memswlimit, oldusage, curusage;
  2644. int children = mem_cgroup_count_children(memcg);
  2645. int ret = -EBUSY;
  2646. int enlarge = 0;
  2647. /* see mem_cgroup_resize_res_limit */
  2648. retry_count = children * MEM_CGROUP_RECLAIM_RETRIES;
  2649. oldusage = res_counter_read_u64(&memcg->memsw, RES_USAGE);
  2650. while (retry_count) {
  2651. if (signal_pending(current)) {
  2652. ret = -EINTR;
  2653. break;
  2654. }
  2655. /*
  2656. * Rather than hide all in some function, I do this in
  2657. * open coded manner. You see what this really does.
  2658. * We have to guarantee mem->res.limit < mem->memsw.limit.
  2659. */
  2660. mutex_lock(&set_limit_mutex);
  2661. memlimit = res_counter_read_u64(&memcg->res, RES_LIMIT);
  2662. if (memlimit > val) {
  2663. ret = -EINVAL;
  2664. mutex_unlock(&set_limit_mutex);
  2665. break;
  2666. }
  2667. memswlimit = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
  2668. if (memswlimit < val)
  2669. enlarge = 1;
  2670. ret = res_counter_set_limit(&memcg->memsw, val);
  2671. if (!ret) {
  2672. if (memlimit == val)
  2673. memcg->memsw_is_minimum = true;
  2674. else
  2675. memcg->memsw_is_minimum = false;
  2676. }
  2677. mutex_unlock(&set_limit_mutex);
  2678. if (!ret)
  2679. break;
  2680. mem_cgroup_hierarchical_reclaim(memcg, NULL, GFP_KERNEL,
  2681. MEM_CGROUP_RECLAIM_NOSWAP |
  2682. MEM_CGROUP_RECLAIM_SHRINK);
  2683. curusage = res_counter_read_u64(&memcg->memsw, RES_USAGE);
  2684. /* Usage is reduced ? */
  2685. if (curusage >= oldusage)
  2686. retry_count--;
  2687. else
  2688. oldusage = curusage;
  2689. }
  2690. if (!ret && enlarge)
  2691. memcg_oom_recover(memcg);
  2692. return ret;
  2693. }
  2694. unsigned long mem_cgroup_soft_limit_reclaim(struct zone *zone, int order,
  2695. gfp_t gfp_mask)
  2696. {
  2697. unsigned long nr_reclaimed = 0;
  2698. struct mem_cgroup_per_zone *mz, *next_mz = NULL;
  2699. unsigned long reclaimed;
  2700. int loop = 0;
  2701. struct mem_cgroup_tree_per_zone *mctz;
  2702. unsigned long long excess;
  2703. if (order > 0)
  2704. return 0;
  2705. mctz = soft_limit_tree_node_zone(zone_to_nid(zone), zone_idx(zone));
  2706. /*
  2707. * This loop can run a while, specially if mem_cgroup's continuously
  2708. * keep exceeding their soft limit and putting the system under
  2709. * pressure
  2710. */
  2711. do {
  2712. if (next_mz)
  2713. mz = next_mz;
  2714. else
  2715. mz = mem_cgroup_largest_soft_limit_node(mctz);
  2716. if (!mz)
  2717. break;
  2718. reclaimed = mem_cgroup_hierarchical_reclaim(mz->mem, zone,
  2719. gfp_mask,
  2720. MEM_CGROUP_RECLAIM_SOFT);
  2721. nr_reclaimed += reclaimed;
  2722. spin_lock(&mctz->lock);
  2723. /*
  2724. * If we failed to reclaim anything from this memory cgroup
  2725. * it is time to move on to the next cgroup
  2726. */
  2727. next_mz = NULL;
  2728. if (!reclaimed) {
  2729. do {
  2730. /*
  2731. * Loop until we find yet another one.
  2732. *
  2733. * By the time we get the soft_limit lock
  2734. * again, someone might have aded the
  2735. * group back on the RB tree. Iterate to
  2736. * make sure we get a different mem.
  2737. * mem_cgroup_largest_soft_limit_node returns
  2738. * NULL if no other cgroup is present on
  2739. * the tree
  2740. */
  2741. next_mz =
  2742. __mem_cgroup_largest_soft_limit_node(mctz);
  2743. if (next_mz == mz) {
  2744. css_put(&next_mz->mem->css);
  2745. next_mz = NULL;
  2746. } else /* next_mz == NULL or other memcg */
  2747. break;
  2748. } while (1);
  2749. }
  2750. __mem_cgroup_remove_exceeded(mz->mem, mz, mctz);
  2751. excess = res_counter_soft_limit_excess(&mz->mem->res);
  2752. /*
  2753. * One school of thought says that we should not add
  2754. * back the node to the tree if reclaim returns 0.
  2755. * But our reclaim could return 0, simply because due
  2756. * to priority we are exposing a smaller subset of
  2757. * memory to reclaim from. Consider this as a longer
  2758. * term TODO.
  2759. */
  2760. /* If excess == 0, no tree ops */
  2761. __mem_cgroup_insert_exceeded(mz->mem, mz, mctz, excess);
  2762. spin_unlock(&mctz->lock);
  2763. css_put(&mz->mem->css);
  2764. loop++;
  2765. /*
  2766. * Could not reclaim anything and there are no more
  2767. * mem cgroups to try or we seem to be looping without
  2768. * reclaiming anything.
  2769. */
  2770. if (!nr_reclaimed &&
  2771. (next_mz == NULL ||
  2772. loop > MEM_CGROUP_MAX_SOFT_LIMIT_RECLAIM_LOOPS))
  2773. break;
  2774. } while (!nr_reclaimed);
  2775. if (next_mz)
  2776. css_put(&next_mz->mem->css);
  2777. return nr_reclaimed;
  2778. }
  2779. /*
  2780. * This routine traverse page_cgroup in given list and drop them all.
  2781. * *And* this routine doesn't reclaim page itself, just removes page_cgroup.
  2782. */
  2783. static int mem_cgroup_force_empty_list(struct mem_cgroup *mem,
  2784. int node, int zid, enum lru_list lru)
  2785. {
  2786. struct zone *zone;
  2787. struct mem_cgroup_per_zone *mz;
  2788. struct page_cgroup *pc, *busy;
  2789. unsigned long flags, loop;
  2790. struct list_head *list;
  2791. int ret = 0;
  2792. zone = &NODE_DATA(node)->node_zones[zid];
  2793. mz = mem_cgroup_zoneinfo(mem, node, zid);
  2794. list = &mz->lists[lru];
  2795. loop = MEM_CGROUP_ZSTAT(mz, lru);
  2796. /* give some margin against EBUSY etc...*/
  2797. loop += 256;
  2798. busy = NULL;
  2799. while (loop--) {
  2800. ret = 0;
  2801. spin_lock_irqsave(&zone->lru_lock, flags);
  2802. if (list_empty(list)) {
  2803. spin_unlock_irqrestore(&zone->lru_lock, flags);
  2804. break;
  2805. }
  2806. pc = list_entry(list->prev, struct page_cgroup, lru);
  2807. if (busy == pc) {
  2808. list_move(&pc->lru, list);
  2809. busy = NULL;
  2810. spin_unlock_irqrestore(&zone->lru_lock, flags);
  2811. continue;
  2812. }
  2813. spin_unlock_irqrestore(&zone->lru_lock, flags);
  2814. ret = mem_cgroup_move_parent(pc, mem, GFP_KERNEL);
  2815. if (ret == -ENOMEM)
  2816. break;
  2817. if (ret == -EBUSY || ret == -EINVAL) {
  2818. /* found lock contention or "pc" is obsolete. */
  2819. busy = pc;
  2820. cond_resched();
  2821. } else
  2822. busy = NULL;
  2823. }
  2824. if (!ret && !list_empty(list))
  2825. return -EBUSY;
  2826. return ret;
  2827. }
  2828. /*
  2829. * make mem_cgroup's charge to be 0 if there is no task.
  2830. * This enables deleting this mem_cgroup.
  2831. */
  2832. static int mem_cgroup_force_empty(struct mem_cgroup *mem, bool free_all)
  2833. {
  2834. int ret;
  2835. int node, zid, shrink;
  2836. int nr_retries = MEM_CGROUP_RECLAIM_RETRIES;
  2837. struct cgroup *cgrp = mem->css.cgroup;
  2838. css_get(&mem->css);
  2839. shrink = 0;
  2840. /* should free all ? */
  2841. if (free_all)
  2842. goto try_to_free;
  2843. move_account:
  2844. do {
  2845. ret = -EBUSY;
  2846. if (cgroup_task_count(cgrp) || !list_empty(&cgrp->children))
  2847. goto out;
  2848. ret = -EINTR;
  2849. if (signal_pending(current))
  2850. goto out;
  2851. /* This is for making all *used* pages to be on LRU. */
  2852. lru_add_drain_all();
  2853. drain_all_stock_sync();
  2854. ret = 0;
  2855. mem_cgroup_start_move(mem);
  2856. for_each_node_state(node, N_HIGH_MEMORY) {
  2857. for (zid = 0; !ret && zid < MAX_NR_ZONES; zid++) {
  2858. enum lru_list l;
  2859. for_each_lru(l) {
  2860. ret = mem_cgroup_force_empty_list(mem,
  2861. node, zid, l);
  2862. if (ret)
  2863. break;
  2864. }
  2865. }
  2866. if (ret)
  2867. break;
  2868. }
  2869. mem_cgroup_end_move(mem);
  2870. memcg_oom_recover(mem);
  2871. /* it seems parent cgroup doesn't have enough mem */
  2872. if (ret == -ENOMEM)
  2873. goto try_to_free;
  2874. cond_resched();
  2875. /* "ret" should also be checked to ensure all lists are empty. */
  2876. } while (mem->res.usage > 0 || ret);
  2877. out:
  2878. css_put(&mem->css);
  2879. return ret;
  2880. try_to_free:
  2881. /* returns EBUSY if there is a task or if we come here twice. */
  2882. if (cgroup_task_count(cgrp) || !list_empty(&cgrp->children) || shrink) {
  2883. ret = -EBUSY;
  2884. goto out;
  2885. }
  2886. /* we call try-to-free pages for make this cgroup empty */
  2887. lru_add_drain_all();
  2888. /* try to free all pages in this cgroup */
  2889. shrink = 1;
  2890. while (nr_retries && mem->res.usage > 0) {
  2891. int progress;
  2892. if (signal_pending(current)) {
  2893. ret = -EINTR;
  2894. goto out;
  2895. }
  2896. progress = try_to_free_mem_cgroup_pages(mem, GFP_KERNEL,
  2897. false, get_swappiness(mem));
  2898. if (!progress) {
  2899. nr_retries--;
  2900. /* maybe some writeback is necessary */
  2901. congestion_wait(BLK_RW_ASYNC, HZ/10);
  2902. }
  2903. }
  2904. lru_add_drain();
  2905. /* try move_account...there may be some *locked* pages. */
  2906. goto move_account;
  2907. }
  2908. int mem_cgroup_force_empty_write(struct cgroup *cont, unsigned int event)
  2909. {
  2910. return mem_cgroup_force_empty(mem_cgroup_from_cont(cont), true);
  2911. }
  2912. static u64 mem_cgroup_hierarchy_read(struct cgroup *cont, struct cftype *cft)
  2913. {
  2914. return mem_cgroup_from_cont(cont)->use_hierarchy;
  2915. }
  2916. static int mem_cgroup_hierarchy_write(struct cgroup *cont, struct cftype *cft,
  2917. u64 val)
  2918. {
  2919. int retval = 0;
  2920. struct mem_cgroup *mem = mem_cgroup_from_cont(cont);
  2921. struct cgroup *parent = cont->parent;
  2922. struct mem_cgroup *parent_mem = NULL;
  2923. if (parent)
  2924. parent_mem = mem_cgroup_from_cont(parent);
  2925. cgroup_lock();
  2926. /*
  2927. * If parent's use_hierarchy is set, we can't make any modifications
  2928. * in the child subtrees. If it is unset, then the change can
  2929. * occur, provided the current cgroup has no children.
  2930. *
  2931. * For the root cgroup, parent_mem is NULL, we allow value to be
  2932. * set if there are no children.
  2933. */
  2934. if ((!parent_mem || !parent_mem->use_hierarchy) &&
  2935. (val == 1 || val == 0)) {
  2936. if (list_empty(&cont->children))
  2937. mem->use_hierarchy = val;
  2938. else
  2939. retval = -EBUSY;
  2940. } else
  2941. retval = -EINVAL;
  2942. cgroup_unlock();
  2943. return retval;
  2944. }
  2945. static u64 mem_cgroup_get_recursive_idx_stat(struct mem_cgroup *mem,
  2946. enum mem_cgroup_stat_index idx)
  2947. {
  2948. struct mem_cgroup *iter;
  2949. s64 val = 0;
  2950. /* each per cpu's value can be minus.Then, use s64 */
  2951. for_each_mem_cgroup_tree(iter, mem)
  2952. val += mem_cgroup_read_stat(iter, idx);
  2953. if (val < 0) /* race ? */
  2954. val = 0;
  2955. return val;
  2956. }
  2957. static inline u64 mem_cgroup_usage(struct mem_cgroup *mem, bool swap)
  2958. {
  2959. u64 val;
  2960. if (!mem_cgroup_is_root(mem)) {
  2961. if (!swap)
  2962. return res_counter_read_u64(&mem->res, RES_USAGE);
  2963. else
  2964. return res_counter_read_u64(&mem->memsw, RES_USAGE);
  2965. }
  2966. val = mem_cgroup_get_recursive_idx_stat(mem, MEM_CGROUP_STAT_CACHE);
  2967. val += mem_cgroup_get_recursive_idx_stat(mem, MEM_CGROUP_STAT_RSS);
  2968. if (swap)
  2969. val += mem_cgroup_get_recursive_idx_stat(mem,
  2970. MEM_CGROUP_STAT_SWAPOUT);
  2971. return val << PAGE_SHIFT;
  2972. }
  2973. static u64 mem_cgroup_read(struct cgroup *cont, struct cftype *cft)
  2974. {
  2975. struct mem_cgroup *mem = mem_cgroup_from_cont(cont);
  2976. u64 val;
  2977. int type, name;
  2978. type = MEMFILE_TYPE(cft->private);
  2979. name = MEMFILE_ATTR(cft->private);
  2980. switch (type) {
  2981. case _MEM:
  2982. if (name == RES_USAGE)
  2983. val = mem_cgroup_usage(mem, false);
  2984. else
  2985. val = res_counter_read_u64(&mem->res, name);
  2986. break;
  2987. case _MEMSWAP:
  2988. if (name == RES_USAGE)
  2989. val = mem_cgroup_usage(mem, true);
  2990. else
  2991. val = res_counter_read_u64(&mem->memsw, name);
  2992. break;
  2993. default:
  2994. BUG();
  2995. break;
  2996. }
  2997. return val;
  2998. }
  2999. /*
  3000. * The user of this function is...
  3001. * RES_LIMIT.
  3002. */
  3003. static int mem_cgroup_write(struct cgroup *cont, struct cftype *cft,
  3004. const char *buffer)
  3005. {
  3006. struct mem_cgroup *memcg = mem_cgroup_from_cont(cont);
  3007. int type, name;
  3008. unsigned long long val;
  3009. int ret;
  3010. type = MEMFILE_TYPE(cft->private);
  3011. name = MEMFILE_ATTR(cft->private);
  3012. switch (name) {
  3013. case RES_LIMIT:
  3014. if (mem_cgroup_is_root(memcg)) { /* Can't set limit on root */
  3015. ret = -EINVAL;
  3016. break;
  3017. }
  3018. /* This function does all necessary parse...reuse it */
  3019. ret = res_counter_memparse_write_strategy(buffer, &val);
  3020. if (ret)
  3021. break;
  3022. if (type == _MEM)
  3023. ret = mem_cgroup_resize_limit(memcg, val);
  3024. else
  3025. ret = mem_cgroup_resize_memsw_limit(memcg, val);
  3026. break;
  3027. case RES_SOFT_LIMIT:
  3028. ret = res_counter_memparse_write_strategy(buffer, &val);
  3029. if (ret)
  3030. break;
  3031. /*
  3032. * For memsw, soft limits are hard to implement in terms
  3033. * of semantics, for now, we support soft limits for
  3034. * control without swap
  3035. */
  3036. if (type == _MEM)
  3037. ret = res_counter_set_soft_limit(&memcg->res, val);
  3038. else
  3039. ret = -EINVAL;
  3040. break;
  3041. default:
  3042. ret = -EINVAL; /* should be BUG() ? */
  3043. break;
  3044. }
  3045. return ret;
  3046. }
  3047. static void memcg_get_hierarchical_limit(struct mem_cgroup *memcg,
  3048. unsigned long long *mem_limit, unsigned long long *memsw_limit)
  3049. {
  3050. struct cgroup *cgroup;
  3051. unsigned long long min_limit, min_memsw_limit, tmp;
  3052. min_limit = res_counter_read_u64(&memcg->res, RES_LIMIT);
  3053. min_memsw_limit = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
  3054. cgroup = memcg->css.cgroup;
  3055. if (!memcg->use_hierarchy)
  3056. goto out;
  3057. while (cgroup->parent) {
  3058. cgroup = cgroup->parent;
  3059. memcg = mem_cgroup_from_cont(cgroup);
  3060. if (!memcg->use_hierarchy)
  3061. break;
  3062. tmp = res_counter_read_u64(&memcg->res, RES_LIMIT);
  3063. min_limit = min(min_limit, tmp);
  3064. tmp = res_counter_read_u64(&memcg->memsw, RES_LIMIT);
  3065. min_memsw_limit = min(min_memsw_limit, tmp);
  3066. }
  3067. out:
  3068. *mem_limit = min_limit;
  3069. *memsw_limit = min_memsw_limit;
  3070. return;
  3071. }
  3072. static int mem_cgroup_reset(struct cgroup *cont, unsigned int event)
  3073. {
  3074. struct mem_cgroup *mem;
  3075. int type, name;
  3076. mem = mem_cgroup_from_cont(cont);
  3077. type = MEMFILE_TYPE(event);
  3078. name = MEMFILE_ATTR(event);
  3079. switch (name) {
  3080. case RES_MAX_USAGE:
  3081. if (type == _MEM)
  3082. res_counter_reset_max(&mem->res);
  3083. else
  3084. res_counter_reset_max(&mem->memsw);
  3085. break;
  3086. case RES_FAILCNT:
  3087. if (type == _MEM)
  3088. res_counter_reset_failcnt(&mem->res);
  3089. else
  3090. res_counter_reset_failcnt(&mem->memsw);
  3091. break;
  3092. }
  3093. return 0;
  3094. }
  3095. static u64 mem_cgroup_move_charge_read(struct cgroup *cgrp,
  3096. struct cftype *cft)
  3097. {
  3098. return mem_cgroup_from_cont(cgrp)->move_charge_at_immigrate;
  3099. }
  3100. #ifdef CONFIG_MMU
  3101. static int mem_cgroup_move_charge_write(struct cgroup *cgrp,
  3102. struct cftype *cft, u64 val)
  3103. {
  3104. struct mem_cgroup *mem = mem_cgroup_from_cont(cgrp);
  3105. if (val >= (1 << NR_MOVE_TYPE))
  3106. return -EINVAL;
  3107. /*
  3108. * We check this value several times in both in can_attach() and
  3109. * attach(), so we need cgroup lock to prevent this value from being
  3110. * inconsistent.
  3111. */
  3112. cgroup_lock();
  3113. mem->move_charge_at_immigrate = val;
  3114. cgroup_unlock();
  3115. return 0;
  3116. }
  3117. #else
  3118. static int mem_cgroup_move_charge_write(struct cgroup *cgrp,
  3119. struct cftype *cft, u64 val)
  3120. {
  3121. return -ENOSYS;
  3122. }
  3123. #endif
  3124. /* For read statistics */
  3125. enum {
  3126. MCS_CACHE,
  3127. MCS_RSS,
  3128. MCS_FILE_MAPPED,
  3129. MCS_PGPGIN,
  3130. MCS_PGPGOUT,
  3131. MCS_SWAP,
  3132. MCS_INACTIVE_ANON,
  3133. MCS_ACTIVE_ANON,
  3134. MCS_INACTIVE_FILE,
  3135. MCS_ACTIVE_FILE,
  3136. MCS_UNEVICTABLE,
  3137. NR_MCS_STAT,
  3138. };
  3139. struct mcs_total_stat {
  3140. s64 stat[NR_MCS_STAT];
  3141. };
  3142. struct {
  3143. char *local_name;
  3144. char *total_name;
  3145. } memcg_stat_strings[NR_MCS_STAT] = {
  3146. {"cache", "total_cache"},
  3147. {"rss", "total_rss"},
  3148. {"mapped_file", "total_mapped_file"},
  3149. {"pgpgin", "total_pgpgin"},
  3150. {"pgpgout", "total_pgpgout"},
  3151. {"swap", "total_swap"},
  3152. {"inactive_anon", "total_inactive_anon"},
  3153. {"active_anon", "total_active_anon"},
  3154. {"inactive_file", "total_inactive_file"},
  3155. {"active_file", "total_active_file"},
  3156. {"unevictable", "total_unevictable"}
  3157. };
  3158. static void
  3159. mem_cgroup_get_local_stat(struct mem_cgroup *mem, struct mcs_total_stat *s)
  3160. {
  3161. s64 val;
  3162. /* per cpu stat */
  3163. val = mem_cgroup_read_stat(mem, MEM_CGROUP_STAT_CACHE);
  3164. s->stat[MCS_CACHE] += val * PAGE_SIZE;
  3165. val = mem_cgroup_read_stat(mem, MEM_CGROUP_STAT_RSS);
  3166. s->stat[MCS_RSS] += val * PAGE_SIZE;
  3167. val = mem_cgroup_read_stat(mem, MEM_CGROUP_STAT_FILE_MAPPED);
  3168. s->stat[MCS_FILE_MAPPED] += val * PAGE_SIZE;
  3169. val = mem_cgroup_read_stat(mem, MEM_CGROUP_STAT_PGPGIN_COUNT);
  3170. s->stat[MCS_PGPGIN] += val;
  3171. val = mem_cgroup_read_stat(mem, MEM_CGROUP_STAT_PGPGOUT_COUNT);
  3172. s->stat[MCS_PGPGOUT] += val;
  3173. if (do_swap_account) {
  3174. val = mem_cgroup_read_stat(mem, MEM_CGROUP_STAT_SWAPOUT);
  3175. s->stat[MCS_SWAP] += val * PAGE_SIZE;
  3176. }
  3177. /* per zone stat */
  3178. val = mem_cgroup_get_local_zonestat(mem, LRU_INACTIVE_ANON);
  3179. s->stat[MCS_INACTIVE_ANON] += val * PAGE_SIZE;
  3180. val = mem_cgroup_get_local_zonestat(mem, LRU_ACTIVE_ANON);
  3181. s->stat[MCS_ACTIVE_ANON] += val * PAGE_SIZE;
  3182. val = mem_cgroup_get_local_zonestat(mem, LRU_INACTIVE_FILE);
  3183. s->stat[MCS_INACTIVE_FILE] += val * PAGE_SIZE;
  3184. val = mem_cgroup_get_local_zonestat(mem, LRU_ACTIVE_FILE);
  3185. s->stat[MCS_ACTIVE_FILE] += val * PAGE_SIZE;
  3186. val = mem_cgroup_get_local_zonestat(mem, LRU_UNEVICTABLE);
  3187. s->stat[MCS_UNEVICTABLE] += val * PAGE_SIZE;
  3188. }
  3189. static void
  3190. mem_cgroup_get_total_stat(struct mem_cgroup *mem, struct mcs_total_stat *s)
  3191. {
  3192. struct mem_cgroup *iter;
  3193. for_each_mem_cgroup_tree(iter, mem)
  3194. mem_cgroup_get_local_stat(iter, s);
  3195. }
  3196. static int mem_control_stat_show(struct cgroup *cont, struct cftype *cft,
  3197. struct cgroup_map_cb *cb)
  3198. {
  3199. struct mem_cgroup *mem_cont = mem_cgroup_from_cont(cont);
  3200. struct mcs_total_stat mystat;
  3201. int i;
  3202. memset(&mystat, 0, sizeof(mystat));
  3203. mem_cgroup_get_local_stat(mem_cont, &mystat);
  3204. for (i = 0; i < NR_MCS_STAT; i++) {
  3205. if (i == MCS_SWAP && !do_swap_account)
  3206. continue;
  3207. cb->fill(cb, memcg_stat_strings[i].local_name, mystat.stat[i]);
  3208. }
  3209. /* Hierarchical information */
  3210. {
  3211. unsigned long long limit, memsw_limit;
  3212. memcg_get_hierarchical_limit(mem_cont, &limit, &memsw_limit);
  3213. cb->fill(cb, "hierarchical_memory_limit", limit);
  3214. if (do_swap_account)
  3215. cb->fill(cb, "hierarchical_memsw_limit", memsw_limit);
  3216. }
  3217. memset(&mystat, 0, sizeof(mystat));
  3218. mem_cgroup_get_total_stat(mem_cont, &mystat);
  3219. for (i = 0; i < NR_MCS_STAT; i++) {
  3220. if (i == MCS_SWAP && !do_swap_account)
  3221. continue;
  3222. cb->fill(cb, memcg_stat_strings[i].total_name, mystat.stat[i]);
  3223. }
  3224. #ifdef CONFIG_DEBUG_VM
  3225. cb->fill(cb, "inactive_ratio", calc_inactive_ratio(mem_cont, NULL));
  3226. {
  3227. int nid, zid;
  3228. struct mem_cgroup_per_zone *mz;
  3229. unsigned long recent_rotated[2] = {0, 0};
  3230. unsigned long recent_scanned[2] = {0, 0};
  3231. for_each_online_node(nid)
  3232. for (zid = 0; zid < MAX_NR_ZONES; zid++) {
  3233. mz = mem_cgroup_zoneinfo(mem_cont, nid, zid);
  3234. recent_rotated[0] +=
  3235. mz->reclaim_stat.recent_rotated[0];
  3236. recent_rotated[1] +=
  3237. mz->reclaim_stat.recent_rotated[1];
  3238. recent_scanned[0] +=
  3239. mz->reclaim_stat.recent_scanned[0];
  3240. recent_scanned[1] +=
  3241. mz->reclaim_stat.recent_scanned[1];
  3242. }
  3243. cb->fill(cb, "recent_rotated_anon", recent_rotated[0]);
  3244. cb->fill(cb, "recent_rotated_file", recent_rotated[1]);
  3245. cb->fill(cb, "recent_scanned_anon", recent_scanned[0]);
  3246. cb->fill(cb, "recent_scanned_file", recent_scanned[1]);
  3247. }
  3248. #endif
  3249. return 0;
  3250. }
  3251. static u64 mem_cgroup_swappiness_read(struct cgroup *cgrp, struct cftype *cft)
  3252. {
  3253. struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
  3254. return get_swappiness(memcg);
  3255. }
  3256. static int mem_cgroup_swappiness_write(struct cgroup *cgrp, struct cftype *cft,
  3257. u64 val)
  3258. {
  3259. struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
  3260. struct mem_cgroup *parent;
  3261. if (val > 100)
  3262. return -EINVAL;
  3263. if (cgrp->parent == NULL)
  3264. return -EINVAL;
  3265. parent = mem_cgroup_from_cont(cgrp->parent);
  3266. cgroup_lock();
  3267. /* If under hierarchy, only empty-root can set this value */
  3268. if ((parent->use_hierarchy) ||
  3269. (memcg->use_hierarchy && !list_empty(&cgrp->children))) {
  3270. cgroup_unlock();
  3271. return -EINVAL;
  3272. }
  3273. spin_lock(&memcg->reclaim_param_lock);
  3274. memcg->swappiness = val;
  3275. spin_unlock(&memcg->reclaim_param_lock);
  3276. cgroup_unlock();
  3277. return 0;
  3278. }
  3279. static void __mem_cgroup_threshold(struct mem_cgroup *memcg, bool swap)
  3280. {
  3281. struct mem_cgroup_threshold_ary *t;
  3282. u64 usage;
  3283. int i;
  3284. rcu_read_lock();
  3285. if (!swap)
  3286. t = rcu_dereference(memcg->thresholds.primary);
  3287. else
  3288. t = rcu_dereference(memcg->memsw_thresholds.primary);
  3289. if (!t)
  3290. goto unlock;
  3291. usage = mem_cgroup_usage(memcg, swap);
  3292. /*
  3293. * current_threshold points to threshold just below usage.
  3294. * If it's not true, a threshold was crossed after last
  3295. * call of __mem_cgroup_threshold().
  3296. */
  3297. i = t->current_threshold;
  3298. /*
  3299. * Iterate backward over array of thresholds starting from
  3300. * current_threshold and check if a threshold is crossed.
  3301. * If none of thresholds below usage is crossed, we read
  3302. * only one element of the array here.
  3303. */
  3304. for (; i >= 0 && unlikely(t->entries[i].threshold > usage); i--)
  3305. eventfd_signal(t->entries[i].eventfd, 1);
  3306. /* i = current_threshold + 1 */
  3307. i++;
  3308. /*
  3309. * Iterate forward over array of thresholds starting from
  3310. * current_threshold+1 and check if a threshold is crossed.
  3311. * If none of thresholds above usage is crossed, we read
  3312. * only one element of the array here.
  3313. */
  3314. for (; i < t->size && unlikely(t->entries[i].threshold <= usage); i++)
  3315. eventfd_signal(t->entries[i].eventfd, 1);
  3316. /* Update current_threshold */
  3317. t->current_threshold = i - 1;
  3318. unlock:
  3319. rcu_read_unlock();
  3320. }
  3321. static void mem_cgroup_threshold(struct mem_cgroup *memcg)
  3322. {
  3323. while (memcg) {
  3324. __mem_cgroup_threshold(memcg, false);
  3325. if (do_swap_account)
  3326. __mem_cgroup_threshold(memcg, true);
  3327. memcg = parent_mem_cgroup(memcg);
  3328. }
  3329. }
  3330. static int compare_thresholds(const void *a, const void *b)
  3331. {
  3332. const struct mem_cgroup_threshold *_a = a;
  3333. const struct mem_cgroup_threshold *_b = b;
  3334. return _a->threshold - _b->threshold;
  3335. }
  3336. static int mem_cgroup_oom_notify_cb(struct mem_cgroup *mem)
  3337. {
  3338. struct mem_cgroup_eventfd_list *ev;
  3339. list_for_each_entry(ev, &mem->oom_notify, list)
  3340. eventfd_signal(ev->eventfd, 1);
  3341. return 0;
  3342. }
  3343. static void mem_cgroup_oom_notify(struct mem_cgroup *mem)
  3344. {
  3345. struct mem_cgroup *iter;
  3346. for_each_mem_cgroup_tree(iter, mem)
  3347. mem_cgroup_oom_notify_cb(iter);
  3348. }
  3349. static int mem_cgroup_usage_register_event(struct cgroup *cgrp,
  3350. struct cftype *cft, struct eventfd_ctx *eventfd, const char *args)
  3351. {
  3352. struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
  3353. struct mem_cgroup_thresholds *thresholds;
  3354. struct mem_cgroup_threshold_ary *new;
  3355. int type = MEMFILE_TYPE(cft->private);
  3356. u64 threshold, usage;
  3357. int i, size, ret;
  3358. ret = res_counter_memparse_write_strategy(args, &threshold);
  3359. if (ret)
  3360. return ret;
  3361. mutex_lock(&memcg->thresholds_lock);
  3362. if (type == _MEM)
  3363. thresholds = &memcg->thresholds;
  3364. else if (type == _MEMSWAP)
  3365. thresholds = &memcg->memsw_thresholds;
  3366. else
  3367. BUG();
  3368. usage = mem_cgroup_usage(memcg, type == _MEMSWAP);
  3369. /* Check if a threshold crossed before adding a new one */
  3370. if (thresholds->primary)
  3371. __mem_cgroup_threshold(memcg, type == _MEMSWAP);
  3372. size = thresholds->primary ? thresholds->primary->size + 1 : 1;
  3373. /* Allocate memory for new array of thresholds */
  3374. new = kmalloc(sizeof(*new) + size * sizeof(struct mem_cgroup_threshold),
  3375. GFP_KERNEL);
  3376. if (!new) {
  3377. ret = -ENOMEM;
  3378. goto unlock;
  3379. }
  3380. new->size = size;
  3381. /* Copy thresholds (if any) to new array */
  3382. if (thresholds->primary) {
  3383. memcpy(new->entries, thresholds->primary->entries, (size - 1) *
  3384. sizeof(struct mem_cgroup_threshold));
  3385. }
  3386. /* Add new threshold */
  3387. new->entries[size - 1].eventfd = eventfd;
  3388. new->entries[size - 1].threshold = threshold;
  3389. /* Sort thresholds. Registering of new threshold isn't time-critical */
  3390. sort(new->entries, size, sizeof(struct mem_cgroup_threshold),
  3391. compare_thresholds, NULL);
  3392. /* Find current threshold */
  3393. new->current_threshold = -1;
  3394. for (i = 0; i < size; i++) {
  3395. if (new->entries[i].threshold < usage) {
  3396. /*
  3397. * new->current_threshold will not be used until
  3398. * rcu_assign_pointer(), so it's safe to increment
  3399. * it here.
  3400. */
  3401. ++new->current_threshold;
  3402. }
  3403. }
  3404. /* Free old spare buffer and save old primary buffer as spare */
  3405. kfree(thresholds->spare);
  3406. thresholds->spare = thresholds->primary;
  3407. rcu_assign_pointer(thresholds->primary, new);
  3408. /* To be sure that nobody uses thresholds */
  3409. synchronize_rcu();
  3410. unlock:
  3411. mutex_unlock(&memcg->thresholds_lock);
  3412. return ret;
  3413. }
  3414. static void mem_cgroup_usage_unregister_event(struct cgroup *cgrp,
  3415. struct cftype *cft, struct eventfd_ctx *eventfd)
  3416. {
  3417. struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
  3418. struct mem_cgroup_thresholds *thresholds;
  3419. struct mem_cgroup_threshold_ary *new;
  3420. int type = MEMFILE_TYPE(cft->private);
  3421. u64 usage;
  3422. int i, j, size;
  3423. mutex_lock(&memcg->thresholds_lock);
  3424. if (type == _MEM)
  3425. thresholds = &memcg->thresholds;
  3426. else if (type == _MEMSWAP)
  3427. thresholds = &memcg->memsw_thresholds;
  3428. else
  3429. BUG();
  3430. /*
  3431. * Something went wrong if we trying to unregister a threshold
  3432. * if we don't have thresholds
  3433. */
  3434. BUG_ON(!thresholds);
  3435. usage = mem_cgroup_usage(memcg, type == _MEMSWAP);
  3436. /* Check if a threshold crossed before removing */
  3437. __mem_cgroup_threshold(memcg, type == _MEMSWAP);
  3438. /* Calculate new number of threshold */
  3439. size = 0;
  3440. for (i = 0; i < thresholds->primary->size; i++) {
  3441. if (thresholds->primary->entries[i].eventfd != eventfd)
  3442. size++;
  3443. }
  3444. new = thresholds->spare;
  3445. /* Set thresholds array to NULL if we don't have thresholds */
  3446. if (!size) {
  3447. kfree(new);
  3448. new = NULL;
  3449. goto swap_buffers;
  3450. }
  3451. new->size = size;
  3452. /* Copy thresholds and find current threshold */
  3453. new->current_threshold = -1;
  3454. for (i = 0, j = 0; i < thresholds->primary->size; i++) {
  3455. if (thresholds->primary->entries[i].eventfd == eventfd)
  3456. continue;
  3457. new->entries[j] = thresholds->primary->entries[i];
  3458. if (new->entries[j].threshold < usage) {
  3459. /*
  3460. * new->current_threshold will not be used
  3461. * until rcu_assign_pointer(), so it's safe to increment
  3462. * it here.
  3463. */
  3464. ++new->current_threshold;
  3465. }
  3466. j++;
  3467. }
  3468. swap_buffers:
  3469. /* Swap primary and spare array */
  3470. thresholds->spare = thresholds->primary;
  3471. rcu_assign_pointer(thresholds->primary, new);
  3472. /* To be sure that nobody uses thresholds */
  3473. synchronize_rcu();
  3474. mutex_unlock(&memcg->thresholds_lock);
  3475. }
  3476. static int mem_cgroup_oom_register_event(struct cgroup *cgrp,
  3477. struct cftype *cft, struct eventfd_ctx *eventfd, const char *args)
  3478. {
  3479. struct mem_cgroup *memcg = mem_cgroup_from_cont(cgrp);
  3480. struct mem_cgroup_eventfd_list *event;
  3481. int type = MEMFILE_TYPE(cft->private);
  3482. BUG_ON(type != _OOM_TYPE);
  3483. event = kmalloc(sizeof(*event), GFP_KERNEL);
  3484. if (!event)
  3485. return -ENOMEM;
  3486. mutex_lock(&memcg_oom_mutex);
  3487. event->eventfd = eventfd;
  3488. list_add(&event->list, &memcg->oom_notify);
  3489. /* already in OOM ? */
  3490. if (atomic_read(&memcg->oom_lock))
  3491. eventfd_signal(eventfd, 1);
  3492. mutex_unlock(&memcg_oom_mutex);
  3493. return 0;
  3494. }
  3495. static void mem_cgroup_oom_unregister_event(struct cgroup *cgrp,
  3496. struct cftype *cft, struct eventfd_ctx *eventfd)
  3497. {
  3498. struct mem_cgroup *mem = mem_cgroup_from_cont(cgrp);
  3499. struct mem_cgroup_eventfd_list *ev, *tmp;
  3500. int type = MEMFILE_TYPE(cft->private);
  3501. BUG_ON(type != _OOM_TYPE);
  3502. mutex_lock(&memcg_oom_mutex);
  3503. list_for_each_entry_safe(ev, tmp, &mem->oom_notify, list) {
  3504. if (ev->eventfd == eventfd) {
  3505. list_del(&ev->list);
  3506. kfree(ev);
  3507. }
  3508. }
  3509. mutex_unlock(&memcg_oom_mutex);
  3510. }
  3511. static int mem_cgroup_oom_control_read(struct cgroup *cgrp,
  3512. struct cftype *cft, struct cgroup_map_cb *cb)
  3513. {
  3514. struct mem_cgroup *mem = mem_cgroup_from_cont(cgrp);
  3515. cb->fill(cb, "oom_kill_disable", mem->oom_kill_disable);
  3516. if (atomic_read(&mem->oom_lock))
  3517. cb->fill(cb, "under_oom", 1);
  3518. else
  3519. cb->fill(cb, "under_oom", 0);
  3520. return 0;
  3521. }
  3522. static int mem_cgroup_oom_control_write(struct cgroup *cgrp,
  3523. struct cftype *cft, u64 val)
  3524. {
  3525. struct mem_cgroup *mem = mem_cgroup_from_cont(cgrp);
  3526. struct mem_cgroup *parent;
  3527. /* cannot set to root cgroup and only 0 and 1 are allowed */
  3528. if (!cgrp->parent || !((val == 0) || (val == 1)))
  3529. return -EINVAL;
  3530. parent = mem_cgroup_from_cont(cgrp->parent);
  3531. cgroup_lock();
  3532. /* oom-kill-disable is a flag for subhierarchy. */
  3533. if ((parent->use_hierarchy) ||
  3534. (mem->use_hierarchy && !list_empty(&cgrp->children))) {
  3535. cgroup_unlock();
  3536. return -EINVAL;
  3537. }
  3538. mem->oom_kill_disable = val;
  3539. if (!val)
  3540. memcg_oom_recover(mem);
  3541. cgroup_unlock();
  3542. return 0;
  3543. }
  3544. static struct cftype mem_cgroup_files[] = {
  3545. {
  3546. .name = "usage_in_bytes",
  3547. .private = MEMFILE_PRIVATE(_MEM, RES_USAGE),
  3548. .read_u64 = mem_cgroup_read,
  3549. .register_event = mem_cgroup_usage_register_event,
  3550. .unregister_event = mem_cgroup_usage_unregister_event,
  3551. },
  3552. {
  3553. .name = "max_usage_in_bytes",
  3554. .private = MEMFILE_PRIVATE(_MEM, RES_MAX_USAGE),
  3555. .trigger = mem_cgroup_reset,
  3556. .read_u64 = mem_cgroup_read,
  3557. },
  3558. {
  3559. .name = "limit_in_bytes",
  3560. .private = MEMFILE_PRIVATE(_MEM, RES_LIMIT),
  3561. .write_string = mem_cgroup_write,
  3562. .read_u64 = mem_cgroup_read,
  3563. },
  3564. {
  3565. .name = "soft_limit_in_bytes",
  3566. .private = MEMFILE_PRIVATE(_MEM, RES_SOFT_LIMIT),
  3567. .write_string = mem_cgroup_write,
  3568. .read_u64 = mem_cgroup_read,
  3569. },
  3570. {
  3571. .name = "failcnt",
  3572. .private = MEMFILE_PRIVATE(_MEM, RES_FAILCNT),
  3573. .trigger = mem_cgroup_reset,
  3574. .read_u64 = mem_cgroup_read,
  3575. },
  3576. {
  3577. .name = "stat",
  3578. .read_map = mem_control_stat_show,
  3579. },
  3580. {
  3581. .name = "force_empty",
  3582. .trigger = mem_cgroup_force_empty_write,
  3583. },
  3584. {
  3585. .name = "use_hierarchy",
  3586. .write_u64 = mem_cgroup_hierarchy_write,
  3587. .read_u64 = mem_cgroup_hierarchy_read,
  3588. },
  3589. {
  3590. .name = "swappiness",
  3591. .read_u64 = mem_cgroup_swappiness_read,
  3592. .write_u64 = mem_cgroup_swappiness_write,
  3593. },
  3594. {
  3595. .name = "move_charge_at_immigrate",
  3596. .read_u64 = mem_cgroup_move_charge_read,
  3597. .write_u64 = mem_cgroup_move_charge_write,
  3598. },
  3599. {
  3600. .name = "oom_control",
  3601. .read_map = mem_cgroup_oom_control_read,
  3602. .write_u64 = mem_cgroup_oom_control_write,
  3603. .register_event = mem_cgroup_oom_register_event,
  3604. .unregister_event = mem_cgroup_oom_unregister_event,
  3605. .private = MEMFILE_PRIVATE(_OOM_TYPE, OOM_CONTROL),
  3606. },
  3607. };
  3608. #ifdef CONFIG_CGROUP_MEM_RES_CTLR_SWAP
  3609. static struct cftype memsw_cgroup_files[] = {
  3610. {
  3611. .name = "memsw.usage_in_bytes",
  3612. .private = MEMFILE_PRIVATE(_MEMSWAP, RES_USAGE),
  3613. .read_u64 = mem_cgroup_read,
  3614. .register_event = mem_cgroup_usage_register_event,
  3615. .unregister_event = mem_cgroup_usage_unregister_event,
  3616. },
  3617. {
  3618. .name = "memsw.max_usage_in_bytes",
  3619. .private = MEMFILE_PRIVATE(_MEMSWAP, RES_MAX_USAGE),
  3620. .trigger = mem_cgroup_reset,
  3621. .read_u64 = mem_cgroup_read,
  3622. },
  3623. {
  3624. .name = "memsw.limit_in_bytes",
  3625. .private = MEMFILE_PRIVATE(_MEMSWAP, RES_LIMIT),
  3626. .write_string = mem_cgroup_write,
  3627. .read_u64 = mem_cgroup_read,
  3628. },
  3629. {
  3630. .name = "memsw.failcnt",
  3631. .private = MEMFILE_PRIVATE(_MEMSWAP, RES_FAILCNT),
  3632. .trigger = mem_cgroup_reset,
  3633. .read_u64 = mem_cgroup_read,
  3634. },
  3635. };
  3636. static int register_memsw_files(struct cgroup *cont, struct cgroup_subsys *ss)
  3637. {
  3638. if (!do_swap_account)
  3639. return 0;
  3640. return cgroup_add_files(cont, ss, memsw_cgroup_files,
  3641. ARRAY_SIZE(memsw_cgroup_files));
  3642. };
  3643. #else
  3644. static int register_memsw_files(struct cgroup *cont, struct cgroup_subsys *ss)
  3645. {
  3646. return 0;
  3647. }
  3648. #endif
  3649. static int alloc_mem_cgroup_per_zone_info(struct mem_cgroup *mem, int node)
  3650. {
  3651. struct mem_cgroup_per_node *pn;
  3652. struct mem_cgroup_per_zone *mz;
  3653. enum lru_list l;
  3654. int zone, tmp = node;
  3655. /*
  3656. * This routine is called against possible nodes.
  3657. * But it's BUG to call kmalloc() against offline node.
  3658. *
  3659. * TODO: this routine can waste much memory for nodes which will
  3660. * never be onlined. It's better to use memory hotplug callback
  3661. * function.
  3662. */
  3663. if (!node_state(node, N_NORMAL_MEMORY))
  3664. tmp = -1;
  3665. pn = kmalloc_node(sizeof(*pn), GFP_KERNEL, tmp);
  3666. if (!pn)
  3667. return 1;
  3668. mem->info.nodeinfo[node] = pn;
  3669. memset(pn, 0, sizeof(*pn));
  3670. for (zone = 0; zone < MAX_NR_ZONES; zone++) {
  3671. mz = &pn->zoneinfo[zone];
  3672. for_each_lru(l)
  3673. INIT_LIST_HEAD(&mz->lists[l]);
  3674. mz->usage_in_excess = 0;
  3675. mz->on_tree = false;
  3676. mz->mem = mem;
  3677. }
  3678. return 0;
  3679. }
  3680. static void free_mem_cgroup_per_zone_info(struct mem_cgroup *mem, int node)
  3681. {
  3682. kfree(mem->info.nodeinfo[node]);
  3683. }
  3684. static struct mem_cgroup *mem_cgroup_alloc(void)
  3685. {
  3686. struct mem_cgroup *mem;
  3687. int size = sizeof(struct mem_cgroup);
  3688. /* Can be very big if MAX_NUMNODES is very big */
  3689. if (size < PAGE_SIZE)
  3690. mem = kmalloc(size, GFP_KERNEL);
  3691. else
  3692. mem = vmalloc(size);
  3693. if (!mem)
  3694. return NULL;
  3695. memset(mem, 0, size);
  3696. mem->stat = alloc_percpu(struct mem_cgroup_stat_cpu);
  3697. if (!mem->stat) {
  3698. if (size < PAGE_SIZE)
  3699. kfree(mem);
  3700. else
  3701. vfree(mem);
  3702. mem = NULL;
  3703. }
  3704. spin_lock_init(&mem->pcp_counter_lock);
  3705. return mem;
  3706. }
  3707. /*
  3708. * At destroying mem_cgroup, references from swap_cgroup can remain.
  3709. * (scanning all at force_empty is too costly...)
  3710. *
  3711. * Instead of clearing all references at force_empty, we remember
  3712. * the number of reference from swap_cgroup and free mem_cgroup when
  3713. * it goes down to 0.
  3714. *
  3715. * Removal of cgroup itself succeeds regardless of refs from swap.
  3716. */
  3717. static void __mem_cgroup_free(struct mem_cgroup *mem)
  3718. {
  3719. int node;
  3720. mem_cgroup_remove_from_trees(mem);
  3721. free_css_id(&mem_cgroup_subsys, &mem->css);
  3722. for_each_node_state(node, N_POSSIBLE)
  3723. free_mem_cgroup_per_zone_info(mem, node);
  3724. free_percpu(mem->stat);
  3725. if (sizeof(struct mem_cgroup) < PAGE_SIZE)
  3726. kfree(mem);
  3727. else
  3728. vfree(mem);
  3729. }
  3730. static void mem_cgroup_get(struct mem_cgroup *mem)
  3731. {
  3732. atomic_inc(&mem->refcnt);
  3733. }
  3734. static void __mem_cgroup_put(struct mem_cgroup *mem, int count)
  3735. {
  3736. if (atomic_sub_and_test(count, &mem->refcnt)) {
  3737. struct mem_cgroup *parent = parent_mem_cgroup(mem);
  3738. __mem_cgroup_free(mem);
  3739. if (parent)
  3740. mem_cgroup_put(parent);
  3741. }
  3742. }
  3743. static void mem_cgroup_put(struct mem_cgroup *mem)
  3744. {
  3745. __mem_cgroup_put(mem, 1);
  3746. }
  3747. /*
  3748. * Returns the parent mem_cgroup in memcgroup hierarchy with hierarchy enabled.
  3749. */
  3750. static struct mem_cgroup *parent_mem_cgroup(struct mem_cgroup *mem)
  3751. {
  3752. if (!mem->res.parent)
  3753. return NULL;
  3754. return mem_cgroup_from_res_counter(mem->res.parent, res);
  3755. }
  3756. #ifdef CONFIG_CGROUP_MEM_RES_CTLR_SWAP
  3757. static void __init enable_swap_cgroup(void)
  3758. {
  3759. if (!mem_cgroup_disabled() && really_do_swap_account)
  3760. do_swap_account = 1;
  3761. }
  3762. #else
  3763. static void __init enable_swap_cgroup(void)
  3764. {
  3765. }
  3766. #endif
  3767. static int mem_cgroup_soft_limit_tree_init(void)
  3768. {
  3769. struct mem_cgroup_tree_per_node *rtpn;
  3770. struct mem_cgroup_tree_per_zone *rtpz;
  3771. int tmp, node, zone;
  3772. for_each_node_state(node, N_POSSIBLE) {
  3773. tmp = node;
  3774. if (!node_state(node, N_NORMAL_MEMORY))
  3775. tmp = -1;
  3776. rtpn = kzalloc_node(sizeof(*rtpn), GFP_KERNEL, tmp);
  3777. if (!rtpn)
  3778. return 1;
  3779. soft_limit_tree.rb_tree_per_node[node] = rtpn;
  3780. for (zone = 0; zone < MAX_NR_ZONES; zone++) {
  3781. rtpz = &rtpn->rb_tree_per_zone[zone];
  3782. rtpz->rb_root = RB_ROOT;
  3783. spin_lock_init(&rtpz->lock);
  3784. }
  3785. }
  3786. return 0;
  3787. }
  3788. static struct cgroup_subsys_state * __ref
  3789. mem_cgroup_create(struct cgroup_subsys *ss, struct cgroup *cont)
  3790. {
  3791. struct mem_cgroup *mem, *parent;
  3792. long error = -ENOMEM;
  3793. int node;
  3794. mem = mem_cgroup_alloc();
  3795. if (!mem)
  3796. return ERR_PTR(error);
  3797. for_each_node_state(node, N_POSSIBLE)
  3798. if (alloc_mem_cgroup_per_zone_info(mem, node))
  3799. goto free_out;
  3800. /* root ? */
  3801. if (cont->parent == NULL) {
  3802. int cpu;
  3803. enable_swap_cgroup();
  3804. parent = NULL;
  3805. root_mem_cgroup = mem;
  3806. if (mem_cgroup_soft_limit_tree_init())
  3807. goto free_out;
  3808. for_each_possible_cpu(cpu) {
  3809. struct memcg_stock_pcp *stock =
  3810. &per_cpu(memcg_stock, cpu);
  3811. INIT_WORK(&stock->work, drain_local_stock);
  3812. }
  3813. hotcpu_notifier(memcg_cpu_hotplug_callback, 0);
  3814. } else {
  3815. parent = mem_cgroup_from_cont(cont->parent);
  3816. mem->use_hierarchy = parent->use_hierarchy;
  3817. mem->oom_kill_disable = parent->oom_kill_disable;
  3818. }
  3819. if (parent && parent->use_hierarchy) {
  3820. res_counter_init(&mem->res, &parent->res);
  3821. res_counter_init(&mem->memsw, &parent->memsw);
  3822. /*
  3823. * We increment refcnt of the parent to ensure that we can
  3824. * safely access it on res_counter_charge/uncharge.
  3825. * This refcnt will be decremented when freeing this
  3826. * mem_cgroup(see mem_cgroup_put).
  3827. */
  3828. mem_cgroup_get(parent);
  3829. } else {
  3830. res_counter_init(&mem->res, NULL);
  3831. res_counter_init(&mem->memsw, NULL);
  3832. }
  3833. mem->last_scanned_child = 0;
  3834. spin_lock_init(&mem->reclaim_param_lock);
  3835. INIT_LIST_HEAD(&mem->oom_notify);
  3836. if (parent)
  3837. mem->swappiness = get_swappiness(parent);
  3838. atomic_set(&mem->refcnt, 1);
  3839. mem->move_charge_at_immigrate = 0;
  3840. mutex_init(&mem->thresholds_lock);
  3841. return &mem->css;
  3842. free_out:
  3843. __mem_cgroup_free(mem);
  3844. root_mem_cgroup = NULL;
  3845. return ERR_PTR(error);
  3846. }
  3847. static int mem_cgroup_pre_destroy(struct cgroup_subsys *ss,
  3848. struct cgroup *cont)
  3849. {
  3850. struct mem_cgroup *mem = mem_cgroup_from_cont(cont);
  3851. return mem_cgroup_force_empty(mem, false);
  3852. }
  3853. static void mem_cgroup_destroy(struct cgroup_subsys *ss,
  3854. struct cgroup *cont)
  3855. {
  3856. struct mem_cgroup *mem = mem_cgroup_from_cont(cont);
  3857. mem_cgroup_put(mem);
  3858. }
  3859. static int mem_cgroup_populate(struct cgroup_subsys *ss,
  3860. struct cgroup *cont)
  3861. {
  3862. int ret;
  3863. ret = cgroup_add_files(cont, ss, mem_cgroup_files,
  3864. ARRAY_SIZE(mem_cgroup_files));
  3865. if (!ret)
  3866. ret = register_memsw_files(cont, ss);
  3867. return ret;
  3868. }
  3869. #ifdef CONFIG_MMU
  3870. /* Handlers for move charge at task migration. */
  3871. #define PRECHARGE_COUNT_AT_ONCE 256
  3872. static int mem_cgroup_do_precharge(unsigned long count)
  3873. {
  3874. int ret = 0;
  3875. int batch_count = PRECHARGE_COUNT_AT_ONCE;
  3876. struct mem_cgroup *mem = mc.to;
  3877. if (mem_cgroup_is_root(mem)) {
  3878. mc.precharge += count;
  3879. /* we don't need css_get for root */
  3880. return ret;
  3881. }
  3882. /* try to charge at once */
  3883. if (count > 1) {
  3884. struct res_counter *dummy;
  3885. /*
  3886. * "mem" cannot be under rmdir() because we've already checked
  3887. * by cgroup_lock_live_cgroup() that it is not removed and we
  3888. * are still under the same cgroup_mutex. So we can postpone
  3889. * css_get().
  3890. */
  3891. if (res_counter_charge(&mem->res, PAGE_SIZE * count, &dummy))
  3892. goto one_by_one;
  3893. if (do_swap_account && res_counter_charge(&mem->memsw,
  3894. PAGE_SIZE * count, &dummy)) {
  3895. res_counter_uncharge(&mem->res, PAGE_SIZE * count);
  3896. goto one_by_one;
  3897. }
  3898. mc.precharge += count;
  3899. return ret;
  3900. }
  3901. one_by_one:
  3902. /* fall back to one by one charge */
  3903. while (count--) {
  3904. if (signal_pending(current)) {
  3905. ret = -EINTR;
  3906. break;
  3907. }
  3908. if (!batch_count--) {
  3909. batch_count = PRECHARGE_COUNT_AT_ONCE;
  3910. cond_resched();
  3911. }
  3912. ret = __mem_cgroup_try_charge(NULL, GFP_KERNEL, &mem, false);
  3913. if (ret || !mem)
  3914. /* mem_cgroup_clear_mc() will do uncharge later */
  3915. return -ENOMEM;
  3916. mc.precharge++;
  3917. }
  3918. return ret;
  3919. }
  3920. /**
  3921. * is_target_pte_for_mc - check a pte whether it is valid for move charge
  3922. * @vma: the vma the pte to be checked belongs
  3923. * @addr: the address corresponding to the pte to be checked
  3924. * @ptent: the pte to be checked
  3925. * @target: the pointer the target page or swap ent will be stored(can be NULL)
  3926. *
  3927. * Returns
  3928. * 0(MC_TARGET_NONE): if the pte is not a target for move charge.
  3929. * 1(MC_TARGET_PAGE): if the page corresponding to this pte is a target for
  3930. * move charge. if @target is not NULL, the page is stored in target->page
  3931. * with extra refcnt got(Callers should handle it).
  3932. * 2(MC_TARGET_SWAP): if the swap entry corresponding to this pte is a
  3933. * target for charge migration. if @target is not NULL, the entry is stored
  3934. * in target->ent.
  3935. *
  3936. * Called with pte lock held.
  3937. */
  3938. union mc_target {
  3939. struct page *page;
  3940. swp_entry_t ent;
  3941. };
  3942. enum mc_target_type {
  3943. MC_TARGET_NONE, /* not used */
  3944. MC_TARGET_PAGE,
  3945. MC_TARGET_SWAP,
  3946. };
  3947. static struct page *mc_handle_present_pte(struct vm_area_struct *vma,
  3948. unsigned long addr, pte_t ptent)
  3949. {
  3950. struct page *page = vm_normal_page(vma, addr, ptent);
  3951. if (!page || !page_mapped(page))
  3952. return NULL;
  3953. if (PageAnon(page)) {
  3954. /* we don't move shared anon */
  3955. if (!move_anon() || page_mapcount(page) > 2)
  3956. return NULL;
  3957. } else if (!move_file())
  3958. /* we ignore mapcount for file pages */
  3959. return NULL;
  3960. if (!get_page_unless_zero(page))
  3961. return NULL;
  3962. return page;
  3963. }
  3964. static struct page *mc_handle_swap_pte(struct vm_area_struct *vma,
  3965. unsigned long addr, pte_t ptent, swp_entry_t *entry)
  3966. {
  3967. int usage_count;
  3968. struct page *page = NULL;
  3969. swp_entry_t ent = pte_to_swp_entry(ptent);
  3970. if (!move_anon() || non_swap_entry(ent))
  3971. return NULL;
  3972. usage_count = mem_cgroup_count_swap_user(ent, &page);
  3973. if (usage_count > 1) { /* we don't move shared anon */
  3974. if (page)
  3975. put_page(page);
  3976. return NULL;
  3977. }
  3978. if (do_swap_account)
  3979. entry->val = ent.val;
  3980. return page;
  3981. }
  3982. static struct page *mc_handle_file_pte(struct vm_area_struct *vma,
  3983. unsigned long addr, pte_t ptent, swp_entry_t *entry)
  3984. {
  3985. struct page *page = NULL;
  3986. struct inode *inode;
  3987. struct address_space *mapping;
  3988. pgoff_t pgoff;
  3989. if (!vma->vm_file) /* anonymous vma */
  3990. return NULL;
  3991. if (!move_file())
  3992. return NULL;
  3993. inode = vma->vm_file->f_path.dentry->d_inode;
  3994. mapping = vma->vm_file->f_mapping;
  3995. if (pte_none(ptent))
  3996. pgoff = linear_page_index(vma, addr);
  3997. else /* pte_file(ptent) is true */
  3998. pgoff = pte_to_pgoff(ptent);
  3999. /* page is moved even if it's not RSS of this task(page-faulted). */
  4000. if (!mapping_cap_swap_backed(mapping)) { /* normal file */
  4001. page = find_get_page(mapping, pgoff);
  4002. } else { /* shmem/tmpfs file. we should take account of swap too. */
  4003. swp_entry_t ent;
  4004. mem_cgroup_get_shmem_target(inode, pgoff, &page, &ent);
  4005. if (do_swap_account)
  4006. entry->val = ent.val;
  4007. }
  4008. return page;
  4009. }
  4010. static int is_target_pte_for_mc(struct vm_area_struct *vma,
  4011. unsigned long addr, pte_t ptent, union mc_target *target)
  4012. {
  4013. struct page *page = NULL;
  4014. struct page_cgroup *pc;
  4015. int ret = 0;
  4016. swp_entry_t ent = { .val = 0 };
  4017. if (pte_present(ptent))
  4018. page = mc_handle_present_pte(vma, addr, ptent);
  4019. else if (is_swap_pte(ptent))
  4020. page = mc_handle_swap_pte(vma, addr, ptent, &ent);
  4021. else if (pte_none(ptent) || pte_file(ptent))
  4022. page = mc_handle_file_pte(vma, addr, ptent, &ent);
  4023. if (!page && !ent.val)
  4024. return 0;
  4025. if (page) {
  4026. pc = lookup_page_cgroup(page);
  4027. /*
  4028. * Do only loose check w/o page_cgroup lock.
  4029. * mem_cgroup_move_account() checks the pc is valid or not under
  4030. * the lock.
  4031. */
  4032. if (PageCgroupUsed(pc) && pc->mem_cgroup == mc.from) {
  4033. ret = MC_TARGET_PAGE;
  4034. if (target)
  4035. target->page = page;
  4036. }
  4037. if (!ret || !target)
  4038. put_page(page);
  4039. }
  4040. /* There is a swap entry and a page doesn't exist or isn't charged */
  4041. if (ent.val && !ret &&
  4042. css_id(&mc.from->css) == lookup_swap_cgroup(ent)) {
  4043. ret = MC_TARGET_SWAP;
  4044. if (target)
  4045. target->ent = ent;
  4046. }
  4047. return ret;
  4048. }
  4049. static int mem_cgroup_count_precharge_pte_range(pmd_t *pmd,
  4050. unsigned long addr, unsigned long end,
  4051. struct mm_walk *walk)
  4052. {
  4053. struct vm_area_struct *vma = walk->private;
  4054. pte_t *pte;
  4055. spinlock_t *ptl;
  4056. pte = pte_offset_map_lock(vma->vm_mm, pmd, addr, &ptl);
  4057. for (; addr != end; pte++, addr += PAGE_SIZE)
  4058. if (is_target_pte_for_mc(vma, addr, *pte, NULL))
  4059. mc.precharge++; /* increment precharge temporarily */
  4060. pte_unmap_unlock(pte - 1, ptl);
  4061. cond_resched();
  4062. return 0;
  4063. }
  4064. static unsigned long mem_cgroup_count_precharge(struct mm_struct *mm)
  4065. {
  4066. unsigned long precharge;
  4067. struct vm_area_struct *vma;
  4068. down_read(&mm->mmap_sem);
  4069. for (vma = mm->mmap; vma; vma = vma->vm_next) {
  4070. struct mm_walk mem_cgroup_count_precharge_walk = {
  4071. .pmd_entry = mem_cgroup_count_precharge_pte_range,
  4072. .mm = mm,
  4073. .private = vma,
  4074. };
  4075. if (is_vm_hugetlb_page(vma))
  4076. continue;
  4077. walk_page_range(vma->vm_start, vma->vm_end,
  4078. &mem_cgroup_count_precharge_walk);
  4079. }
  4080. up_read(&mm->mmap_sem);
  4081. precharge = mc.precharge;
  4082. mc.precharge = 0;
  4083. return precharge;
  4084. }
  4085. static int mem_cgroup_precharge_mc(struct mm_struct *mm)
  4086. {
  4087. return mem_cgroup_do_precharge(mem_cgroup_count_precharge(mm));
  4088. }
  4089. static void mem_cgroup_clear_mc(void)
  4090. {
  4091. struct mem_cgroup *from = mc.from;
  4092. struct mem_cgroup *to = mc.to;
  4093. /* we must uncharge all the leftover precharges from mc.to */
  4094. if (mc.precharge) {
  4095. __mem_cgroup_cancel_charge(mc.to, mc.precharge);
  4096. mc.precharge = 0;
  4097. }
  4098. /*
  4099. * we didn't uncharge from mc.from at mem_cgroup_move_account(), so
  4100. * we must uncharge here.
  4101. */
  4102. if (mc.moved_charge) {
  4103. __mem_cgroup_cancel_charge(mc.from, mc.moved_charge);
  4104. mc.moved_charge = 0;
  4105. }
  4106. /* we must fixup refcnts and charges */
  4107. if (mc.moved_swap) {
  4108. /* uncharge swap account from the old cgroup */
  4109. if (!mem_cgroup_is_root(mc.from))
  4110. res_counter_uncharge(&mc.from->memsw,
  4111. PAGE_SIZE * mc.moved_swap);
  4112. __mem_cgroup_put(mc.from, mc.moved_swap);
  4113. if (!mem_cgroup_is_root(mc.to)) {
  4114. /*
  4115. * we charged both to->res and to->memsw, so we should
  4116. * uncharge to->res.
  4117. */
  4118. res_counter_uncharge(&mc.to->res,
  4119. PAGE_SIZE * mc.moved_swap);
  4120. }
  4121. /* we've already done mem_cgroup_get(mc.to) */
  4122. mc.moved_swap = 0;
  4123. }
  4124. spin_lock(&mc.lock);
  4125. mc.from = NULL;
  4126. mc.to = NULL;
  4127. mc.moving_task = NULL;
  4128. spin_unlock(&mc.lock);
  4129. mem_cgroup_end_move(from);
  4130. memcg_oom_recover(from);
  4131. memcg_oom_recover(to);
  4132. wake_up_all(&mc.waitq);
  4133. }
  4134. static int mem_cgroup_can_attach(struct cgroup_subsys *ss,
  4135. struct cgroup *cgroup,
  4136. struct task_struct *p,
  4137. bool threadgroup)
  4138. {
  4139. int ret = 0;
  4140. struct mem_cgroup *mem = mem_cgroup_from_cont(cgroup);
  4141. if (mem->move_charge_at_immigrate) {
  4142. struct mm_struct *mm;
  4143. struct mem_cgroup *from = mem_cgroup_from_task(p);
  4144. VM_BUG_ON(from == mem);
  4145. mm = get_task_mm(p);
  4146. if (!mm)
  4147. return 0;
  4148. /* We move charges only when we move a owner of the mm */
  4149. if (mm->owner == p) {
  4150. VM_BUG_ON(mc.from);
  4151. VM_BUG_ON(mc.to);
  4152. VM_BUG_ON(mc.precharge);
  4153. VM_BUG_ON(mc.moved_charge);
  4154. VM_BUG_ON(mc.moved_swap);
  4155. VM_BUG_ON(mc.moving_task);
  4156. mem_cgroup_start_move(from);
  4157. spin_lock(&mc.lock);
  4158. mc.from = from;
  4159. mc.to = mem;
  4160. mc.precharge = 0;
  4161. mc.moved_charge = 0;
  4162. mc.moved_swap = 0;
  4163. mc.moving_task = current;
  4164. spin_unlock(&mc.lock);
  4165. ret = mem_cgroup_precharge_mc(mm);
  4166. if (ret)
  4167. mem_cgroup_clear_mc();
  4168. }
  4169. mmput(mm);
  4170. }
  4171. return ret;
  4172. }
  4173. static void mem_cgroup_cancel_attach(struct cgroup_subsys *ss,
  4174. struct cgroup *cgroup,
  4175. struct task_struct *p,
  4176. bool threadgroup)
  4177. {
  4178. mem_cgroup_clear_mc();
  4179. }
  4180. static int mem_cgroup_move_charge_pte_range(pmd_t *pmd,
  4181. unsigned long addr, unsigned long end,
  4182. struct mm_walk *walk)
  4183. {
  4184. int ret = 0;
  4185. struct vm_area_struct *vma = walk->private;
  4186. pte_t *pte;
  4187. spinlock_t *ptl;
  4188. retry:
  4189. pte = pte_offset_map_lock(vma->vm_mm, pmd, addr, &ptl);
  4190. for (; addr != end; addr += PAGE_SIZE) {
  4191. pte_t ptent = *(pte++);
  4192. union mc_target target;
  4193. int type;
  4194. struct page *page;
  4195. struct page_cgroup *pc;
  4196. swp_entry_t ent;
  4197. if (!mc.precharge)
  4198. break;
  4199. type = is_target_pte_for_mc(vma, addr, ptent, &target);
  4200. switch (type) {
  4201. case MC_TARGET_PAGE:
  4202. page = target.page;
  4203. if (isolate_lru_page(page))
  4204. goto put;
  4205. pc = lookup_page_cgroup(page);
  4206. if (!mem_cgroup_move_account(pc,
  4207. mc.from, mc.to, false)) {
  4208. mc.precharge--;
  4209. /* we uncharge from mc.from later. */
  4210. mc.moved_charge++;
  4211. }
  4212. putback_lru_page(page);
  4213. put: /* is_target_pte_for_mc() gets the page */
  4214. put_page(page);
  4215. break;
  4216. case MC_TARGET_SWAP:
  4217. ent = target.ent;
  4218. if (!mem_cgroup_move_swap_account(ent,
  4219. mc.from, mc.to, false)) {
  4220. mc.precharge--;
  4221. /* we fixup refcnts and charges later. */
  4222. mc.moved_swap++;
  4223. }
  4224. break;
  4225. default:
  4226. break;
  4227. }
  4228. }
  4229. pte_unmap_unlock(pte - 1, ptl);
  4230. cond_resched();
  4231. if (addr != end) {
  4232. /*
  4233. * We have consumed all precharges we got in can_attach().
  4234. * We try charge one by one, but don't do any additional
  4235. * charges to mc.to if we have failed in charge once in attach()
  4236. * phase.
  4237. */
  4238. ret = mem_cgroup_do_precharge(1);
  4239. if (!ret)
  4240. goto retry;
  4241. }
  4242. return ret;
  4243. }
  4244. static void mem_cgroup_move_charge(struct mm_struct *mm)
  4245. {
  4246. struct vm_area_struct *vma;
  4247. lru_add_drain_all();
  4248. down_read(&mm->mmap_sem);
  4249. for (vma = mm->mmap; vma; vma = vma->vm_next) {
  4250. int ret;
  4251. struct mm_walk mem_cgroup_move_charge_walk = {
  4252. .pmd_entry = mem_cgroup_move_charge_pte_range,
  4253. .mm = mm,
  4254. .private = vma,
  4255. };
  4256. if (is_vm_hugetlb_page(vma))
  4257. continue;
  4258. ret = walk_page_range(vma->vm_start, vma->vm_end,
  4259. &mem_cgroup_move_charge_walk);
  4260. if (ret)
  4261. /*
  4262. * means we have consumed all precharges and failed in
  4263. * doing additional charge. Just abandon here.
  4264. */
  4265. break;
  4266. }
  4267. up_read(&mm->mmap_sem);
  4268. }
  4269. static void mem_cgroup_move_task(struct cgroup_subsys *ss,
  4270. struct cgroup *cont,
  4271. struct cgroup *old_cont,
  4272. struct task_struct *p,
  4273. bool threadgroup)
  4274. {
  4275. struct mm_struct *mm;
  4276. if (!mc.to)
  4277. /* no need to move charge */
  4278. return;
  4279. mm = get_task_mm(p);
  4280. if (mm) {
  4281. mem_cgroup_move_charge(mm);
  4282. mmput(mm);
  4283. }
  4284. mem_cgroup_clear_mc();
  4285. }
  4286. #else /* !CONFIG_MMU */
  4287. static int mem_cgroup_can_attach(struct cgroup_subsys *ss,
  4288. struct cgroup *cgroup,
  4289. struct task_struct *p,
  4290. bool threadgroup)
  4291. {
  4292. return 0;
  4293. }
  4294. static void mem_cgroup_cancel_attach(struct cgroup_subsys *ss,
  4295. struct cgroup *cgroup,
  4296. struct task_struct *p,
  4297. bool threadgroup)
  4298. {
  4299. }
  4300. static void mem_cgroup_move_task(struct cgroup_subsys *ss,
  4301. struct cgroup *cont,
  4302. struct cgroup *old_cont,
  4303. struct task_struct *p,
  4304. bool threadgroup)
  4305. {
  4306. }
  4307. #endif
  4308. struct cgroup_subsys mem_cgroup_subsys = {
  4309. .name = "memory",
  4310. .subsys_id = mem_cgroup_subsys_id,
  4311. .create = mem_cgroup_create,
  4312. .pre_destroy = mem_cgroup_pre_destroy,
  4313. .destroy = mem_cgroup_destroy,
  4314. .populate = mem_cgroup_populate,
  4315. .can_attach = mem_cgroup_can_attach,
  4316. .cancel_attach = mem_cgroup_cancel_attach,
  4317. .attach = mem_cgroup_move_task,
  4318. .early_init = 0,
  4319. .use_id = 1,
  4320. };
  4321. #ifdef CONFIG_CGROUP_MEM_RES_CTLR_SWAP
  4322. static int __init disable_swap_account(char *s)
  4323. {
  4324. really_do_swap_account = 0;
  4325. return 1;
  4326. }
  4327. __setup("noswapaccount", disable_swap_account);
  4328. #endif