Searched refs:time_ms (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/perf/scripts/python/ |
| H A D | gecko.py | 88 time_ms: Milliseconds 177 def _add_sample(self, comm: str, stack: List[str], time_ms: Milliseconds) -> None: 193 time_ms=time_ms, 297 thread._add_sample(comm=comm, stack=stack, time_ms=time_stamp)
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | adf_heartbeat.h | 58 int adf_heartbeat_ms_to_ticks(struct adf_accel_dev *accel_dev, unsigned int time_ms,
|
| H A D | adf_heartbeat.c | 252 int adf_heartbeat_ms_to_ticks(struct adf_accel_dev *accel_dev, unsigned int time_ms, in adf_heartbeat_ms_to_ticks() argument 263 *value = time_ms * (clk_per_sec / MSEC_PER_SEC); in adf_heartbeat_ms_to_ticks()
|
| /linux/drivers/net/ethernet/hisilicon/ |
| H A D | hix5hd2_gmac.c | 1061 u32 time_ms; in hix5hd2_sleep_us() local 1066 time_ms = DIV_ROUND_UP(time_us, 1000); in hix5hd2_sleep_us() 1067 if (time_ms < 20) in hix5hd2_sleep_us() 1070 msleep(time_ms); in hix5hd2_sleep_us()
|
| /linux/block/ |
| H A D | bfq-wf2q.c | 838 unsigned long time_ms) in bfq_bfqq_charge_time() argument 842 unsigned long bounded_time_ms = min(time_ms, timeout_ms); in bfq_bfqq_charge_time()
|
| H A D | bfq-iosched.h | 1143 unsigned long time_ms);
|
| /linux/sound/pci/asihpi/ |
| H A D | hpi_internal.h | 935 u32 time_ms; member 939 u32 time_ms; member
|
| /linux/tools/tracing/latency/ |
| H A D | latency-collector.c | 539 static bool mutex_trylock_limit(pthread_mutex_t *mutex, int time_ms) in mutex_trylock_limit() argument 541 long time_us = time_ms * USEC_PER_MSEC; in mutex_trylock_limit()
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | phy.c | 6322 u16 time_ms, u32 *period, in rtw89_phy_ccx_ms_to_period_unit() argument 6328 if (time_ms >= CCX_MAX_PERIOD) in rtw89_phy_ccx_ms_to_period_unit() 6329 time_ms = CCX_MAX_PERIOD; in rtw89_phy_ccx_ms_to_period_unit() 6331 quotient = CCX_MAX_PERIOD_UNIT * time_ms / CCX_MAX_PERIOD; in rtw89_phy_ccx_ms_to_period_unit() 6343 *period = (time_ms * MS_TO_4US_RATIO) >> idx; in rtw89_phy_ccx_ms_to_period_unit()
|