Home
last modified time | relevance | path

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

/linux-4.1.27/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()
/linux-4.1.27/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.1.27/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c53 u8 *da, int try_cnt, int wait_ms);
59 unsigned short reason, int try_cnt, int wait_ms);
2780 int try_cnt, int wait_ms) in issue_probereq_ex() argument
2788 wait_ms > 0 ? true : false); in issue_probereq_ex()
2795 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_probereq_ex()
2796 msleep(wait_ms); in issue_probereq_ex()
2798 } while((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_probereq_ex()
2805 if (try_cnt && wait_ms) { in issue_probereq_ex()
3427 unsigned int power_mode, int try_cnt, int wait_ms) in issue_nulldata23a() argument
3441 wait_ms > 0 ? true : false); in issue_nulldata23a()
[all …]
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h578 u8 *da, int try_cnt, int wait_ms);
580 unsigned int power_mode, int try_cnt, int wait_ms);
582 u16 tid, int try_cnt, int wait_ms);
586 int try_cnt, int wait_ms);
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c2362 int try_cnt, int wait_ms) in issue_probereq_ex() argument
2369 ret = _issue_probereq(padapter, pssid, da, wait_ms > 0 ? true : false); in issue_probereq_ex()
2376 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_probereq_ex()
2377 msleep(wait_ms); in issue_probereq_ex()
2379 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_probereq_ex()
2386 if (try_cnt && wait_ms) { in issue_probereq_ex()
2938 …ata(struct adapter *padapter, unsigned char *da, unsigned int power_mode, int try_cnt, int wait_ms) in issue_nulldata() argument
2952 ret = _issue_nulldata(padapter, da, power_mode, wait_ms > 0 ? true : false); in issue_nulldata()
2959 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_nulldata()
2960 msleep(wait_ms); in issue_nulldata()
[all …]
/linux-4.1.27/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.1.27/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);