Searched refs:scan_timeout (Results 1 – 2 of 2) sorted by relevance
242 static void scan_timeout(unsigned long data);416 set_timeout(fs, HZ, scan_timeout); /* enable timeout */ in scan_track()572 static void scan_timeout(unsigned long data) in scan_timeout() function
1215 unsigned long scan_timeout; /* Time scan should be read */ member3044 ai->scan_timeout = 0; in airo_process_scan_results()3084 if (ai->expires || ai->scan_timeout) { in airo_thread()3085 if (ai->scan_timeout && in airo_thread()3086 time_after_eq(jiffies,ai->scan_timeout)){ in airo_thread()3097 if (!ai->expires || !ai->scan_timeout) { in airo_thread()3099 ai->scan_timeout); in airo_thread()3102 ai->scan_timeout); in airo_thread()3251 if ((status == STAT_FORCELOSS) && (ai->scan_timeout > 0)) in airo_handle_link()7234 if (ai->scan_timeout > 0) in airo_set_scan()[all …]