Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/sound/soc/codecs/
H A Drk3328_codec.c127 static int rk3328_codec_power_on(struct rk3328_codec_priv *rk3328, int wait_ms) in rk3328_codec_power_on() argument
135 mdelay(wait_ms); in rk3328_codec_power_on()
140 static int rk3328_codec_power_off(struct rk3328_codec_priv *rk3328, int wait_ms) in rk3328_codec_power_off() argument
148 mdelay(wait_ms); in rk3328_codec_power_off()
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Drk3328_codec.c126 static int rk3328_codec_power_on(struct rk3328_codec_priv *rk3328, int wait_ms) in rk3328_codec_power_on() argument
134 mdelay(wait_ms); in rk3328_codec_power_on()
139 static int rk3328_codec_power_off(struct rk3328_codec_priv *rk3328, int wait_ms) in rk3328_codec_power_off() argument
147 mdelay(wait_ms); in rk3328_codec_power_off()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dgc.c37 unsigned int wait_ms; in gc_thread_func() local
43 wait_ms = gc_th->min_sleep_time; in gc_thread_func()
53 msecs_to_jiffies(wait_ms)); in gc_thread_func()
70 increase_sleep_time(gc_th, &wait_ms); in gc_thread_func()
99 wait_ms = gc_th->urgent_sleep_time; in gc_thread_func()
113 increase_sleep_time(gc_th, &wait_ms); in gc_thread_func()
120 decrease_sleep_time(gc_th, &wait_ms); in gc_thread_func()
122 increase_sleep_time(gc_th, &wait_ms); in gc_thread_func()
139 /* don't bother wait_ms by foreground gc */ in gc_thread_func()
141 wait_ms in gc_thread_func()
[all...]
/kernel/linux/linux-6.6/drivers/iio/light/
H A Drohm-bu27034.c1351 int wait_ms; in bu27034_buffer_thread() local
1355 wait_ms = bu27034_get_int_time(data); in bu27034_buffer_thread()
1356 wait_ms /= 1000; in bu27034_buffer_thread()
1358 wait_ms -= BU27034_MEAS_WAIT_PREMATURE_MS; in bu27034_buffer_thread()
1364 msleep(wait_ms); in bu27034_buffer_thread()
/kernel/linux/linux-5.10/fs/f2fs/
H A Dgc.c36 unsigned int wait_ms; in gc_thread_func() local
38 wait_ms = gc_th->min_sleep_time; in gc_thread_func()
48 msecs_to_jiffies(wait_ms)); in gc_thread_func()
65 increase_sleep_time(gc_th, &wait_ms); in gc_thread_func()
94 wait_ms = gc_th->urgent_sleep_time; in gc_thread_func()
108 increase_sleep_time(gc_th, &wait_ms); in gc_thread_func()
115 decrease_sleep_time(gc_th, &wait_ms); in gc_thread_func()
117 increase_sleep_time(gc_th, &wait_ms); in gc_thread_func()
130 wait_ms = gc_th->no_gc_sleep_time; in gc_thread_func()
135 trace_f2fs_background_gc(sbi->sb, wait_ms, in gc_thread_func()
[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/
H A Drtw_mlme_ext.c687 int try_cnt, int wait_ms) in issue_probereq_ex()
694 ret = issue_probereq(padapter, pssid, da, wait_ms > 0); in issue_probereq_ex()
701 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_probereq_ex()
702 msleep(wait_ms); in issue_probereq_ex()
704 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_probereq_ex()
711 if (try_cnt && wait_ms) { in issue_probereq_ex()
1247 /* when wait_ms > 0 , this function should be called at process context */
1250 unsigned int power_mode, int try_cnt, int wait_ms) in issue_nulldata()
1264 ret = _issue_nulldata(padapter, da, power_mode, wait_ms > 0); in issue_nulldata()
1271 if (i < try_cnt && wait_ms > in issue_nulldata()
685 issue_probereq_ex(struct adapter *padapter, struct ndis_802_11_ssid *pssid, u8 *da, int try_cnt, int wait_ms) issue_probereq_ex() argument
1249 issue_nulldata(struct adapter *padapter, unsigned char *da, unsigned int power_mode, int try_cnt, int wait_ms) issue_nulldata() argument
1378 issue_qos_nulldata(struct adapter *padapter, unsigned char *da, u16 tid, int try_cnt, int wait_ms) issue_qos_nulldata() argument
1492 issue_deauth_ex(struct adapter *padapter, u8 *da, unsigned short reason, int try_cnt, int wait_ms) issue_deauth_ex() argument
[all...]
/kernel/linux/linux-6.6/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} ' \
/kernel/linux/linux-5.10/drivers/rapidio/
H A Drio.h27 u8 hopcount, int wait_ms);
/kernel/linux/linux-6.6/drivers/rapidio/
H A Drio.h27 u8 hopcount, int wait_ms);
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/
H A Drtw_mlme_ext.h653 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);
654 int issue_nulldata(struct adapter *padapter, unsigned char *da, unsigned int power_mode, int try_cnt, int wait_ms);
656 int issue_qos_nulldata(struct adapter *padapter, unsigned char *da, u16 tid, int try_cnt, int wait_ms);
658 int issue_deauth_ex(struct adapter *padapter, u8 *da, unsigned short reason, int try_cnt, int wait_ms);
/kernel/linux/linux-6.6/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);
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c2921 int try_cnt, int wait_ms) in issue_probereq_ex()
2928 wait_ms > 0); in issue_probereq_ex()
2935 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_probereq_ex()
2936 msleep(wait_ms); in issue_probereq_ex()
2938 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_probereq_ex()
2947 if (try_cnt && wait_ms) { in issue_probereq_ex()
2951 ret == _SUCCESS?", acked":"", i, try_cnt, (i + 1) * wait_ms); in issue_probereq_ex()
2955 ret == _SUCCESS?", acked":"", i, try_cnt, (i + 1) * wait_ms); in issue_probereq_ex()
3488 * When wait_ms > 0, this function should be called at process context
3491 int issue_nulldata(struct adapter *padapter, unsigned char *da, unsigned int power_mode, int try_cnt, int wait_ms) in issue_nulldata() argument
2920 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) issue_probereq_ex() argument
3653 issue_qos_nulldata(struct adapter *padapter, unsigned char *da, u16 tid, int try_cnt, int wait_ms) issue_qos_nulldata() argument
3766 issue_deauth_ex(struct adapter *padapter, u8 *da, unsigned short reason, int try_cnt, int wait_ms) issue_deauth_ex() argument
[all...]
/kernel/linux/linux-6.6/drivers/iio/accel/
H A Dmsa311.c490 unsigned long wait_ms; in msa311_wait_for_next_data() local
510 wait_ms = (MICROHZ_PER_HZ / freq_uhz) * MSEC_PER_SEC; in msa311_wait_for_next_data()
512 if (wait_ms < unintr_thresh_ms) in msa311_wait_for_next_data()
513 usleep_range(wait_ms * USEC_PER_MSEC, in msa311_wait_for_next_data()
515 else if (msleep_interruptible(wait_ms)) in msa311_wait_for_next_data()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/
H A Dbase.h91 void rtl_wait_tx_report_acked(struct ieee80211_hw *hw, u32 wait_ms);
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/
H A Dbase.h91 void rtl_wait_tx_report_acked(struct ieee80211_hw *hw, u32 wait_ms);
/kernel/linux/linux-5.10/drivers/usb/musb/
H A Dmusb_dsps.c134 static void dsps_mod_timer(struct dsps_glue *glue, int wait_ms) in dsps_mod_timer() argument
139 if (wait_ms < 0) in dsps_mod_timer()
142 wait = msecs_to_jiffies(wait_ms); in dsps_mod_timer()
/kernel/linux/linux-5.10/sound/usb/usx2y/
H A Dusb_stream.c734 int wait_ms = 3000; in usb_stream_start() local
735 while (s->state != usb_stream_ready && wait_ms > 0) { in usb_stream_start()
738 wait_ms -= 200; in usb_stream_start()
/kernel/linux/linux-6.6/drivers/usb/musb/
H A Dmusb_dsps.c133 static void dsps_mod_timer(struct dsps_glue *glue, int wait_ms) in dsps_mod_timer() argument
138 if (wait_ms < 0) in dsps_mod_timer()
141 wait = msecs_to_jiffies(wait_ms); in dsps_mod_timer()
/kernel/linux/linux-6.6/sound/usb/usx2y/
H A Dusb_stream.c755 int wait_ms = 3000; in usb_stream_start() local
757 while (s->state != usb_stream_ready && wait_ms > 0) { in usb_stream_start()
760 wait_ms -= 200; in usb_stream_start()
/kernel/linux/linux-5.10/include/trace/events/
H A Df2fs.h616 TP_PROTO(struct super_block *sb, unsigned int wait_ms,
619 TP_ARGS(sb, wait_ms, prefree, free),
623 __field(unsigned int, wait_ms)
630 __entry->wait_ms = wait_ms;
635 TP_printk("dev = (%d,%d), wait_ms = %u, prefree = %u, free = %u",
637 __entry->wait_ms,
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/
H A Drtw_mlme_ext.h544 unsigned int power_mode, int try_cnt, int wait_ms);
546 u16 tid, int try_cnt, int wait_ms);
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c2553 int try_cnt, int wait_ms) in issue_probereq_ex()
2560 wait_ms > 0); in issue_probereq_ex()
2567 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_probereq_ex()
2568 msleep(wait_ms); in issue_probereq_ex()
2570 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_probereq_ex()
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) in issue_nulldata() argument
3115 ret = _issue_nulldata(padapter, da, power_mode, wait_ms > 0); in issue_nulldata()
3122 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_nulldata()
3123 msleep(wait_ms); in issue_nulldata()
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) issue_probereq_ex() argument
3236 issue_qos_nulldata(struct adapter *padapter, unsigned char *da, u16 tid, int try_cnt, int wait_ms) issue_qos_nulldata() argument
3335 issue_deauth_ex(struct adapter *padapter, u8 *da, unsigned short reason, int try_cnt, int wait_ms) issue_deauth_ex() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Dhalbtcoutsrc.c185 u8 *cmd, u32 len, unsigned long wait_ms) in halbtc_send_bt_mp_operation()
194 if (wait_ms) /* before h2c to avoid race condition */ in halbtc_send_bt_mp_operation()
250 if (!wait_ms) in halbtc_send_bt_mp_operation()
254 "btmpinfo wait req_num=%d wait=%ld\n", req_num, wait_ms); in halbtc_send_bt_mp_operation()
260 msecs_to_jiffies(wait_ms)) == 0) { in halbtc_send_bt_mp_operation()
184 halbtc_send_bt_mp_operation(struct btc_coexist *btcoexist, u8 op_code, u8 *cmd, u32 len, unsigned long wait_ms) halbtc_send_bt_mp_operation() argument
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Dhalbtcoutsrc.c172 u8 *cmd, u32 len, unsigned long wait_ms) in halbtc_send_bt_mp_operation()
181 if (wait_ms) /* before h2c to avoid race condition */ in halbtc_send_bt_mp_operation()
237 if (!wait_ms) in halbtc_send_bt_mp_operation()
241 "btmpinfo wait req_num=%d wait=%ld\n", req_num, wait_ms); in halbtc_send_bt_mp_operation()
244 msecs_to_jiffies(wait_ms)) == 0) { in halbtc_send_bt_mp_operation()
171 halbtc_send_bt_mp_operation(struct btc_coexist *btcoexist, u8 op_code, u8 *cmd, u32 len, unsigned long wait_ms) halbtc_send_bt_mp_operation() argument
/kernel/linux/linux-6.6/include/trace/events/
H A Df2fs.h623 TP_PROTO(struct super_block *sb, unsigned int wait_ms,
626 TP_ARGS(sb, wait_ms, prefree, free),
630 __field(unsigned int, wait_ms)
637 __entry->wait_ms = wait_ms;
642 TP_printk("dev = (%d,%d), wait_ms = %u, prefree = %u, free = %u",
644 __entry->wait_ms,

Completed in 43 milliseconds

12