Searched refs:last_time (Results 1 – 13 of 13) sorted by relevance
76 uint32_t last_time; /* sys_uptime value when last packet of flow was received */ member108 uint32_t last_time; /* sys_uptime value when last packet of flow was received */ member142 uint32_t last_time; /* sys_uptime value when last packet of flow was received */ member202 EXTRACT_32BITS(&nr->last_time)/1000, in cnfp_v1_print()203 EXTRACT_32BITS(&nr->last_time)%1000)); in cnfp_v1_print()292 EXTRACT_32BITS(&nr->last_time)/1000, in cnfp_v5_print()293 EXTRACT_32BITS(&nr->last_time)%1000)); in cnfp_v5_print()388 EXTRACT_32BITS(&nr->last_time)/1000, in cnfp_v6_print()389 EXTRACT_32BITS(&nr->last_time)%1000)); in cnfp_v6_print()
82 unsigned long last_time; member184 if (tm > sb->last_time + sb->renegotiate_timeout) { in ssl_read()185 sb->last_time = tm; in ssl_read()257 if (tm > bs->last_time + bs->renegotiate_timeout) { in ssl_write()258 bs->last_time = tm; in ssl_write()330 bs->last_time = (unsigned long)time(NULL); in ssl_ctrl()440 ((BIO_SSL *)dbio->ptr)->last_time = ((BIO_SSL *)b->ptr)->last_time; in ssl_ctrl()
52 static time_t last_time = 0; variable248 if (dst_enabled && last_time != 0 in cron_tick()249 && TargetTime > last_time /* exclude stepping back */ in cron_tick()283 if (last_time == 0 || TargetTime >= difflimit) { in cron_tick()364 last_time = TargetTime; in cron_tick()471 last_time = 0;
153 if (evutil_timercmp(tv, &base->last_time, <)) { in adjust_monotonic_time()156 evutil_timersub(&base->last_time, tv, &adjust); in adjust_monotonic_time()159 *tv = base->last_time; in adjust_monotonic_time()161 base->last_time = *tv; in adjust_monotonic_time()
86 struct timeval last_time; member
493 static time_t last_time; in auditd_handle_trigger() local515 (tt < (last_time + DUPLICATE_INTERVAL))) { in auditd_handle_trigger()542 last_time = tt; in auditd_handle_trigger()
115 isc_uint32_t last_time; /*%< last time recorded */ member400 if (t < sq->last_time) in estimate_entropy()401 delta = UINT_MAX - sq->last_time + t; in estimate_entropy()403 delta = sq->last_time - t; in estimate_entropy()419 sq->last_time = t; in estimate_entropy()446 sq->last_time = sq->samples[0]; in crunchsamples()
93 uint64_t last_time; member
728 delta = (cur_time - b->last_time); in fairq_getq()733 b->last_time = cur_time; in fairq_getq()
271 sbintime_t last_time; /* Last time we ticked */ member516 delta = now - isc->last_time; in cam_iosched_ticker()518 isc->last_time = now; in cam_iosched_ticker()553 now = isc->last_time; in cam_iosched_cl_maybe_steer()991 (*iscp)->last_time = sbinuptime(); in cam_iosched_init()
425 extern u_long last_time; /* time of last clock update (s) */
850 int last_time = (data != 0); in wrapup_globals_for_namespace() local852 if (last_time) in wrapup_globals_for_namespace()
302 update the last_time. Update debug info.