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 */ member3045 ai->scan_timeout = 0; in airo_process_scan_results()3085 if (ai->expires || ai->scan_timeout) { in airo_thread()3086 if (ai->scan_timeout && in airo_thread()3087 time_after_eq(jiffies,ai->scan_timeout)){ in airo_thread()3098 if (!ai->expires || !ai->scan_timeout) { in airo_thread()3100 ai->scan_timeout); in airo_thread()3103 ai->scan_timeout); in airo_thread()3252 if ((status == STAT_FORCELOSS) && (ai->scan_timeout > 0)) in airo_handle_link()7240 if (ai->scan_timeout > 0) in airo_set_scan()[all …]