Home
last modified time | relevance | path

Searched full:nanoseconds (Results 1 – 25 of 211) sorted by relevance

123456789

/illumos-gate/usr/src/cmd/touch/
H A Dtouch.c281 int nanoseconds; in parse_datetime() local
346 nanoseconds = 0; in parse_datetime()
348 /* truncate beyond 9 digits (nanoseconds) */ in parse_datetime()
351 nanoseconds = atoi(fraction); in parse_datetime()
355 nanoseconds *= 100000000; in parse_datetime()
358 nanoseconds *= 10000000; in parse_datetime()
361 nanoseconds *= 1000000; in parse_datetime()
364 nanoseconds *= 100000; in parse_datetime()
367 nanoseconds *= 10000; in parse_datetime()
370 nanoseconds *= 1000; in parse_datetime()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dexacct_impl.h67 uint64_t tu_startnsec; /* start time (nanoseconds) */
69 uint64_t tu_finishnsec; /* finish time (nanoseconds) */
87 uint64_t pu_utimensec; /* user time (nanoseconds) */
89 uint64_t pu_stimensec; /* system time (nanoseconds) */
91 uint64_t pu_startnsec; /* start time (nanoseconds) */
93 uint64_t pu_finishnsec; /* finish time (nanoseconds) */
H A Dbpp_io.h128 int read_setup_time; /* DSS register - in nanoseconds */
129 int read_strobe_width; /* DSW register - in nanoseconds */
134 int write_setup_time; /* DSS register - in nanoseconds */
135 int write_strobe_width; /* DSW register - in nanoseconds */
H A Dsservice.h232 typedef uint32_t speed_t; /* memory speed in nanoseconds */
239 uint_t speed; /* speed in nanoseconds */
319 unsigned Slowest; /* slowest speed in nanoseconds */
320 unsigned Fastest; /* fastest speed in nanoseconds */
456 unsigned speed; /* window speed, nanoseconds */
H A Dtime_impl.h54 * Time expressed in seconds and nanoseconds
59 long tv_nsec; /* and nanoseconds */
/illumos-gate/usr/src/cmd/dtrace/demo/io/
H A Diothrough.d39 * What we have, however, is nanoseconds and bytes. That is we want
44 * nanoseconds / 1000000000
52 * 1024 nanoseconds 1 nanoseconds
/illumos-gate/usr/src/man/man3c/
H A Dgethrtime.3c26 Time is expressed as nanoseconds since some arbitrary time in the past; it is
34 time, expressed as total nanoseconds of execution time.
85 Although the units of hi-res time are always the same (nanoseconds), the actual
H A Dclock_settime.3c128 .Pq in seconds and nanoseconds
134 represents the amount of time (in seconds and nanoseconds) since some arbitrary
158 .Pq in seconds and nanoseconds
H A Dtimespec_get.3c49 It represents the amount of time in second and nanoseconds since the Epoch.
70 and nanoseconds.
/illumos-gate/usr/src/man/man2/
H A Dpriocntl.2622 int rt_tqnsecs; /* Additional nanoseconds in quantum */
660 \fBrt_tqnsecs\fR is the number of additional nanoseconds in the quantum. For
730 \fBRT_KY_TQNSECS\fR \fBint\fR nanoseconds in time quantum
756 nanoseconds in the quantum. Specifying a value of 1,000,000,000 or greater for
757 the number of nanoseconds results in an error return and \fBerrno\fR is set to
763 \fBERANGE\fR. If seconds (\fBRT_KY_TQSECS\fR) but no nanoseconds
764 (\fBRT_KY_TQNSECS\fR) are supplied, the number of nanoseconds is set to
765 \fB0\fR. If nanoseconds (\fBRT_KY_TQNSECS\fR) but no seconds
767 time quantum of \fB0\fR (seconds and nanoseconds are \fB0\fR) results in an
1287 \fIfx_tqnsecs\fR is the number of additional nanoseconds in the quantum. For
[all …]
/illumos-gate/usr/src/cmd/latencytop/
H A Ddisplay.c104 get_time_string(double nanoseconds, char *buffer, int len, int fill_width) in get_time_string() argument
110 if (nanoseconds < (ONE_USEC - .5)) { in get_time_string()
111 (void) snprintf(buffer, len, "%3.1f nsec", nanoseconds); in get_time_string()
112 } else if (nanoseconds < (ONE_MSEC - .5 * ONE_USEC)) { in get_time_string()
114 "%3.1f usec", nanoseconds / ONE_USEC); in get_time_string()
115 } else if (nanoseconds < (ONE_SEC - .5 * ONE_MSEC)) { in get_time_string()
117 "%3.1f msec", nanoseconds / ONE_MSEC); in get_time_string()
118 } else if (nanoseconds < 999.5 * ONE_SEC) { in get_time_string()
120 "%3.1f sec", nanoseconds / ONE_SEC); in get_time_string()
123 "%.0e sec", nanoseconds / ONE_SEC); in get_time_string()
/illumos-gate/usr/src/uts/sun4/sys/
H A Dclock.h179 * timestamps into nanoseconds. On systems that have a %stick register,
184 * %tick units to nanoseconds on all implementations whether %stick is
195 * Convert hi-res native time (V9's %tick in our case) into nanoseconds.
222 * is a serious problem; (1 << (64 - NSEC_SHIFT)) nanoseconds is over
227 * just converts ticks to nanoseconds and a higher-performance version that
/illumos-gate/usr/src/cmd/dtrace/demo/agg/
H A Dnormalize.d32 * Get the start time, in nanoseconds.
46 * been running. (There are 1,000,000,000 nanoseconds in one second.)
/illumos-gate/usr/src/man/man3head/
H A Dtimespec.3head48 long tv_nsec; /* and nanoseconds */
64 members represent the rest of the elapsed time in nanoseconds and
/illumos-gate/usr/src/test/util-tests/tests/sleep/
H A Dsleep.d24 * We expect the number of seconds in $1 and the number of nanoseconds
26 * '/usr/bin/sleep <waittime>' <seconds> <nanoseconds>.
/illumos-gate/usr/src/man/man8/
H A Dtrapstat.8145 1 Timestamp (nanoseconds since start)
199 1 Timestamp (nanoseconds since start)
248 1 Timestamp (nanoseconds since start)
293 1 Timestamp (nanoseconds since start)
538 nanoseconds and 10,007,000 nanoseconds. These level-10 events correspond to the
540 nanoseconds).
/illumos-gate/usr/src/man/man9f/
H A Dgethrtime.9f23 Time is expressed as nanoseconds since some arbitrary time in the past; it is
48 Although the units of hi-res time are always the same (nanoseconds), the actual
/illumos-gate/usr/src/test/libc-tests/tests/clocklock/
H A Dclock_lock_sem.c167 const char *descs[] = { "too many nanoseconds", "negative seconds", in clock_test_sem_inv_to_ign_rel()
168 "negative nanoseconds" }; in clock_test_sem_inv_to_ign_rel()
202 const char *descs[] = { "too many nanoseconds", "negative seconds", in clock_test_sem_inv_to_rel()
203 "negative nanoseconds" }; in clock_test_sem_inv_to_rel()
H A Dclock_lock_mutex.c184 const char *descs[] = { "too many nanoseconds", "negative seconds", in clock_test_mutex_inv_to_ign_rel()
185 "negative nanoseconds" }; in clock_test_mutex_inv_to_ign_rel()
221 const char *descs[] = { "too many nanoseconds", "negative seconds", in clock_test_mutex_inv_to_rel()
222 "negative nanoseconds" }; in clock_test_mutex_inv_to_rel()
H A Dclock_lock_rwlock.c230 const char *descs[] = { "too many nanoseconds", "negative seconds", in clock_test_rwlock_inv_to_ign_rel()
231 "negative nanoseconds" }; in clock_test_rwlock_inv_to_ign_rel()
290 const char *descs[] = { "too many nanoseconds", "negative seconds", in clock_test_rwlock_inv_to_rel()
291 "negative nanoseconds" }; in clock_test_rwlock_inv_to_rel()
/illumos-gate/usr/src/uts/common/inet/cc/
H A Dcc_cubic.c94 /* Sum of RTT samples across an epoch in nanoseconds. */
102 /* Minimum observed rtt in nanoseconds. */
108 /* Time of last congestion event in nanoseconds. */
430 /* tcp_rtt_sa is 8 * smoothed RTT in nanoseconds */ in cubic_record_rtt()
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_log.c36 uint64_t ilf_nsec; /* timestamp nanoseconds from previous record */
72 * as a number of nanoseconds and advance the clock. If a massively in inj_logfile_event()
/illumos-gate/usr/src/uts/common/io/rtw/
H A Dsa2400reg.h204 * 182 nanoseconds.
212 * 182 nanoseconds
220 * 182 nanoseconds
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_time.c68 * to Unix seconds+nanoseconds since 1970. Any time
98 * Convert Unix time (seconds+nanoseconds since 1970)
/illumos-gate/usr/src/man/man3scf/
H A Dscf_value_create.3scf182 signed 64-bit seconds, signed 32-bit nanoseconds in the range 0 <= \fIns\fR < 1,000,000,000
311 The nanoseconds field is not in the range 0 <= \fIns\fR < 1,000,000,000.

123456789