Home
last modified time | relevance | path

Searched refs:n_alloc (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/tools/perf/
Dbuiltin-kmem.c939 static double fragmentation(unsigned long n_req, unsigned long n_alloc) in fragmentation() argument
941 if (n_alloc == 0) in fragmentation()
944 return 100.0 - (100.0 * n_req / n_alloc); in fragmentation()