Home
last modified time | relevance | path

Searched refs:etime (Results 1 – 14 of 14) sorted by relevance

/dragonfly/lib/libdevstat/
H A Ddevstat.c1058 if (etime > 0.0) { in compute_stats()
1077 if (etime > 0.0) in compute_stats()
1094 if (etime > 0.0) in compute_stats()
1143 if (etime > 0.0) { in compute_stats_read()
1162 if (etime > 0.0) in compute_stats_read()
1179 if (etime > 0.0) in compute_stats_read()
1228 if (etime > 0.0) { in compute_stats_write()
1247 if (etime > 0.0) in compute_stats_write()
1264 if (etime > 0.0) in compute_stats_write()
1287 long double etime; in compute_etime() local
[all …]
H A Ddevstat.h104 long double etime, u_int64_t *total_bytes,
111 long double etime, u_int64_t *total_bytes,
118 long double etime, u_int64_t *total_bytes,
/dragonfly/test/socket/accept/block/
H A Daccept_block.c58 struct timespec stime, etime; in main() local
119 clock_gettime(CLOCK_MONOTONIC, &etime); in main()
121 if (etime.tv_sec - stime.tv_sec < READ_WAIT_MIN) { in main()
122 warnx("invalid wait time %ld", etime.tv_sec - stime.tv_sec); in main()
/dragonfly/test/socket/accept4/block/
H A Daccept4_block.c64 struct timespec stime, etime; in main() local
132 clock_gettime(CLOCK_MONOTONIC, &etime); in main()
134 if (etime.tv_sec - stime.tv_sec < READ_WAIT_MIN) { in main()
135 warnx("invalid wait time %ld", etime.tv_sec - stime.tv_sec); in main()
/dragonfly/usr.bin/systat/
H A Dvmstat.c112 static double etime; variable
420 etime += s.fld; \
428 put64((int64_t)((float)s.fld/etime + 0.5), l, c, w, 'D')
456 etime = 0; in showkre()
463 total_time = etime; in showkre()
467 if (etime < 100000.0) { /* < 100ms ignore this trash */ in showkre()
481 etime /= 1000000.0; in showkre()
482 etime /= ncpu; in showkre()
483 if (etime == 0) in showkre()
484 etime = 1; in showkre()
[all …]
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_drv.c132 ktime_t *stime, ktime_t *etime,
598 ktime_t *stime, ktime_t *etime, in radeon_get_crtc_scanout_position() argument
602 stime, etime, mode); in radeon_get_crtc_scanout_position()
H A Dradeon_display.c1832 ktime_t *stime, ktime_t *etime, in radeon_get_crtc_scanoutpos() argument
1930 if (etime) in radeon_get_crtc_scanoutpos()
1931 *etime = ktime_get(); in radeon_get_crtc_scanoutpos()
H A Dradeon_mode.h887 ktime_t *stime, ktime_t *etime,
/dragonfly/sys/dev/drm/
H A Ddrm_vblank.c578 ktime_t stime, etime; in drm_calc_vbltimestamp_from_scanoutpos() local
632 &stime, &etime, in drm_calc_vbltimestamp_from_scanoutpos()
643 duration_ns = ktime_to_ns(etime) - ktime_to_ns(stime); in drm_calc_vbltimestamp_from_scanoutpos()
669 *vblank_time = ktime_sub_ns(etime, delta_ns); in drm_calc_vbltimestamp_from_scanoutpos()
674 ts_etime = ktime_to_timespec64(etime); in drm_calc_vbltimestamp_from_scanoutpos()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_display.c777 int *hpos, ktime_t *stime, ktime_t *etime, in amdgpu_display_get_crtc_scanoutpos() argument
796 if (etime) in amdgpu_display_get_crtc_scanoutpos()
797 *etime = ktime_get(); in amdgpu_display_get_crtc_scanoutpos()
H A Damdgpu_drv.c1204 ktime_t *stime, ktime_t *etime, in amdgpu_get_crtc_scanout_position() argument
1208 stime, etime, mode); in amdgpu_get_crtc_scanout_position()
H A Damdgpu_mode.h608 int *hpos, ktime_t *stime, ktime_t *etime,
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_drv.h284 ktime_t *stime, ktime_t *etime,
/dragonfly/sys/dev/drm/i915/
H A Di915_irq.c903 ktime_t *stime, ktime_t *etime, in i915_get_crtc_scanoutpos() argument
986 if (etime) in i915_get_crtc_scanoutpos()
987 *etime = ktime_get(); in i915_get_crtc_scanoutpos()