Home
last modified time | relevance | path

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

/dragonfly/test/libpthread/
H A Dverify141 ($okay, $utime, $stime) = &run_test($test);
168 ($okay, $utime, $stime) = &run_test($test);
251 $utime, $stime);
260 $total_stime += $stime;
271 $total_ntime += $utime + $stime;
318 my ($utime, $stime, $cutime, $cstime);
342 ($utime, $stime, $cutime, $cstime) = times;
395 $utime, $stime, $utime + $stime,
396 ($utime + $stime) - ($hutime + $hstime),
410 $utime, $stime, $utime + $stime,
[all …]
/dragonfly/test/socket/accept/block/
H A Daccept_block.c58 struct timespec stime, etime; in main() local
110 clock_gettime(CLOCK_MONOTONIC, &stime); 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
123 clock_gettime(CLOCK_MONOTONIC, &stime); 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/games/hack/
H A Dhack.wield.c129 const char *stime; in chwepon() local
158 stime = (amount * amount == 1) ? "moment" : "while"; in chwepon()
160 aobjnam(uwep, "glow"), color, stime); in chwepon()
/dragonfly/crypto/libressl/ssl/
H A Dssl_asn1.c247 uint64_t version, tls_version, stime, timeout, verify_result, lifetime; in d2i_SSL_SESSION() local
310 if (!CBS_get_optional_asn1_uint64(&session, &stime, SSLASN1_TIME_TAG, in d2i_SSL_SESSION()
313 if (stime > time_max()) in d2i_SSL_SESSION()
315 if (stime != 0) in d2i_SSL_SESSION()
316 s->time = (time_t)stime; in d2i_SSL_SESSION()
/dragonfly/contrib/gdb-7/gdb/mi/
H A Dmi-parse.h31 struct timeval stime; member
H A Dmi-main.c2306 tv->stime.tv_sec = rusage.ru_stime.tv_sec; in timestamp()
2307 tv->stime.tv_usec = rusage.ru_stime.tv_usec; in timestamp()
2314 tv->stime.tv_sec = 0; in timestamp()
2315 tv->stime.tv_usec = 0; in timestamp()
2353 timeval_diff (start->stime, end->stime) / 1000000.0); in print_diff()
/dragonfly/contrib/tcpdump/
H A DREADME.DELETED30 stime.awk
H A DREADME.md173 stime.awk
207 awk -f stime.awk tracedata | xgraph
/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
1844 if (stime) in radeon_get_crtc_scanoutpos()
1845 *stime = ktime_get(); in radeon_get_crtc_scanoutpos()
H A Dradeon_mode.h887 ktime_t *stime, ktime_t *etime,
/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
789 if (stime) in amdgpu_display_get_crtc_scanoutpos()
790 *stime = 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/bin/ps/
H A Dkeyword.c56 int utime(), stime(), ixrss(), idrss(), isrss();
58 {{"stime"}, "STIME", USER, stime, NULL, 4},
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_drv.h284 ktime_t *stime, ktime_t *etime,
/dragonfly/sys/kern/
H A Dtty.c1687 struct timeval stime; in ttread() local
1690 stime.tv_sec = 0; /* fix compiler warnings */ in ttread()
1691 stime.tv_usec = 0; in ttread()
1789 stime = timecopy; in ttread()
1793 stime = timecopy; in ttread()
1797 slp = t - diff(timecopy, stime); in ttread()
1808 stime = timecopy; in ttread()
1811 slp = t - diff(timecopy, stime); in ttread()
/dragonfly/contrib/gdb-7/gdb/common/
H A Dlinux-osdata.c1346 TIME_T stime, rtime, ctime; in linux_xfer_osdata_msg() local
1353 &stime, &rtime, &ctime); in linux_xfer_osdata_msg()
1370 time_from_time_t (stime_str, sizeof (stime_str), stime); in linux_xfer_osdata_msg()
/dragonfly/sys/netproto/smb/
H A Dsmb_smb.c94 u_int8_t wc, stime[8], sblen; in smb_smb_negotiate() local
148 md_get_mem(mdp, stime, 8, MB_MSYSTEM); in smb_smb_negotiate()
/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()
/dragonfly/sys/dev/drm/i915/
H A Di915_irq.c903 ktime_t *stime, ktime_t *etime, in i915_get_crtc_scanoutpos() argument
941 if (stime) in i915_get_crtc_scanoutpos()
942 *stime = ktime_get(); in i915_get_crtc_scanoutpos()
/dragonfly/share/dict/
H A Dweb2189800 stime