Home
last modified time | relevance | path

Searched refs:wait_ms (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/fs/f2fs/
Dgc.c32 long wait_ms; in gc_thread_func() local
34 wait_ms = gc_th->min_sleep_time; in gc_thread_func()
42 msecs_to_jiffies(wait_ms)); in gc_thread_func()
47 increase_sleep_time(gc_th, &wait_ms); in gc_thread_func()
68 increase_sleep_time(gc_th, &wait_ms); in gc_thread_func()
74 decrease_sleep_time(gc_th, &wait_ms); in gc_thread_func()
76 increase_sleep_time(gc_th, &wait_ms); in gc_thread_func()
82 wait_ms = gc_th->no_gc_sleep_time; in gc_thread_func()
84 trace_f2fs_background_gc(sbi->sb, wait_ms, in gc_thread_func()
/linux-4.4.14/drivers/rapidio/
Drio.h32 u8 hopcount, int wait_ms);
Drio.c1291 u8 hopcount, int wait_ms) in rio_lock_device() argument
1303 if (wait_ms != 0 && tcnt == wait_ms) { in rio_lock_device()
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c53 u8 *da, int try_cnt, int wait_ms);
58 unsigned short reason, int try_cnt, int wait_ms);
2772 int try_cnt, int wait_ms) in issue_probereq_ex() argument
2780 wait_ms > 0 ? true : false); in issue_probereq_ex()
2787 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_probereq_ex()
2788 msleep(wait_ms); in issue_probereq_ex()
2790 } while((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_probereq_ex()
2797 if (try_cnt && wait_ms) { in issue_probereq_ex()
3419 unsigned int power_mode, int try_cnt, int wait_ms) in issue_nulldata23a() argument
3433 wait_ms > 0 ? true : false); in issue_nulldata23a()
[all …]
/linux-4.4.14/include/trace/events/
Df2fs.h519 TP_PROTO(struct super_block *sb, long wait_ms,
522 TP_ARGS(sb, wait_ms, prefree, free),
526 __field(long, wait_ms)
533 __entry->wait_ms = wait_ms;
540 __entry->wait_ms,
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c713 int try_cnt, int wait_ms) in issue_probereq_ex() argument
720 ret = _issue_probereq(padapter, pssid, da, wait_ms > 0 ? true : false); in issue_probereq_ex()
727 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_probereq_ex()
728 msleep(wait_ms); in issue_probereq_ex()
730 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_probereq_ex()
737 if (try_cnt && wait_ms) { in issue_probereq_ex()
1298 …ata(struct adapter *padapter, unsigned char *da, unsigned int power_mode, int try_cnt, int wait_ms) in issue_nulldata() argument
1312 ret = _issue_nulldata(padapter, da, power_mode, wait_ms > 0 ? true : false); in issue_nulldata()
1319 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_nulldata()
1320 msleep(wait_ms); in issue_nulldata()
[all …]
/linux-4.4.14/sound/usb/usx2y/
Dusb_stream.c728 int wait_ms = 3000; in usb_stream_start() local
729 while (s->state != usb_stream_ready && wait_ms > 0) { in usb_stream_start()
732 wait_ms -= 200; in usb_stream_start()
/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtw_mlme_ext.h560 unsigned int power_mode, int try_cnt, int wait_ms);
562 int try_cnt, int wait_ms);
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h565 unsigned int power_mode, int try_cnt, int wait_ms);
567 u16 tid, int try_cnt, int wait_ms);