Searched refs:memtotal (Results 1 – 1 of 1) sorted by relevance
90 unsigned long tune, memfree, memtotal; in test_tune() local104 memtotal = SAFE_READ_MEMINFO("MemTotal:"); in test_tune()106 if (tune > (memtotal / 50)) in test_tune()107 tune = memtotal / 50; in test_tune()