Home | History | Annotate | Download | only in other

Lines Matching refs:convert

26 static unsigned long long convert(unsigned long d)
42 "Swap:%16llu%12llu%12llu\n", convert(in.totalram),
43 convert(in.totalram-in.freeram), convert(in.freeram), convert(in.sharedram),
44 convert(in.bufferram), convert(in.totalram - in.freeram - in.bufferram),
45 convert(in.freeram + in.bufferram), convert(in.totalswap),
46 convert(in.totalswap - in.freeswap), convert(in.freeswap));