Searched refs:need_reset_wait (Results 1 – 2 of 2) sorted by relevance
155 int need_reset_wait = -1; in detect_thread_function() local207 need_reset_wait = 5; in detect_thread_function()210 if (need_reset_wait > 0) { in detect_thread_function()211 need_reset_wait--; in detect_thread_function()212 } else if (need_reset_wait == 0) { in detect_thread_function()213 need_reset_wait = -1; in detect_thread_function()
2008 int need_reset_wait = -1; in detect_thread_function() local2028 need_reset_wait = 5; in detect_thread_function()2030 if (need_reset_wait > 0) { in detect_thread_function()2031 need_reset_wait--; in detect_thread_function()2032 } else if (need_reset_wait == 0) { in detect_thread_function()2033 need_reset_wait = -1; in detect_thread_function()