Searched refs:timestamp (Results 126 - 150 of 418) sorted by relevance

1234567891011>>

/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.ret.d67 timeout = timestamp + 5000000000;
71 /timestamp > timeout/
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.br.d61 timeout = timestamp + 5000000000;
65 /timestamp > timeout/
H A Dtst.branch.d69 timeout = timestamp + 5000000000;
73 /timestamp > timeout/
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Apps/
H A Dnfswizard.d41 timestart = timestamp;
50 start[args[0]->b_addr] = timestamp;
62 this->elapsed = timestamp - start[args[0]->b_addr];
83 normalize(@rbytes, (timestamp - timestart) / 1000000);
86 normalize(@wbytes, (timestamp - timestart) / 1000000);
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Bin/
H A Dnfswizard.d41 timestart = timestamp;
50 start[args[0]->b_addr] = timestamp;
62 this->elapsed = timestamp - start[args[0]->b_addr];
83 normalize(@rbytes, (timestamp - timestart) / 1000000);
86 normalize(@wbytes, (timestamp - timestart) / 1000000);
H A Djs_calldist.d50 self->function[self->depth] = timestamp;
56 this->elapsed_incl = timestamp - self->function[self->depth];
74 self->object = timestamp;
80 this->elapsed = timestamp - self->object;
/freebsd-10.0-release/sys/compat/linux/
H A Dcheck_internal_locks.d68 ts[probefunc] = timestamp;
98 /spec["emul_lock"] != 0 && timestamp - ts["emul_lock"] >= 9999999000/
105 /spec["emul_shared_wlock"] != 0 && timestamp - ts["emul_shared_wlock"] >= 9999999000/
112 /spec["emul_shared_rlock"] != 0 && timestamp - ts["emul_shared_rlock"] >= 9999999000/
119 /spec["futex_mtx"] != 0 && timestamp - ts["futex_mtx"] >= 9999999000/
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dmk_safe.c71 krb5_us_timeofday (context, &rdata.timestamp, &rdata.usec);
74 s.safe_body.timestamp = &rdata.timestamp;
77 s.safe_body.timestamp = NULL;
82 outdata->timestamp = rdata.timestamp;
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/JavaScript/
H A Djs_calldist.d50 self->function[self->depth] = timestamp;
56 this->elapsed_incl = timestamp - self->function[self->depth];
74 self->object = timestamp;
80 this->elapsed = timestamp - self->object;
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Derr.D_NORMALIZE_AGGARG.bad.d48 start = timestamp;
H A Derr.D_NORMALIZE_PROTO.bad.d48 start = timestamp;
H A Derr.D_NORMALIZE_SCALAR.bad.d48 start = timestamp;
H A Dtst.fmtnormalize.d44 start = timestamp;
H A Dtst.multinormalize.d44 start = timestamp;
H A Dtst.normalize.d44 start = timestamp;
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.basename.d35 on = (timestamp / 1000000000) & 1;
H A Dtst.cleanpath.d35 on = (timestamp / 1000000000) & 1;
H A Dtst.ddi_pathname.d35 on = (timestamp / 1000000000) & 1;
H A Dtst.dirname.d35 on = (timestamp / 1000000000) & 1;
H A Dtst.msgdsize.d45 on = (timestamp / 1000000000) & 1;
H A Dtst.msgsize.d45 on = (timestamp / 1000000000) & 1;
H A Dtst.null.d47 on = (timestamp / 1000000000) & 1;
H A Dtst.strjoin.d35 on = (timestamp / 1000000000) & 1;
H A Dtst.strstr.d35 on = (timestamp / 1000000000) & 1;
H A Dtst.strtok.d35 on = (timestamp / 1000000000) & 1;

Completed in 129 milliseconds

1234567891011>>