Home
last modified time | relevance | path

Searched refs:stime (Results 1 – 11 of 11) sorted by relevance

/drivers/misc/
Duid_sys_stats.c69 cputime_t stime; member
337 cputime_t stime; in uid_cputime_show() local
360 task_cputime_adjusted(task, &utime, &stime); in uid_cputime_show()
362 uid_entry->active_stime += stime; in uid_cputime_show()
369 cputime_t total_stime = uid_entry->stime + in uid_cputime_show()
629 cputime_t utime, stime; in process_notifier() local
643 task_cputime_adjusted(task, &utime, &stime); in process_notifier()
645 uid_entry->stime += stime; in process_notifier()
/drivers/gpu/drm/nouveau/
Dnouveau_display.c96 ktime_t *stime, ktime_t *etime) in nouveau_display_scanoutpos_head() argument
126 if (stime) *stime = ns_to_ktime(args.scan.time[0]); in nouveau_display_scanoutpos_head()
137 ktime_t *stime, ktime_t *etime, in nouveau_display_scanoutpos() argument
145 stime, etime); in nouveau_display_scanoutpos()
/drivers/gpu/drm/amd/amdgpu/
Damdgpu_display.c803 ktime_t *stime, ktime_t *etime, in amdgpu_get_crtc_scanoutpos() argument
815 if (stime) in amdgpu_get_crtc_scanoutpos()
816 *stime = ktime_get(); in amdgpu_get_crtc_scanoutpos()
Damdgpu_mode.h554 ktime_t *stime, ktime_t *etime,
/drivers/isdn/mISDN/
Dstack.c206 cputime_t utime, stime; in mISDNStackd() local
309 task_cputime(st->thread, &utime, &stime); in mISDNStackd()
312 dev_name(&st->dev->dev), utime, stime); in mISDNStackd()
/drivers/power/
Dlp8788-charger.c656 char *stime[] = { "400ms", "5min", "10min", "15min", in lp8788_show_eoc_time() local
664 stime[val]); in lp8788_show_eoc_time()
/drivers/gpu/drm/
Ddrm_irq.c774 ktime_t stime, etime; in drm_calc_vbltimestamp_from_scanoutpos() local
813 &stime, &etime, in drm_calc_vbltimestamp_from_scanoutpos()
824 duration_ns = ktime_to_ns(etime) - ktime_to_ns(stime); in drm_calc_vbltimestamp_from_scanoutpos()
/drivers/gpu/drm/radeon/
Dradeon_display.c1865 ktime_t *stime, ktime_t *etime, in radeon_get_crtc_scanoutpos() argument
1877 if (stime) in radeon_get_crtc_scanoutpos()
1878 *stime = ktime_get(); in radeon_get_crtc_scanoutpos()
Dradeon_drv.c129 ktime_t *stime, ktime_t *etime,
Dradeon_mode.h887 ktime_t *stime, ktime_t *etime,
/drivers/gpu/drm/i915/
Di915_irq.c775 ktime_t *stime, ktime_t *etime, in i915_get_crtc_scanoutpos() argument
817 if (stime) in i915_get_crtc_scanoutpos()
818 *stime = ktime_get(); in i915_get_crtc_scanoutpos()