/linux-4.4.14/fs/f2fs/ |
H A D | gc.c | 32 long wait_ms; gc_thread_func() local 34 wait_ms = gc_th->min_sleep_time; gc_thread_func() 42 msecs_to_jiffies(wait_ms)); gc_thread_func() 47 increase_sleep_time(gc_th, &wait_ms); gc_thread_func() 68 increase_sleep_time(gc_th, &wait_ms); gc_thread_func() 74 decrease_sleep_time(gc_th, &wait_ms); gc_thread_func() 76 increase_sleep_time(gc_th, &wait_ms); gc_thread_func() 82 wait_ms = gc_th->no_gc_sleep_time; gc_thread_func() 84 trace_f2fs_background_gc(sbi->sb, wait_ms, gc_thread_func()
|
/linux-4.4.14/drivers/rapidio/ |
H A D | rio.h | 32 u8 hopcount, int wait_ms);
|
H A D | rio.c | 1285 * @wait_ms: Max wait time in msec (0 = no timeout) 1291 u8 hopcount, int wait_ms) rio_lock_device() 1303 if (wait_ms != 0 && tcnt == wait_ms) { rio_lock_device() 1290 rio_lock_device(struct rio_mport *port, u16 destid, u8 hopcount, int wait_ms) rio_lock_device() argument
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
H A D | rtw_mlme_ext.c | 53 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) issue_probereq_ex() 2780 wait_ms > 0 ? true : false); issue_probereq_ex() 2787 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) issue_probereq_ex() 2788 msleep(wait_ms); issue_probereq_ex() 2790 } while((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); issue_probereq_ex() 2797 if (try_cnt && wait_ms) { issue_probereq_ex() 3416 /* when wait_ms >0 , this function should be called at process context */ 3419 unsigned int power_mode, int try_cnt, int wait_ms) issue_nulldata23a() 3433 wait_ms > 0 ? true : false); issue_nulldata23a() 3440 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) issue_nulldata23a() 3441 msleep(wait_ms); issue_nulldata23a() 3443 } while((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); issue_nulldata23a() 3450 if (try_cnt && wait_ms) { issue_nulldata23a() 3543 /* when wait_ms >0 , this function should be called at process context */ 3546 u16 tid, int try_cnt, int wait_ms) issue_qos_nulldata23a() 3560 wait_ms > 0 ? true : false); issue_qos_nulldata23a() 3567 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) issue_qos_nulldata23a() 3568 msleep(wait_ms); issue_qos_nulldata23a() 3569 } while((i < try_cnt) && ((ret == _FAIL)||(wait_ms == 0))); issue_qos_nulldata23a() 3576 if (try_cnt && wait_ms) { issue_qos_nulldata23a() 3655 unsigned short reason, int try_cnt, int wait_ms) issue_deauth_ex() 3663 wait_ms >0 ? true : false); issue_deauth_ex() 3670 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) issue_deauth_ex() 3671 msleep(wait_ms); issue_deauth_ex() 3673 } while((i < try_cnt) && ((ret == _FAIL)||(wait_ms == 0))); issue_deauth_ex() 3680 if (try_cnt && wait_ms) { issue_deauth_ex() 2770 issue_probereq_ex(struct rtw_adapter *padapter, struct cfg80211_ssid *pssid, u8 *da, int try_cnt, int wait_ms) issue_probereq_ex() argument 3418 issue_nulldata23a(struct rtw_adapter *padapter, unsigned char *da, unsigned int power_mode, int try_cnt, int wait_ms) issue_nulldata23a() argument 3545 issue_qos_nulldata23a(struct rtw_adapter *padapter, unsigned char *da, u16 tid, int try_cnt, int wait_ms) issue_qos_nulldata23a() argument 3654 issue_deauth_ex(struct rtw_adapter *padapter, u8 *da, unsigned short reason, int try_cnt, int wait_ms) issue_deauth_ex() argument
|
/linux-4.4.14/include/trace/events/ |
H A D | f2fs.h | 519 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; 538 TP_printk("dev = (%d,%d), wait_ms = %ld, prefree = %u, free = %u", 540 __entry->wait_ms,
|
/linux-4.4.14/sound/usb/usx2y/ |
H A D | usb_stream.c | 728 int wait_ms = 3000; usb_stream_start() local 729 while (s->state != usb_stream_ready && wait_ms > 0) { usb_stream_start() 732 wait_ms -= 200; usb_stream_start()
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
H A D | rtw_mlme_ext.c | 713 int try_cnt, int wait_ms) issue_probereq_ex() 720 ret = _issue_probereq(padapter, pssid, da, wait_ms > 0 ? true : false); issue_probereq_ex() 727 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) issue_probereq_ex() 728 msleep(wait_ms); issue_probereq_ex() 730 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); issue_probereq_ex() 737 if (try_cnt && wait_ms) { issue_probereq_ex() 1296 /* when wait_ms > 0 , this function should be called at process context */ 1298 int issue_nulldata(struct adapter *padapter, unsigned char *da, unsigned int power_mode, int try_cnt, int wait_ms) issue_nulldata() argument 1312 ret = _issue_nulldata(padapter, da, power_mode, wait_ms > 0 ? true : false); issue_nulldata() 1319 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) issue_nulldata() 1320 msleep(wait_ms); issue_nulldata() 1321 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); issue_nulldata() 1328 if (try_cnt && wait_ms) { issue_nulldata() 1421 /* when wait_ms > 0 , this function should be called at process context */ 1423 int issue_qos_nulldata(struct adapter *padapter, unsigned char *da, u16 tid, int try_cnt, int wait_ms) issue_qos_nulldata() argument 1437 ret = _issue_qos_nulldata(padapter, da, tid, wait_ms > 0 ? true : false); issue_qos_nulldata() 1444 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) issue_qos_nulldata() 1445 msleep(wait_ms); issue_qos_nulldata() 1446 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); issue_qos_nulldata() 1453 if (try_cnt && wait_ms) { issue_qos_nulldata() 1535 int wait_ms) issue_deauth_ex() 1542 ret = _issue_deauth(padapter, da, reason, wait_ms > 0 ? true : false); issue_deauth_ex() 1549 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) issue_deauth_ex() 1550 msleep(wait_ms); issue_deauth_ex() 1551 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); issue_deauth_ex() 1558 if (try_cnt && wait_ms) { issue_deauth_ex() 711 issue_probereq_ex(struct adapter *padapter, struct ndis_802_11_ssid *pssid, u8 *da, int try_cnt, int wait_ms) issue_probereq_ex() argument 1533 issue_deauth_ex(struct adapter *padapter, u8 *da, unsigned short reason, int try_cnt, int wait_ms) issue_deauth_ex() argument
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
H A D | rtw_mlme_ext.h | 565 unsigned int power_mode, int try_cnt, int wait_ms); 567 u16 tid, int try_cnt, int wait_ms);
|
/linux-4.4.14/drivers/staging/rtl8723au/include/ |
H A D | rtw_mlme_ext.h | 560 unsigned int power_mode, int try_cnt, int wait_ms); 562 int try_cnt, int wait_ms);
|