Searched refs:last_sample (Results 1 – 6 of 6) sorted by relevance
110 unsigned char last_sample; member212 (cur_s != bc->modem.ser12.last_sample); in ser12_rx()213 bc->modem.ser12.last_sample = cur_s; in ser12_rx()272 if (bc->modem.ser12.last_sample == in ser12_rx()276 bc->modem.ser12.last_sample; in ser12_rx()327 if (bc->modem.ser12.last_sample == in ser12_rx()331 bc->modem.ser12.last_sample; in ser12_rx()
611 elapsed = ktime_to_us(ktime_sub(time, gpu->last_sample.time)); in update_sw_cntrs()614 if (gpu->last_sample.active) in update_sw_cntrs()617 gpu->last_sample.active = msm_gpu_active(gpu); in update_sw_cntrs()618 gpu->last_sample.time = time; in update_sw_cntrs()632 gpu->last_sample.active = msm_gpu_active(gpu); in msm_gpu_perfcntr_start()633 gpu->last_sample.time = ktime_get(); in msm_gpu_perfcntr_start()
88 } last_sample; member
497 if (jiffies - spinfo->last_sample > 2 * period) in rate_control_pid_sample()502 spinfo->last_sample = jiffies; in rate_control_pid_sample()573 if (jiffies - spinfo->last_sample > 2 * period) in rate_control_pid_sample()576 spinfo->last_sample = jiffies; in rate_control_pid_sample()721 if (time_after(jiffies, spinfo->last_sample + period)) in ssv6xxx_legacy_report_handler()730 spinfo->last_sample = jiffies; in ssv6xxx_legacy_report_handler()792 if (time_after(jiffies, spinfo->last_sample + period)) in ssv6xxx_legacy_report_handler()1293 spinfo->last_sample = jiffies; in ssv62xx_rc_caps()
79 unsigned long last_sample; member
50 usec = ktime_us_delta(ticker->last_sample,52 ticker->first_sample = ticker->last_sample;