Searched refs:print_k_value (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/size/
H A Dget_size.c68 static int print_k_value(const char *s, unsigned long num, unsigned long units) function
108 print_k_value(" Total: ", info.totalram, info.mem_unit);
109 print_k_value(" Free: ", info.freeram, info.mem_unit);
110 print_k_value(" Buffer: ", info.bufferram, info.mem_unit);
111 print_k_value(" In use: ", used, info.mem_unit);

Completed in 195 milliseconds