Searched refs:clock_t (Results 1 - 25 of 53) sorted by last modified time

123

/freebsd-10.0-release/include/
H A Dtime.h60 typedef __clock_t clock_t; typedef
145 clock_t clock(void);
/freebsd-10.0-release/usr.bin/dtc/
H A Ddtc.cc100 clock_t c0 = clock();
292 clock_t c1 = clock();
313 clock_t c2 = clock();
318 clock_t c3 = clock();
321 clock_t c4 = clock();
/freebsd-10.0-release/usr.bin/xlint/llib/
H A Dllib-lposix94 clock_t (clock)(void);
295 clock_t (times)(struct tms *buffer);
H A Dllib-lstdc245 clock_t (clock)(void);
/freebsd-10.0-release/crypto/openssl/
H A De_os.h467 typedef unsigned long clock_t; typedef
/freebsd-10.0-release/crypto/openssl/apps/
H A Dapps.c2897 static clock_t tmstart;
2954 static clock_t tmstart;
2956 clock_t now;
2968 now = (clock_t)(
2987 clock_t now = times(&rus);
2988 static clock_t tmstart;
/freebsd-10.0-release/crypto/openssl/ssl/
H A Dssltest.c310 int doit_biopair(SSL *s_ssl,SSL *c_ssl,long bytes,clock_t *s_time,clock_t *c_time);
544 clock_t s_time = 0, c_time = 0;
1197 clock_t *s_time, clock_t *c_time)
1274 clock_t c_clock = clock();
1360 clock_t s_clock = clock();
/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Dectest.c118 clock_t clck;
/freebsd-10.0-release/crypto/openssh/
H A Dconfigure13594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clock_t" >&5
13595 $as_echo_n "checking for clock_t... " >&6; }
13606 clock_t foo; foo = 1235;
H A Ddefines.h301 typedef long clock_t; typedef
/freebsd-10.0-release/sys/compat/svr4/
H A Dsvr4_misc.c107 static __inline clock_t timeval_to_clock_t(struct timeval *);
844 static __inline clock_t
/freebsd-10.0-release/sys/dev/sfxge/common/
H A Defsys.h687 typedef clock_t efsys_timestamp_t;
691 clock_t now; \
/freebsd-10.0-release/sys/dev/sfxge/
H A Dsfxge.h165 clock_t update_time;
221 clock_t ev_stats_update_time;
H A Dsfxge_ev.c394 clock_t now;
H A Dsfxge_mcdi.c99 clock_t delay_total;
100 clock_t delay_us;
109 EFSYS_PROBE1(mcdi_delay, clock_t, delay_total);
H A Dsfxge_port.c47 clock_t now;
441 clock_t now;
/freebsd-10.0-release/sys/boot/ficl/
H A Dtestmain.c266 clock_t now = clock();
/freebsd-10.0-release/sys/sys/
H A Dtimes.h44 typedef __clock_t clock_t; typedef
49 clock_t tms_utime; /* User CPU time */
50 clock_t tms_stime; /* System CPU time */
51 clock_t tms_cutime; /* User CPU time of terminated child procs */
52 clock_t tms_cstime; /* System CPU time of terminated child procs */
59 clock_t times(struct tms *);
H A Dtypes.h92 typedef __clock_t clock_t; typedef
/freebsd-10.0-release/sys/cddl/compat/opensolaris/sys/
H A Dkcondvar.h62 static clock_t
H A Dtime.h81 static __inline clock_t
H A Dtypes.h39 typedef int64_t clock_t; typedef
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c561 clock_t b_arc_access;
2510 clock_t growtime = 0;
2786 clock_t now;
4392 static clock_t
4393 l2arc_write_interval(clock_t began, uint64_t wanted, uint64_t wrote)
4395 clock_t interval, next, now;
5278 clock_t begin, next = ddi_get_lbolt();
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu_zfetch.h52 clock_t zst_last; /* lbolt of last prefetch */
H A Dzil_impl.h129 clock_t zl_replay_time; /* lbolt of when replay started */

Completed in 435 milliseconds

123