Searched refs:maxnaps (Results 1 – 1 of 1) sorted by relevance
544 int maxnaps = (maxwait * 1000) / NAP_TIME; in wait_for_property() local546 if (maxnaps < 1) { in wait_for_property()547 maxnaps = 1; in wait_for_property()550 while (maxnaps-- > 0) { in wait_for_property()