Searched refs:scan_timeout (Results 1 – 2 of 2) sorted by relevance
241 static void scan_timeout(unsigned long data);415 set_timeout(fs, HZ, scan_timeout); /* enable timeout */ in scan_track()571 static void scan_timeout(unsigned long data) in scan_timeout() function
1215 unsigned long scan_timeout; /* Time scan should be read */ member3042 ai->scan_timeout = 0; in airo_process_scan_results()3082 if (ai->expires || ai->scan_timeout) { in airo_thread()3083 if (ai->scan_timeout && in airo_thread()3084 time_after_eq(jiffies,ai->scan_timeout)){ in airo_thread()3095 if (!ai->expires || !ai->scan_timeout) { in airo_thread()3097 ai->scan_timeout); in airo_thread()3100 ai->scan_timeout); in airo_thread()3249 if ((status == STAT_FORCELOSS) && (ai->scan_timeout > 0)) in airo_handle_link()7231 if (ai->scan_timeout > 0) in airo_set_scan()[all …]