Searched refs:n_req (Results 1 – 1 of 1) sorted by relevance
976 static double fragmentation(unsigned long n_req, unsigned long n_alloc) in fragmentation() argument981 return 100.0 - (100.0 * n_req / n_alloc); in fragmentation()