Home
last modified time | relevance | path

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

12

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtimevar.c128 struct timevar_time_def start_time; member
168 static struct timevar_time_def start_time; variable
213 struct timevar_time_def *start_time, in timevar_accumulate() argument
216 timer->user += stop_time->user - start_time->user; in timevar_accumulate()
217 timer->sys += stop_time->sys - start_time->sys; in timevar_accumulate()
218 timer->wall += stop_time->wall - start_time->wall; in timevar_accumulate()
276 start_time = now; in timevar_push_1()
316 start_time = now; in timevar_pop_1()
347 get_time (&tv->start_time); in timevar_start()
395 get_time (&tv->start_time); in timevar_cond_start()
[all …]
/dragonfly/contrib/tcpdump/
H A Dprint-cnfp.c74 nd_uint32_t start_time; /* sys_uptime value at start of flow */ member
106 nd_uint32_t start_time; /* sys_uptime value at start of flow */ member
140 nd_uint32_t start_time; /* sys_uptime value at start of flow */ member
200 GET_BE_U_4(nr->start_time)/1000, in cnfp_v1_print()
201 GET_BE_U_4(nr->start_time)%1000, in cnfp_v1_print()
296 GET_BE_U_4(nr->start_time)/1000, in cnfp_v5_print()
297 GET_BE_U_4(nr->start_time)%1000, in cnfp_v5_print()
398 GET_BE_U_4(nr->start_time)/1000, in cnfp_v6_print()
399 GET_BE_U_4(nr->start_time)%1000, in cnfp_v6_print()
/dragonfly/contrib/xz/src/xz/
H A Dmytime.c21 static uint64_t start_time; variable
53 start_time = mytime_now(); in mytime_set_start_time()
61 return mytime_now() - start_time; in mytime_get_elapsed()
/dragonfly/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()
283 (long)start_time.tv_sec, (long)start_time.tv_nsec, in main()
284 ctime(&start_time.tv_sec)); in main()
H A Dwalk.c442 stbuf.st_ctime = start_time.tv_sec; in apply_specdir()
445 stbuf.st_ctimensec = start_time.tv_nsec; in apply_specdir()
527 dirnode->inode->st.st_ctime = start_time.tv_sec; in apply_specentry()
531 dirnode->inode->st.st_ctimensec = start_time.tv_nsec; in apply_specentry()
H A Dmakefs.h194 extern struct timespec start_time;
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtimevar.c247 struct timevar_time_def *start_time, in timevar_accumulate() argument
250 timer->user += stop_time->user - start_time->user; in timevar_accumulate()
251 timer->sys += stop_time->sys - start_time->sys; in timevar_accumulate()
252 timer->wall += stop_time->wall - start_time->wall; in timevar_accumulate()
253 timer->ggc_mem += stop_time->ggc_mem - start_time->ggc_mem; in timevar_accumulate()
458 get_time (&tv->start_time); in start()
486 timevar_accumulate (&tv->elapsed, &tv->start_time, &now); in stop()
522 get_time (&tv->start_time); in cond_start()
555 timevar_accumulate (&tv->elapsed, &tv->start_time, &now); in cond_stop()
H A Dtimevar.h148 struct timevar_time_def start_time; member
/dragonfly/sys/dev/drm/
H A Dlinux_wait.c109 long start_time; in wait_on_bit_timeout() local
114 start_time = ticks; in wait_on_bit_timeout()
121 if (time_after_eq(start_time, timeout)) in wait_on_bit_timeout()
/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dwrite_entry.c300 static time_t start_time; /* time at start of writes */ in _nc_write_entry()
398 start_time = 0; in _nc_write_entry()
420 if (start_time > 0 && in _nc_write_entry()
422 && statbuf.st_mtime >= start_time) { in _nc_write_entry()
444 if (start_time == 0) { in _nc_write_entry()
446 || (start_time = statbuf.st_mtime) == 0) { in _nc_write_entry()
476 statbuf.st_mtime < start_time) { in _nc_write_entry()
/dragonfly/sbin/startslip/
H A Dstartslip.c68 time_t conn_time, start_time; variable
227 conn_time = time(NULL) - start_time; in main()
237 conn_time = time(NULL) - start_time; in main()
416 start_time = time(NULL); in main()
/dragonfly/sys/kern/
H A Dsubr_devstat.c172 getmicrouptime(&ds->start_time); in devstat_start_transaction()
222 timevalsub(&busy_time, &ds->start_time); in devstat_end_transaction()
/dragonfly/test/interbench/
H A Dinterbench.c906 unsigned long start_time, now; in timekeeping_thread() local
912 start_time = get_usecs(&myts); in timekeeping_thread()
920 if (now > start_time) { in timekeeping_thread()
921 diff = now - start_time; in timekeeping_thread()
986 unsigned long long start_time, loops_per_msec, run_time = 0; in calibrate_loop() local
995 start_time = get_nsecs(&myts); in calibrate_loop()
997 run_time = get_nsecs(&myts) - start_time; in calibrate_loop()
1005 start_time = get_nsecs(&myts); in calibrate_loop()
1007 run_time = get_nsecs(&myts) - start_time; in calibrate_loop()
/dragonfly/usr.bin/truss/
H A Dtruss.h42 struct timespec start_time; member
/dragonfly/games/atc/
H A Dextern.c50 int clck, safe_planes, start_time, test_mode; variable
H A Dextern.h47 extern int clck, safe_planes, start_time, test_mode;
H A Dmain.c71 start_time = time(0); in main()
H A Dlog.c186 thisscore.real_time = time(0) - start_time; in log_score()
/dragonfly/usr.bin/dsynth/
H A Dhtml.c221 t = time(NULL) - work->start_time; in HtmlUpdate()
409 t = time(NULL) - work->start_time; in HtmlUpdateCompletion()
H A Dbuild.c1111 work->start_time = time(NULL); in cleanworker()
1141 t = time(NULL) - work->start_time; in workercomplete()
2148 work->start_time = time(NULL); in WorkerProcess()
2378 time_t start_time; in dophase() local
2634 start_time = time(NULL); in dophase()
2635 last_time = start_time; in dophase()
2636 wdog_time = start_time; in dophase()
2826 last_time = next_time - start_time; in dophase()
2850 last_time = next_time - work->start_time; in dophase()
/dragonfly/sys/sys/
H A Ddevicestat.h187 struct timeval start_time; /* member
/dragonfly/contrib/gdb-7/gdb/
H A Dtracepoint.h137 LONGEST start_time; member
/dragonfly/contrib/binutils-2.34/gas/
H A Das.c134 static long start_time; variable
1092 long run_time = get_run_time () - start_time; in dump_statistics()
1226 start_time = get_run_time (); in main()
/dragonfly/contrib/binutils-2.27/gas/
H A Das.c127 static long start_time; variable
1049 long run_time = get_run_time () - start_time; in dump_statistics()
1188 start_time = get_run_time (); in main()
/dragonfly/contrib/libpcap/
H A Dpcap-dpdk.c174 struct timeval start_time; member
256 gettimeofday(&(pd->ts_helper.start_time),NULL); in dpdk_init_timer()
272 timeradd(&(helper->start_time), &cur_time, ts); in calculate_timestamp()

12