Searched refs:vrate (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | iocost.h | 26 __field(u64, vrate) 41 __entry->vrate = now->vrate; 51 TP_printk("[%s:%s] now=%llu:%llu vrate=%llu " 55 __entry->now, __entry->vnow, __entry->vrate, 159 TP_printk("[%s] vrate=%llu->%llu busy=%d missed_ppm=%u:%u rq_wait_pct=%u lagging=%d shortages=%d",
|
/kernel/linux/linux-6.6/sound/virtio/ |
H A D | virtio_pcm_ops.c | 164 int vrate = -1; in virtsnd_pcm_dev_set_params() local 175 vrate = g_a2v_rate_map[i].vio_bit; in virtsnd_pcm_dev_set_params() 180 if (vformat == -1 || vrate == -1) in virtsnd_pcm_dev_set_params() 193 request->rate = vrate; in virtsnd_pcm_dev_set_params()
|
/kernel/linux/linux-5.10/block/ |
H A D | blk-iocost.c | 97 * To slow down, we lower the vrate - the rate at which the device vtime 99 * at the vrate of 75%, all cgroups added up would only be able to issue 108 * indication that the device is saturated and we lower the vrate. This 148 * implemented by adjusting vrate dynamically. However, squaring who can 160 * sdb RUN per=300ms cur_per=234.218:v203.695 busy= +1 vrate= 62.12% 167 * - vrate : Device virtual time rate against wall clock 254 /* bound vrate adjustments within two orders of magnitude */ 566 u64 vrate; member 652 * vrate adjust percentages indexed by ioc->busy_level. We adjust up on 765 u64 vrate in ioc_refresh_margins() local 2357 u64 vrate = ioc->vtime_base_rate; ioc_timer_fn() local [all...] |
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | iocost.h | 26 __field(u64, vrate) 41 __entry->vrate = iocg->ioc->vtime_base_rate; 51 TP_printk("[%s:%s] now=%llu:%llu vrate=%llu " 55 __entry->now, __entry->vnow, __entry->vrate, 173 TP_printk("[%s] vrate=%llu->%llu busy=%d missed_ppm=%u:%u rq_wait_pct=%u lagging=%d shortages=%d",
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-iocost.c | 97 * To slow down, we lower the vrate - the rate at which the device vtime 99 * at the vrate of 75%, all cgroups added up would only be able to issue 108 * indication that the device is saturated and we lower the vrate. This 148 * implemented by adjusting vrate dynamically. However, squaring who can 160 * sdb RUN per=300ms cur_per=234.218:v203.695 busy= +1 vrate= 62.12% 167 * - vrate : Device virtual time rate against wall clock 254 /* bound vrate adjustments within two orders of magnitude */ 648 * vrate adjust percentages indexed by ioc->busy_level. We adjust up on 757 u64 vrate = ioc->vtime_base_rate; in ioc_refresh_margins() local 759 margins->min = (period_us * MARGIN_MIN_PCT / 100) * vrate; in ioc_refresh_margins() 997 u64 vrate = ioc->vtime_base_rate; ioc_adjust_base_vrate() local 1045 u64 vrate; ioc_now() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dsi/pll/ |
H A D | dsi_pll_14nm.c | 338 static u32 pll_14nm_kvco_slop(u32 vrate) in pll_14nm_kvco_slop() argument 342 if (vrate > VCO_MIN_RATE && vrate <= 1800000000UL) in pll_14nm_kvco_slop() 344 else if (vrate > 1800000000UL && vrate < 2300000000UL) in pll_14nm_kvco_slop() 346 else if (vrate > 2300000000UL && vrate < VCO_MAX_RATE) in pll_14nm_kvco_slop()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dsi/phy/ |
H A D | dsi_phy_14nm.c | 237 static u32 pll_14nm_kvco_slop(u32 vrate) in pll_14nm_kvco_slop() argument 241 if (vrate > VCO_MIN_RATE && vrate <= 1800000000UL) in pll_14nm_kvco_slop() 243 else if (vrate > 1800000000UL && vrate < 2300000000UL) in pll_14nm_kvco_slop() 245 else if (vrate > 2300000000UL && vrate < VCO_MAX_RATE) in pll_14nm_kvco_slop()
|
/kernel/linux/linux-5.10/tools/cgroup/ |
H A D | iocost_monitor.py | 130 f'vrate={self.vrate_pct:6.2f}% ' \ 155 vrate = ioc.vtime_rate.counter.value_() 156 period_vtime = ioc.period_us.value_() * vrate
|
/kernel/linux/linux-6.6/tools/cgroup/ |
H A D | iocost_monitor.py | 133 f'vrate={self.vrate_pct:6.2f}%:{self.ivrate_pct:6.2f}% ' \ 158 vrate = ioc.vtime_rate.counter.value_() 159 period_vtime = ioc.period_us.value_() * vrate
|
Completed in 12 milliseconds