Searched refs:start_time (Results 1 - 25 of 63) sorted by relevance

123

/freebsd-11-stable/contrib/xz/src/xz/
H A Dmytime.c21 static uint64_t start_time; variable
53 start_time = mytime_now();
61 return mytime_now() - start_time;
/freebsd-11-stable/contrib/gcc/
H A Dtimevar.c138 struct timevar_time_def start_time; member in struct:timevar_def
178 static struct timevar_time_def start_time; variable in typeref:struct:timevar_time_def
223 struct timevar_time_def *start_time,
226 timer->user += stop_time->user - start_time->user;
227 timer->sys += stop_time->sys - start_time->sys;
228 timer->wall += stop_time->wall - start_time->wall;
229 timer->ggc_mem += stop_time->ggc_mem - start_time->ggc_mem;
282 timevar_accumulate (&stack->timevar->elapsed, &start_time, &now);
286 start_time = now;
322 timevar_accumulate (&popped->timevar->elapsed, &start_time,
222 timevar_accumulate(struct timevar_time_def *timer, struct timevar_time_def *start_time, struct timevar_time_def *stop_time) argument
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-cnfp.c75 uint32_t start_time; /* sys_uptime value at start of flow */ member in struct:nfrec_v1
107 uint32_t start_time; /* sys_uptime value at start of flow */ member in struct:nfrec_v5
141 uint32_t start_time; /* sys_uptime value at start of flow */ member in struct:nfrec_v6
200 EXTRACT_32BITS(&nr->start_time)/1000,
201 EXTRACT_32BITS(&nr->start_time)%1000,
290 EXTRACT_32BITS(&nr->start_time)/1000,
291 EXTRACT_32BITS(&nr->start_time)%1000,
386 EXTRACT_32BITS(&nr->start_time)/1000,
387 EXTRACT_32BITS(&nr->start_time)%1000,
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddsrec.c59 time_t start_time, end_time; local
77 start_time = time (NULL);
171 report_transfer_performance (data_count, start_time, end_time);
H A Ddve3900-rom.c871 time_t start_time, end_time; /* for timing of download */ local
916 start_time = time (NULL);
930 report_transfer_performance (data_count, start_time, end_time);
/freebsd-11-stable/share/dtrace/
H A Ddisklatency41 start_time[arg0] = timestamp;
45 /this->start = start_time[arg0]/
53 start_time[arg0] = 0;
H A Ddisklatencycmd50 start_time[arg0] = timestamp;
54 /this->start = start_time[arg0]/
62 start_time[arg0] = 0;
/freebsd-11-stable/usr.sbin/makefs/
H A Dmakefs.c84 struct timespec start_time; variable in typeref:struct:timespec
120 start_time.tv_sec = start.tv_sec;
121 start_time.tv_nsec = start.tv_usec * 1000;
275 (long)start_time.tv_sec, (long)start_time.tv_nsec,
276 ctime(&start_time.tv_sec));
H A Dwalk.c438 stbuf.st_ctime = start_time.tv_sec;
441 stbuf.st_ctimensec = start_time.tv_nsec;
523 dirnode->inode->st.st_ctime = start_time.tv_sec;
527 dirnode->inode->st.st_ctimensec = start_time.tv_nsec;
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-tim.h122 uint64_t start_time; /**< Time the timer started in cycles */ member in struct:__anon8771
232 work_bucket = (((ticks_from_now * cvmx_tim.tick_cycles) + cycles - cvmx_tim.start_time)
H A Dcvmx-tim.c174 cvmx_tim.start_time = 0;
248 cvmx_tim.start_time = cvmx_clock_get_count(CVMX_CLOCK_TIM);
/freebsd-11-stable/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) {
118 reply_callback(struct query_info* qinfo, struct module_qstate* qstate, struct reply_info* rep, int rcode, struct edns_data* edns, struct edns_option** opt_list_out, struct comm_reply* repinfo, struct regional* region, struct timeval* start_time, int id, void* callback) argument
/freebsd-11-stable/contrib/unbound/util/data/
H A Dmsgreply.h557 * @param start_time: the start time of recursion, when the packet arrived,
564 struct timeval* start_time);
577 * @param start_time: the start time of recursion, when the packet arrived,
585 struct timeval* start_time);
598 * @param start_time: the start time of recursion, when the packet arrived,
606 struct timeval* start_time);
620 * @param start_time: the start time of recursion, when the packet arrived,
628 struct timeval* start_time);
H A Dmsgreply.c1042 struct timeval* start_time)
1055 rcode, edns, &opt_list_out, repinfo, region, start_time, cb->id, cb->cb_arg);
1064 struct timeval* start_time)
1068 qstate, rep, rcode, edns, repinfo, region, start_time);
1075 struct timeval* start_time)
1079 qinfo, qstate, rep, rcode, edns, repinfo, region, start_time);
1086 struct timeval* start_time)
1090 qinfo, qstate, rep, rcode, edns, repinfo, region, start_time);
1097 struct timeval* start_time)
1105 region, start_time);
1037 inplace_cb_reply_call_generic( struct inplace_cb* callback_list, enum inplace_cb_list_type type, struct query_info* qinfo, struct module_qstate* qstate, struct reply_info* rep, int rcode, struct edns_data* edns, struct comm_reply* repinfo, struct regional* region, struct timeval* start_time) argument
1061 inplace_cb_reply_call(struct module_env* env, struct query_info* qinfo, struct module_qstate* qstate, struct reply_info* rep, int rcode, struct edns_data* edns, struct comm_reply* repinfo, struct regional* region, struct timeval* start_time) argument
1071 inplace_cb_reply_cache_call(struct module_env* env, struct query_info* qinfo, struct module_qstate* qstate, struct reply_info* rep, int rcode, struct edns_data* edns, struct comm_reply* repinfo, struct regional* region, struct timeval* start_time) argument
1082 inplace_cb_reply_local_call(struct module_env* env, struct query_info* qinfo, struct module_qstate* qstate, struct reply_info* rep, int rcode, struct edns_data* edns, struct comm_reply* repinfo, struct regional* region, struct timeval* start_time) argument
1093 inplace_cb_reply_servfail_call(struct module_env* env, struct query_info* qinfo, struct module_qstate* qstate, struct reply_info* rep, int rcode, struct edns_data* edns, struct comm_reply* repinfo, struct regional* region, struct timeval* start_time) argument
[all...]
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Dcmtime.c112 #define start_time(s) gettimeofday(&times[s][0], NULL) macro
360 start_time(STEP_CREATE_ID);
386 start_time(STEP_DESTROY);
512 start_time(STEP_BIND);
527 start_time(STEP_RESOLVE_ADDR);
546 start_time(STEP_RESOLVE_ROUTE);
564 start_time(STEP_CREATE_QP);
580 start_time(STEP_CONNECT);
597 start_time(STEP_DISCONNECT);
/freebsd-11-stable/usr.bin/truss/
H A Dtruss.h116 struct timespec start_time; member in struct:trussinfo
H A Dmain.c197 clock_gettime(CLOCK_REALTIME, &trussinfo->start_time);
/freebsd-11-stable/contrib/unbound/dynlibmod/
H A Ddynlibmod.h74 struct timeval* start_time, int id, void* callback);
H A Ddynlibmod.c216 struct timeval* start_time, int id, void* callback) {
218 return ((inplace_cb_reply_func_type*) cb_pair->cb)(qinfo, qstate, rep, rcode, edns, opt_list_out, repinfo, region, start_time, id, cb_pair->cb_arg);
212 dynlib_inplace_cb_reply_generic(struct query_info* qinfo, struct module_qstate* qstate, struct reply_info* rep, int rcode, struct edns_data* edns, struct edns_option** opt_list_out, struct comm_reply* repinfo, struct regional* region, struct timeval* start_time, int id, void* callback) argument
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dwrite_entry.c272 static time_t start_time; /* time at start of writes */
366 start_time = 0;
380 if (start_time > 0 &&
382 && statbuf.st_mtime >= start_time) {
404 if (start_time == 0) {
406 || (start_time = statbuf.st_mtime) == 0) {
435 statbuf.st_mtime < start_time) {
/freebsd-11-stable/sys/netinet/
H A Dsctp_sysctl.c313 xladdr.start_time.tv_sec = (uint32_t)laddr->start_time.tv_sec;
314 xladdr.start_time.tv_usec = (uint32_t)laddr->start_time.tv_usec;
464 xstcb.start_time.tv_sec = (uint32_t)stcb->asoc.start_time.tv_sec;
465 xstcb.start_time.tv_usec = (uint32_t)stcb->asoc.start_time.tv_usec;
519 xraddr.start_time.tv_sec = (uint32_t)net->start_time
[all...]
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dinit_creds_pw.c185 krb5_deltat start_time,
205 if (start_time)
206 cred->times.starttime = now + start_time;
349 krb5_deltat start_time,
396 ret = init_cred(context, &ctx->cred, client, start_time, options);
413 if (start_time)
1336 * @param start_time the time the ticket should start to be valid or 0 for now.
1350 krb5_deltat start_time,
1365 ret = get_init_creds_common(context, client, start_time, options, ctx);
1966 krb5_deltat start_time,
182 init_cred(krb5_context context, krb5_creds *cred, krb5_principal client, krb5_deltat start_time, krb5_get_init_creds_opt *options) argument
347 get_init_creds_common(krb5_context context, krb5_principal client, krb5_deltat start_time, krb5_get_init_creds_opt *options, krb5_init_creds_context ctx) argument
1346 krb5_init_creds_init(krb5_context context, krb5_principal client, krb5_prompter_fct prompter, void *prompter_data, krb5_deltat start_time, krb5_get_init_creds_opt *options, krb5_init_creds_context *rctx) argument
1960 krb5_get_init_creds_password(krb5_context context, krb5_creds *creds, krb5_principal client, const char *password, krb5_prompter_fct prompter, void *data, krb5_deltat start_time, const char *in_tkt_service, krb5_get_init_creds_opt *options) argument
2066 krb5_get_init_creds_keyblock(krb5_context context, krb5_creds *creds, krb5_principal client, krb5_keyblock *keyblock, krb5_deltat start_time, const char *in_tkt_service, krb5_get_init_creds_opt *options) argument
2113 krb5_get_init_creds_keytab(krb5_context context, krb5_creds *creds, krb5_principal client, krb5_keytab keytab, krb5_deltat start_time, const char *in_tkt_service, krb5_get_init_creds_opt *options) argument
[all...]
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdsocket.c556 struct bintime start_time; local
558 binuptime(&start_time);
559 nfsrvd_statstart(nfsv3to4op[nd->nd_procnum], &start_time);
577 /*now*/ NULL, /*then*/ &start_time);
631 struct bintime start_time; local
771 binuptime(&start_time);
772 nfsrvd_statstart(op, &start_time);
1082 /*then*/ &start_time);
1097 /*then*/ &start_time);
/freebsd-11-stable/contrib/unbound/services/
H A Dmesh.c334 &m->reply_list->start_time);
1115 * @param start_time: the time to pass to callback functions, it is 0 or
1120 struct mesh_cb* r, struct timeval* start_time)
1141 rep, rcode, &r->edns, NULL, m->s.region, start_time))
1145 &r->edns, NULL, m->s.region, start_time))
1160 LDNS_RCODE_NOERROR, &r->edns, NULL, m->s.region, start_time) ||
1261 rep, rcode, &r->edns, &r->query_reply, m->s.region, &r->start_time))
1265 &r->edns, &r->query_reply, m->s.region, &r->start_time))
1282 LDNS_RCODE_NOERROR, &r->edns, &r->query_reply, m->s.region, &r->start_time) ||
1292 rep, LDNS_RCODE_SERVFAIL, &r->edns, &r->query_reply, m->s.region, &r->start_time))
1119 mesh_do_callback(struct mesh_state* m, int rcode, struct reply_info* rep, struct mesh_cb* r, struct timeval* start_time) argument
[all...]
/freebsd-11-stable/crypto/heimdal/kuser/
H A Dkinit.c358 krb5_deltat start_time = 0; local
481 start_time = tmp;
513 start_time,
524 start_time,
554 start_time,

Completed in 284 milliseconds

123