Searched refs:new_p0 (Results 1 – 1 of 1) sorted by relevance
213 static int try_set_p0(int new_p0) in try_set_p0() argument217 if (new_p0 < 0 || new_p0 > 1) in try_set_p0()226 if (new_p0) in try_set_p0()275 int new_p0; in p0_procctl() local280 new_p0 = user_atoi(buffer, *lenp); in p0_procctl()282 return try_set_p0(new_p0)?:*lenp; in p0_procctl()