Searched refs:vnow (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/include/trace/events/ |
| H A D | iocost.h | 25 __field(u64, vnow) 40 __entry->vnow = now->vnow; 55 __entry->now, __entry->vnow, __entry->vrate, 194 __field(u64, vnow) 206 __entry->vnow = now->vnow; 216 __entry->now, __entry->vnow, __entry->usage_pct,
|
| /linux-6.15/block/ |
| H A D | blk-iocost.c | 562 u64 vnow; member 1061 now->vnow = ioc->period_at_vtime + in ioc_now() 1072 ioc->period_at_vtime = now->vnow; in ioc_start_period() 1314 vtarget = now->vnow - ioc->margins.target; in iocg_activate() 1792 now->vnow - ioc->period_at_vtime); in hweight_after_donation() 2267 period_vtime = now.vnow - ioc->period_at_vtime; in ioc_timer_fn() 2303 time_after64(vtime, now.vnow - in ioc_timer_fn() 2483 margin = now->vnow - vtime - cost; in adjust_inuse_and_calc_cost() 2641 time_before_eq64(vtime + cost, now.vnow)) { in ioc_rqos_throttle() 2996 atomic64_set(&iocg->vtime, now.vnow); in ioc_pd_init() [all …]
|
| /linux-6.15/drivers/power/supply/ |
| H A D | mp2629_charger.c | 195 union power_supply_propval vnow, vlim; in mp2629_get_battery_capacity() local 198 ret = mp2629_read_adc(charger, MP2629_BATT_VOLT, &vnow); in mp2629_get_battery_capacity() 206 val->intval = (vnow.intval * 100) / vlim.intval; in mp2629_get_battery_capacity()
|