Searched refs:n_alloc (Results 1 – 1 of 1) sorted by relevance
981 static double fragmentation(unsigned long n_req, unsigned long n_alloc) in fragmentation() argument983 if (n_alloc == 0) in fragmentation()986 return 100.0 - (100.0 * n_req / n_alloc); in fragmentation()