Searched refs:wait_ms (Results 1 - 19 of 19) sorted by relevance

/linux-master/drivers/rapidio/
H A Drio.h27 u8 hopcount, int wait_ms);
H A Drio.c1527 * @wait_ms: Max wait time in msec (0 = no timeout)
1533 u8 hopcount, int wait_ms)
1545 if (wait_ms != 0 && tcnt == wait_ms) {
1532 rio_lock_device(struct rio_mport *port, u16 destid, u8 hopcount, int wait_ms) argument
/linux-master/sound/soc/codecs/
H A Drk3328_codec.c126 static int rk3328_codec_power_on(struct rk3328_codec_priv *rk3328, int wait_ms) argument
134 mdelay(wait_ms);
139 static int rk3328_codec_power_off(struct rk3328_codec_priv *rk3328, int wait_ms) argument
147 mdelay(wait_ms);
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Dbase.h91 void rtl_wait_tx_report_acked(struct ieee80211_hw *hw, u32 wait_ms);
H A Dbase.c1691 void rtl_wait_tx_report_acked(struct ieee80211_hw *hw, u32 wait_ms) argument
1696 for (i = 0; i < wait_ms; i++) {
1701 "Wait 1ms (%d/%d) to disable key.\n", i, wait_ms);
/linux-master/tools/cgroup/
H A Diocost_monitor.py167 self.wait_ms = (iocg.stat.wait_us.value_() -
186 'wait_ms' : self.wait_ms,
199 f'{self.wait_ms:7.2f} ' \
/linux-master/drivers/iio/light/
H A Drohm-bu27034.c1351 int wait_ms; local
1355 wait_ms = bu27034_get_int_time(data);
1356 wait_ms /= 1000;
1358 wait_ms -= BU27034_MEAS_WAIT_PREMATURE_MS;
1364 msleep(wait_ms);
/linux-master/drivers/iio/accel/
H A Dmsa311.c490 unsigned long wait_ms; local
510 wait_ms = (MICROHZ_PER_HZ / freq_uhz) * MSEC_PER_SEC;
512 if (wait_ms < unintr_thresh_ms)
513 usleep_range(wait_ms * USEC_PER_MSEC,
515 else if (msleep_interruptible(wait_ms))
/linux-master/fs/f2fs/
H A Dgc.c37 unsigned int wait_ms; local
43 wait_ms = gc_th->min_sleep_time;
53 msecs_to_jiffies(wait_ms));
70 increase_sleep_time(gc_th, &wait_ms);
99 wait_ms = gc_th->urgent_sleep_time;
113 increase_sleep_time(gc_th, &wait_ms);
120 decrease_sleep_time(gc_th, &wait_ms);
122 increase_sleep_time(gc_th, &wait_ms);
139 /* don't bother wait_ms by foreground gc */
141 wait_ms
[all...]
H A Dsegment.c1891 unsigned int wait_ms = dcc->min_discard_issue_time; local
1899 msecs_to_jiffies(wait_ms));
1922 wait_ms = dpolicy.max_interval;
1931 wait_ms = dpolicy.min_interval;
1933 wait_ms = f2fs_time_to_wait(sbi, DISCARD_TIME);
1934 if (!wait_ms)
1935 wait_ms = dpolicy.mid_interval;
1937 wait_ms = dpolicy.max_interval;
1940 wait_ms = dpolicy.max_interval;
H A Df2fs.h1914 unsigned int wait_ms = 0; local
1919 wait_ms = jiffies_to_msecs(delta);
1921 return wait_ms;
/linux-master/drivers/staging/rtl8723bs/include/
H A Drtw_mlme_ext.h593 s32 issue_probereq_ex(struct adapter *padapter, struct ndis_802_11_ssid *pssid, u8 *da, u8 ch, bool append_wps, int try_cnt, int wait_ms);
594 int issue_nulldata(struct adapter *padapter, unsigned char *da, unsigned int power_mode, int try_cnt, int wait_ms);
596 int issue_qos_nulldata(struct adapter *padapter, unsigned char *da, u16 tid, int try_cnt, int wait_ms);
598 int issue_deauth_ex(struct adapter *padapter, u8 *da, unsigned short reason, int try_cnt, int wait_ms);
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c2553 int try_cnt, int wait_ms)
2560 wait_ms > 0);
2567 if (i < try_cnt && wait_ms > 0 && ret == _FAIL)
2568 msleep(wait_ms);
2570 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0)));
3088 * When wait_ms > 0, this function should be called at process context
3091 int issue_nulldata(struct adapter *padapter, unsigned char *da, unsigned int power_mode, int try_cnt, int wait_ms) argument
3115 ret = _issue_nulldata(padapter, da, power_mode, wait_ms > 0);
3122 if (i < try_cnt && wait_ms > 0 && ret == _FAIL)
3123 msleep(wait_ms);
2552 issue_probereq_ex(struct adapter *padapter, struct ndis_802_11_ssid *pssid, u8 *da, u8 ch, bool append_wps, int try_cnt, int wait_ms) argument
3236 issue_qos_nulldata(struct adapter *padapter, unsigned char *da, u16 tid, int try_cnt, int wait_ms) argument
3335 issue_deauth_ex(struct adapter *padapter, u8 *da, unsigned short reason, int try_cnt, int wait_ms) argument
[all...]
/linux-master/sound/usb/usx2y/
H A Dusb_stream.c755 int wait_ms = 3000; local
757 while (s->state != usb_stream_ready && wait_ms > 0) {
760 wait_ms -= 200;
/linux-master/drivers/usb/musb/
H A Dmusb_dsps.c133 static void dsps_mod_timer(struct dsps_glue *glue, int wait_ms) argument
138 if (wait_ms < 0)
141 wait = msecs_to_jiffies(wait_ms);
/linux-master/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Dhalbtcoutsrc.c172 u8 *cmd, u32 len, unsigned long wait_ms)
181 if (wait_ms) /* before h2c to avoid race condition */
237 if (!wait_ms)
241 "btmpinfo wait req_num=%d wait=%ld\n", req_num, wait_ms);
244 msecs_to_jiffies(wait_ms)) == 0) {
171 halbtc_send_bt_mp_operation(struct btc_coexist *btcoexist, u8 op_code, u8 *cmd, u32 len, unsigned long wait_ms) argument
/linux-master/include/trace/events/
H A Df2fs.h640 TP_PROTO(struct super_block *sb, unsigned int wait_ms,
643 TP_ARGS(sb, wait_ms, prefree, free),
647 __field(unsigned int, wait_ms)
654 __entry->wait_ms = wait_ms;
659 TP_printk("dev = (%d,%d), wait_ms = %u, prefree = %u, free = %u",
661 __entry->wait_ms,
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_submit.c1125 s64 wait_ms = q->vm->preempt.min_run_period_ms - local
1128 if (wait_ms > 0 && q->guc->resume_time)
1129 msleep(wait_ms);
/linux-master/drivers/infiniband/hw/hfi1/
H A Dchip.c1062 static int wait_link_transfer_active(struct hfi1_devdata *dd, int wait_ms);
10339 /* wait for wait_ms for LINK_TRANSFER_ACTIVE to go to 1 */
10340 static int wait_link_transfer_active(struct hfi1_devdata *dd, int wait_ms) argument
10346 timeout = jiffies + msecs_to_jiffies(wait_ms);

Completed in 654 milliseconds