Searched refs:new_time (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.multiaggs1.d47 new_time = time_2 - time_1;
48 @a[pid] = max(new_time);
49 @b[pid] = min(new_time);
50 @c[pid] = avg(new_time);
51 @d[pid] = sum(new_time);
52 @e[pid] = quantize(new_time);
53 @f[pid] = stddev(new_time);
54 @g[timestamp] = max(new_time);
55 @h[timestamp] = quantize(new_time);
56 @i[timestamp] = lquantize(new_time,
[all...]
/freebsd-13-stable/crypto/openssl/crypto/ts/
H A Dts_rsp_utils.c133 ASN1_GENERALIZEDTIME *new_time; local
137 new_time = ASN1_STRING_dup(gtime);
138 if (new_time == NULL) {
143 a->time = new_time;
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_xattr.c1424 clock_t new_time; local
1461 new_time = a->time + ACL_REL_SCHED;
1469 NULL, TQ_SLEEP, new_time);
/freebsd-13-stable/sys/kern/
H A Dkern_timeout.c624 sbintime_t new_prec, new_time; local
755 new_time = cc_migration_time(cc, direct);
777 callout_cc_add(c, new_cc, new_time, new_prec, new_func,
/freebsd-13-stable/sys/dev/liquidio/
H A Dlio_sysctl.c1288 int err, new_time = 0, old_time = 0; local
1290 old_time = new_time = lio->stats_interval;
1291 err = sysctl_handle_int(oidp, &new_time, 0, req);
1296 if (old_time == new_time)
1299 lio->stats_interval = new_time;
/freebsd-13-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp1024 void __last_write_time(const path& p, file_time_type new_time, error_code* ec) { argument
1043 if (!fs_time::convert_to_timespec(tbuf[1], new_time))

Completed in 224 milliseconds