Home
last modified time | relevance | path

Searched refs:start_time (Results 1 – 25 of 106) sorted by relevance

12345

/freebsd/sys/contrib/openzfs/config/
H A Dkernel-generic_io_acct.m411 unsigned long start_time;
13 start_time = bdev_start_io_acct(bdev, bio_op(bio),
15 bdev_end_io_acct(bdev, bio_op(bio), bio_sectors(bio), start_time);
24 unsigned long start_time;
26 start_time = bdev_start_io_acct(bdev, bio_sectors(bio),
28 bdev_end_io_acct(bdev, bio_op(bio), start_time);
36 unsigned long start_time;
38 start_time = disk_start_io_acct(disk, bio_sectors(bio), bio_op(bio));
39 disk_end_io_acct(disk, bio_op(bio), start_time);
46 unsigned long start_time;
[all …]
/freebsd/contrib/kyua/store/
H A Dtestdata_v1.sql77 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
92 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
118 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
134 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
150 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
177 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
187 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
197 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
246 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
289 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
[all …]
H A Dtestdata_v2.sql88 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
114 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
151 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
178 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
205 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
257 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
276 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
295 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
339 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
390 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
[all …]
H A Dtestdata_v3_2.sql68 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
94 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
131 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
158 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
185 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
H A Dschema_inttest.cpp168 ATF_REQUIRE_EQ(1357643611000000LL, iter.start_time().to_microseconds()); in check_action_2()
178 ATF_REQUIRE_EQ(1357643632000000LL, iter.start_time().to_microseconds()); in check_action_2()
188 ATF_REQUIRE_EQ(1357643622001200LL, iter.start_time().to_microseconds()); in check_action_2()
198 ATF_REQUIRE_EQ(1357643623500000LL, iter.start_time().to_microseconds()); in check_action_2()
208 ATF_REQUIRE_EQ(1357643631000000LL, iter.start_time().to_microseconds()); in check_action_2()
288 ATF_REQUIRE_EQ(1357648719000000LL, iter.start_time().to_microseconds()); in check_action_3()
298 ATF_REQUIRE_EQ(1357648712000000LL, iter.start_time().to_microseconds()); in check_action_3()
308 ATF_REQUIRE_EQ(1357648729182013LL, iter.start_time().to_microseconds()); in check_action_3()
318 ATF_REQUIRE_EQ(1357648740120000LL, iter.start_time().to_microseconds()); in check_action_3()
379 ATF_REQUIRE_EQ(1357644397100000LL, iter.start_time().to_microseconds()); in check_action_4()
[all …]
H A Dtestdata_v3_3.sql77 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
96 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
115 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
159 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
H A Dtestdata_v3_4.sql69 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
117 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
136 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
/freebsd/.cirrus-ci/
H A Dpkg-install.sh4 start_time=$(date +%s)
8 pkg install failed after $(($(date +%s) - $start_time))s
16 start_time=$(date +%s)
20 second pkg install failed after $(($(date +%s) - $start_time))s
/freebsd/contrib/tcpdump/
H A Dprint-cnfp.c72 nd_uint32_t start_time; /* sys_uptime value at start of flow */ member
104 nd_uint32_t start_time; /* sys_uptime value at start of flow */ member
138 nd_uint32_t start_time; /* sys_uptime value at start of flow */ member
198 GET_BE_U_4(nr->start_time)/1000, in cnfp_v1_print()
199 GET_BE_U_4(nr->start_time)%1000, in cnfp_v1_print()
294 GET_BE_U_4(nr->start_time)/1000, in cnfp_v5_print()
295 GET_BE_U_4(nr->start_time)%1000, in cnfp_v5_print()
396 GET_BE_U_4(nr->start_time)/1000, in cnfp_v6_print()
397 GET_BE_U_4(nr->start_time)%1000, in cnfp_v6_print()
/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dblkdev_compat.h498 unsigned long start_time = jiffies; in blk_generic_start_io_acct()
500 return (start_time); in blk_generic_start_io_acct()
510 int rw __attribute__((unused)), struct bio *bio, unsigned long start_time) in blk_generic_end_io_acct() argument
514 start_time); in blk_generic_end_io_acct()
516 bdev_end_io_acct(bio->bi_bdev, bio_op(bio), start_time); in blk_generic_end_io_acct()
518 disk_end_io_acct(disk, bio_op(bio), start_time); in blk_generic_end_io_acct()
520 bio_end_io_acct(bio, start_time); in blk_generic_end_io_acct()
522 generic_end_io_acct(q, rw, &disk->part0, start_time); in blk_generic_end_io_acct()
/freebsd/contrib/kyua/drivers/
H A Dreport_junit.cpp135 drivers::junit_timing(const datetime::timestamp& start_time, in junit_timing() argument
140 output << F("Start time: %s\n") % start_time.to_iso8601_in_utc(); in junit_timing()
142 output << F("Duration: %ss\n") % junit_duration(end_time - start_time); in junit_timing()
189 % junit_duration(iter.end_time() - iter.start_time()); in got_result()
236 stderr_contents += junit_timing(iter.start_time(), iter.end_time()); in got_result()
/freebsd/usr.sbin/makefs/
H A Dmakefs.c85 struct timespec start_time; variable
120 ch = clock_gettime(CLOCK_REALTIME, &start_time); in main()
123 start_time.tv_sec = start.tv_sec; in main()
124 start_time.tv_nsec = start.tv_usec * 1000; in main()
282 (long)start_time.tv_sec, (long)start_time.tv_nsec, in main()
283 ctime(&start_time.tv_sec)); in main()
/freebsd/contrib/ofed/librdmacm/examples/
H A Dcmtime.c112 #define start_time(s) gettimeofday(&times[s][0], NULL) macro
360 start_time(STEP_CREATE_ID); in alloc_nodes()
386 start_time(STEP_DESTROY); in cleanup_nodes()
512 start_time(STEP_BIND); in run_client()
527 start_time(STEP_RESOLVE_ADDR); in run_client()
546 start_time(STEP_RESOLVE_ROUTE); in run_client()
564 start_time(STEP_CREATE_QP); in run_client()
580 start_time(STEP_CONNECT); in run_client()
597 start_time(STEP_DISCONNECT); in run_client()
/freebsd/contrib/kyua/utils/process/
H A Dexecutor_test.cpp405 const datetime::timestamp start_time = datetime::timestamp::from_values( in ATF_TEST_CASE_BODY() local
411 datetime::set_mock_now(start_time); in ATF_TEST_CASE_BODY()
414 exp_start_times.insert(std::make_pair(pid, start_time)); in ATF_TEST_CASE_BODY()
427 const datetime::timestamp& start_time = exp_start_times.find( in ATF_TEST_CASE_BODY() local
432 ATF_REQUIRE_EQ(start_time, exit_handle.start_time()); in ATF_TEST_CASE_BODY()
516 const datetime::timestamp start_time = datetime::timestamp::from_values( in ATF_TEST_CASE_BODY() local
521 datetime::set_mock_now(start_time); in ATF_TEST_CASE_BODY()
529 ATF_REQUIRE_EQ(start_time, exit_handle.start_time()); in ATF_TEST_CASE_BODY()
671 exit_handle.end_time() - exit_handle.start_time(); in ATF_TEST_CASE_BODY()
682 exit_handle.end_time() - exit_handle.start_time(); in ATF_TEST_CASE_BODY()
H A Dexecutor.cpp143 datetime::timestamp start_time; member
181 start_time(start_time_), in impl()
276 const datetime::timestamp start_time; member
339 start_time(start_time_), end_time(end_time_), in impl()
472 executor::exit_handle::start_time(void) const in start_time() function in executor::exit_handle
474 return _pimpl->start_time; in start_time()
685 data._pimpl->start_time, datetime::timestamp::now(), in post_wait()
713 data._pimpl->start_time, datetime::timestamp::now(), in reap()
/freebsd/share/dtrace/
H A Ddisklatency39 start_time[arg0] = timestamp;
43 /this->start = start_time[arg0]/
51 start_time[arg0] = 0;
H A Ddisklatencycmd48 start_time[arg0] = timestamp;
52 /this->start = start_time[arg0]/
60 start_time[arg0] = 0;
/freebsd/contrib/kyua/cli/
H A Dcmd_report.cpp197 result_iter.start_time().to_iso8601_in_utc(); in print_test_case_and_result()
202 result_iter.start_time()); in print_test_case_and_result()
307 if (!_start_time || _start_time.get() > iter.start_time()) in got_result()
308 _start_time = iter.start_time(); in got_result()
312 const datetime::delta duration = iter.end_time() - iter.start_time(); in got_result()
H A Dcmd_report_html.cpp340 if (!_start_time || _start_time.get() > iter.start_time()) in got_result()
341 _start_time = iter.start_time(); in got_result()
345 const datetime::delta duration = iter.end_time() - iter.start_time(); in got_result()
357 iter.start_time().to_iso8601_in_utc()); in got_result()
/freebsd/contrib/unbound/util/data/
H A Dmsgreply.h659 struct timeval* start_time);
680 struct timeval* start_time);
701 struct timeval* start_time);
723 struct timeval* start_time);
/freebsd/sys/netinet/
H A Dsctp_sysctl.c340 xladdr.start_time.tv_sec = (uint32_t)laddr->start_time.tv_sec; in sctp_sysctl_copy_out_local_addresses()
341 xladdr.start_time.tv_usec = (uint32_t)laddr->start_time.tv_usec; in sctp_sysctl_copy_out_local_addresses()
491 xstcb.start_time.tv_sec = (uint32_t)stcb->asoc.start_time.tv_sec; in sctp_sysctl_handle_assoclist()
492 xstcb.start_time.tv_usec = (uint32_t)stcb->asoc.start_time.tv_usec; in sctp_sysctl_handle_assoclist()
546 xraddr.start_time.tv_sec = (uint32_t)net->start_time.tv_sec; in sctp_sysctl_handle_assoclist()
547 xraddr.start_time.tv_usec = (uint32_t)net->start_time.tv_usec; in sctp_sysctl_handle_assoclist()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dwrite_entry.c312 static time_t start_time; /* time at start of writes */ in _nc_write_entry()
411 start_time = 0; in _nc_write_entry()
433 if (start_time > 0 && in _nc_write_entry()
435 && statbuf.st_mtime >= start_time) { in _nc_write_entry()
457 if (start_time == 0) { in _nc_write_entry()
459 || (start_time = statbuf.st_mtime) == 0) { in _nc_write_entry()
491 statbuf.st_mtime < start_time) { in _nc_write_entry()
/freebsd/contrib/kyua/engine/
H A Dscheduler_test.cpp624 const datetime::timestamp start_time = datetime::timestamp::from_values( in ATF_TEST_CASE_BODY() local
629 datetime::set_mock_now(start_time); in ATF_TEST_CASE_BODY()
633 exp_start_times.insert(std::make_pair(exec_handle, start_time)); in ATF_TEST_CASE_BODY()
637 datetime::set_mock_now(start_time); in ATF_TEST_CASE_BODY()
641 exp_start_times.insert(std::make_pair(exec_handle, start_time)); in ATF_TEST_CASE_BODY()
645 datetime::set_mock_now(start_time); in ATF_TEST_CASE_BODY()
649 exp_start_times.insert(std::make_pair(exec_handle, start_time)); in ATF_TEST_CASE_BODY()
670 const datetime::timestamp& start_time = exp_start_times.find( in ATF_TEST_CASE_BODY() local
681 ATF_REQUIRE_EQ(start_time, result_handle->start_time()); in ATF_TEST_CASE_BODY()
/freebsd/contrib/unbound/dynlibmod/examples/
H A Dhelloworld.c36 struct timeval* start_time, int id, void* callback);
122 struct timeval* start_time, int id, void* callback) { in reply_callback() argument
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dp2p.c46 noa_attr->desc[i].start_time = noa->descriptors[i].start_time; in ath10k_p2p_noa_ie_fill()

12345