Searched refs:maxnaps (Results 1 – 1 of 1) sorted by relevance
540 int maxnaps = (maxwait * 1000) / NAP_TIME; in wait_for_property() local542 if (maxnaps < 1) { in wait_for_property()543 maxnaps = 1; in wait_for_property()546 while (maxnaps-- > 0) { in wait_for_property()