| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
| H A D | fantog.c | 33 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/tools/tracing/rtla/src/ |
| H A D | osnoise.c | 196 * osnoise_get_period - return the original "osnoise/period_us" value 202 long long period_us; in osnoise_get_period() 204 if (context->period_us != OSNOISE_TIME_INIT_VAL) in osnoise_get_period() 205 return context->period_us; in osnoise_get_period() 210 period_us = osnoise_read_ll_config("osnoise/period_us"); in osnoise_get_period() 211 if (period_us < 0) in osnoise_get_period() 214 context->orig_period_us = period_us; in osnoise_get_period() 215 return period_us; in osnoise_get_period() 245 retval = osnoise_write_ll_config("osnoise/period_us", perio in __osnoise_write_period() 200 long long period_us; osnoise_get_period() local [all...] |
| H A D | common.h | 25 unsigned long long period_us; member
|
| /linux/drivers/power/reset/ |
| H A D | at91-sama5d2_shdwc.c | 177 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/tools/tracing/rtla/tests/ |
| H A D | osnoise.t | 49 "osnoise hist -s 1" 2 period_us=600000000
|
| H A D | engine.sh | 34 echo 1000000 > period_us
|
| /linux/drivers/iio/imu/inv_mpu6050/ |
| H A D | inv_mpu_core.c | 655 unsigned int freq_hz, period_us, min_sleep_us, max_sleep_us; in inv_mpu6050_read_channel_data() local 661 period_us = 1000000 / freq_hz; in inv_mpu6050_read_channel_data() 675 min_sleep_us = 2 * period_us; in inv_mpu6050_read_channel_data() 676 max_sleep_us = 2 * (period_us + period_us / 2); in inv_mpu6050_read_channel_data() 689 min_sleep_us = period_us; in inv_mpu6050_read_channel_data() 690 max_sleep_us = period_us + period_us / 2; in inv_mpu6050_read_channel_data() 708 min_sleep_us = period_us; in inv_mpu6050_read_channel_data() 709 max_sleep_us = period_us + period_us / 2; in inv_mpu6050_read_channel_data() 724 period_us = 1000000 / freq_hz; in inv_mpu6050_read_channel_data() 727 min_sleep_us = 2 * period_us; in inv_mpu6050_read_channel_data() [all …]
|
| /linux/tools/cgroup/ |
| H A D | iocost_monitor.py | 99 self.period_ms = ioc.period_us.value_() / 1_000 159 period_vtime = ioc.period_us.value_() * vrate 166 ioc.period_us.value_()) if self.active else 0
|
| /linux/drivers/mmc/core/ |
| H A D | mmc_ops.h | 44 int __mmc_poll_for_busy(struct mmc_host *host, unsigned int period_us,
|
| /linux/Documentation/scheduler/ |
| H A D | sched-rt-group.rst | 94 less or equal to the period_us, as it denotes the time allocated from the 95 period_us for the real-time tasks. Without CONFIG_RT_GROUP_SCHED enabled,
|
| /linux/tools/sched_ext/ |
| H A D | scx_qmap.bpf.c | 905 u64 period_us, u64 quota_us, u64 burst_us) 909 cgrp->kn->id, period_us, quota_us, burst_us); 712 BPF_STRUCT_OPS(qmap_cgroup_set_bandwidth,struct cgroup * cgrp,u64 period_us,u64 quota_us,u64 burst_us) BPF_STRUCT_OPS() argument
|
| /linux/tools/perf/ui/gtk/ |
| H A D | hists.c | 73 __HPP_COLOR_PERCENT_FN(overhead_us, period_us) in __HPP_COLOR_PERCENT_FN()
|
| /linux/Documentation/trace/ |
| H A D | osnoise-tracer.rst | 101 - osnoise/period_us: the period of the osnoise thread.
|
| /linux/tools/perf/util/ |
| H A D | hist.h | 194 u64 period_us; member
|
| H A D | hist.c | 290 he_stat->period_us += period; in he_stat__add_cpumode_period() 322 dest->period_us += src->period_us; in he_stat__add_stat()
|
| /linux/tools/perf/ui/ |
| H A D | hist.c | 642 HPP_PERCENT_FNS(overhead_us, period_us, PERF_HPP_FMT_TYPE__PERCENT) in HPP_PERCENT_FNS()
|
| /linux/tools/perf/ui/browsers/ |
| H A D | hists.c | 1282 __HPP_COLOR_PERCENT_FN(overhead_us, period_us, PERF_HPP_FMT_TYPE__PERCENT) in __HPP_COLOR_PERCENT_FN()
|