| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_benchmark.c | 32 uint64_t saddr, uint64_t daddr, int n, s64 *time_ms) in amdgpu_benchmark_do_move() argument 53 *time_ms = ktime_ms_delta(etime, stime); in amdgpu_benchmark_do_move() 61 s64 time_ms, in amdgpu_benchmark_log_results() argument 67 throughput = div64_s64(throughput, time_ms); in amdgpu_benchmark_log_results() 71 kind, n, size >> 10, sdomain, ddomain, time_ms, in amdgpu_benchmark_log_results() 81 s64 time_ms; in amdgpu_benchmark_move() local 102 r = amdgpu_benchmark_do_move(adev, size, saddr, daddr, n, &time_ms); in amdgpu_benchmark_move() 106 amdgpu_benchmark_log_results(adev, n, size, time_ms, in amdgpu_benchmark_move()
|
| /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/iio/light/ |
| H A D | as73211.c | 576 int time_ms; in _as73211_write_raw() local 586 time_ms = (val_us * f_samp_1_024mhz) / 1000; /* 1 ms, 2 ms, ... (power of two) */ in _as73211_write_raw() 587 if (time_ms < 0 || !is_power_of_2(time_ms) || time_ms > AS73211_SAMPLE_TIME_MAX_MS) in _as73211_write_raw() 590 reg_bits = ilog2(time_ms); in _as73211_write_raw()
|
| /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/net/can/j1939/ |
| H A D | socket.c | 189 int time_ms = 0; in j1939_sk_queue_activate_next_locked() local 192 time_ms = 10 + get_random_u32_below(16); in j1939_sk_queue_activate_next_locked() 194 j1939_tp_schedule_txtimer(first, time_ms); in j1939_sk_queue_activate_next_locked()
|
| /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/mtd/nand/raw/ |
| H A D | qcom_nandc.c | 1668 static int qcom_wait_rdy_poll(struct nand_chip *chip, unsigned int time_ms) in qcom_wait_rdy_poll() argument 1671 unsigned long start = jiffies + msecs_to_jiffies(time_ms); in qcom_wait_rdy_poll()
|