Searched refs:scan_timeout (Results 1 – 2 of 2) sorted by relevance
239 static void scan_timeout(unsigned long data);406 set_timeout(fs, HZ, scan_timeout); /* enable timeout */ in scan_track()551 static void scan_timeout(unsigned long data) in scan_timeout() function
1214 unsigned long scan_timeout; /* Time scan should be read */ member3040 ai->scan_timeout = 0; in airo_process_scan_results()3080 if (ai->expires || ai->scan_timeout) { in airo_thread()3081 if (ai->scan_timeout && in airo_thread()3082 time_after_eq(jiffies,ai->scan_timeout)){ in airo_thread()3093 if (!ai->expires || !ai->scan_timeout) { in airo_thread()3095 ai->scan_timeout); in airo_thread()3098 ai->scan_timeout); in airo_thread()3247 if ((status == STAT_FORCELOSS) && (ai->scan_timeout > 0)) in airo_handle_link()7282 if (ai->scan_timeout > 0) in airo_set_scan()[all …]