Home
last modified time | relevance | path

Searched refs:period_us (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dfantog.c33 u32 period_us; member
57 u64 next_change = (percent * fan->period_us) / 100; in nvkm_fantog_update()
59 next_change = fan->period_us - next_change; in nvkm_fantog_update()
111 fan->period_us = 100000; /* 10Hz */ in nvkm_fantog_create()
/Linux-v5.15/drivers/char/hw_random/
Dtimeriomem-rng.c50 int period_us = ktime_to_us(priv->period); in timeriomem_rng_read() local
71 usleep_range(period_us, in timeriomem_rng_read()
72 period_us + max(1, period_us / 100)); in timeriomem_rng_read()
/Linux-v5.15/drivers/iio/imu/inv_mpu6050/
Dinv_mpu_core.c579 unsigned int freq_hz, period_us, min_sleep_us, max_sleep_us; in inv_mpu6050_read_channel_data() local
585 period_us = 1000000 / freq_hz; in inv_mpu6050_read_channel_data()
599 min_sleep_us = 2 * period_us; in inv_mpu6050_read_channel_data()
600 max_sleep_us = 2 * (period_us + period_us / 2); in inv_mpu6050_read_channel_data()
613 min_sleep_us = period_us; in inv_mpu6050_read_channel_data()
614 max_sleep_us = period_us + period_us / 2; in inv_mpu6050_read_channel_data()
632 min_sleep_us = period_us; in inv_mpu6050_read_channel_data()
633 max_sleep_us = period_us + period_us / 2; in inv_mpu6050_read_channel_data()
648 period_us = 1000000 / freq_hz; in inv_mpu6050_read_channel_data()
651 min_sleep_us = 2 * period_us; in inv_mpu6050_read_channel_data()
[all …]
/Linux-v5.15/drivers/power/reset/
Dat91-sama5d2_shdwc.c177 unsigned long long period_us; in at91_shdwc_debouncer_value() local
188 period_us = DBC_PERIOD_US(sdwc_dbc_period[i]); in at91_shdwc_debouncer_value()
190 __func__, i, period_us); in at91_shdwc_debouncer_value()
191 if (in_period_us > period_us) in at91_shdwc_debouncer_value()
/Linux-v5.15/tools/cgroup/
Diocost_monitor.py99 self.period_ms = ioc.period_us.value_() / 1_000
156 period_vtime = ioc.period_us.value_() * vrate
163 ioc.period_us.value_()) if self.active else 0
/Linux-v5.15/block/
Dblk-iocost.c409 u32 period_us; member
758 u32 period_us = ioc->period_us; in ioc_refresh_margins() local
761 margins->min = (period_us * MARGIN_MIN_PCT / 100) * vrate; in ioc_refresh_margins()
762 margins->low = (period_us * MARGIN_LOW_PCT / 100) * vrate; in ioc_refresh_margins()
763 margins->target = (period_us * MARGIN_TARGET_PCT / 100) * vrate; in ioc_refresh_margins()
769 u32 ppm, lat, multi, period_us; in ioc_refresh_period_us() local
794 period_us = multi * lat; in ioc_refresh_period_us()
795 period_us = clamp_t(u32, period_us, MIN_PERIOD, MAX_PERIOD); in ioc_refresh_period_us()
798 ioc->period_us = period_us; in ioc_refresh_period_us()
800 (u64)period_us * NSEC_PER_USEC * TIMER_SLACK_PCT, in ioc_refresh_period_us()
[all …]
/Linux-v5.15/tools/perf/util/
Dsort.h49 u64 period_us; member
Dhist.c271 he_stat->period_us += period; in he_stat__add_cpumode_period()
307 dest->period_us += src->period_us; in he_stat__add_stat()
/Linux-v5.15/Documentation/trace/
Dosnoise-tracer.rst101 - osnoise/period_us: the period of the osnoise thread.
/Linux-v5.15/tools/perf/ui/gtk/
Dhists.c73 __HPP_COLOR_PERCENT_FN(overhead_us, period_us) in __HPP_COLOR_PERCENT_FN()
/Linux-v5.15/tools/perf/ui/
Dhist.c433 HPP_PERCENT_FNS(overhead_us, period_us) in HPP_PERCENT_FNS()
/Linux-v5.15/tools/perf/ui/browsers/
Dhists.c1279 __HPP_COLOR_PERCENT_FN(overhead_us, period_us) in __HPP_COLOR_PERCENT_FN()