Searched refs:mmax (Results 1 – 1 of 1) sorted by relevance
167 static unsigned long reserve_resources(unsigned long *p, int n, int mmax, in reserve_resources() argument174 i = find_first_bit(p, mmax); in reserve_resources()175 if (i == mmax) in reserve_resources()