Home
last modified time | relevance | path

Searched refs:stats_time (Results 1 – 25 of 40) sorted by relevance

12

/dports/security/ncrack/ncrack-0.7/
H A Dncrack_tty.cc277 static struct timeval stats_time = { 0, 0 }; in keyWasPressed() local
318 if (stats_time.tv_sec == 0) { in keyWasPressed()
320 stats_time = *o.getStartTime(); in keyWasPressed()
321 TIMEVAL_ADD(stats_time, stats_time, (time_t)(o.stats_interval * 1000000)); in keyWasPressed()
324 if (TIMEVAL_AFTER(now, stats_time)) { in keyWasPressed()
326 TIMEVAL_ADD(stats_time, stats_time, (time_t)(o.stats_interval * 1000000)); in keyWasPressed()
328 if (TIMEVAL_AFTER(now, stats_time)) in keyWasPressed()
329 stats_time = now; in keyWasPressed()
/dports/security/nmap/nmap-7.91/
H A Dnmap_tty.cc255 static struct timeval stats_time = { 0 }; in keyWasPressed() local
304 if (stats_time.tv_sec == 0) { in keyWasPressed()
306 stats_time = *o.getStartTime(); in keyWasPressed()
307 TIMEVAL_ADD(stats_time, stats_time, (time_t) (o.stats_interval * 1000000)); in keyWasPressed()
310 if (TIMEVAL_AFTER(now, stats_time)) { in keyWasPressed()
312 TIMEVAL_ADD(stats_time, stats_time, (time_t) (o.stats_interval * 1000000)); in keyWasPressed()
315 if (TIMEVAL_AFTER(now, stats_time)) in keyWasPressed()
316 TIMEVAL_MSEC_ADD(stats_time, now, 500); in keyWasPressed()
/dports/net/ryu/ryu-4.26/ryu/services/protocols/bgp/rtconf/
H A Dbase.py403 def stats_time(self): member in ConfWithStats
406 @stats_time.setter
407 def stats_time(self, stats_time): argument
409 if stats_time != self.stats_time:
412 stats_time)
433 self.stats_time = \
580 def validate_stats_time(stats_time): argument
581 if not isinstance(stats_time, numbers.Integral):
584 if stats_time < 10:
587 stats_time)
[all …]
/dports/net/freeradius3/freeradius-server-3.0.25/src/main/
H A Dstats.c153 stats_time(&radius_auth_stats, in request_stats_final()
156 stats_time(&request->client->auth, in request_stats_final()
159 stats_time(&request->listener->stats, in request_stats_final()
175 stats_time(&radius_acct_stats, in request_stats_final()
178 stats_time(&request->client->acct, in request_stats_final()
189 stats_time(&request->client->coa, in request_stats_final()
202 stats_time(&request->client->dsc, in request_stats_final()
278 stats_time(&proxy_auth_stats, in request_stats_final()
298 stats_time(&proxy_acct_stats, in request_stats_final()
312 stats_time(&proxy_coa_stats, in request_stats_final()
[all …]
/dports/sysutils/p5-Proc-ProcessTable-ncps/Proc-ProcessTable-ncps-0.1.1/lib/Proc/ProcessTable/
H A Dncps.pm326 my @stats_time;
460 if ( $self->{stats} ){ push( @stats_time, $proc->{time} ); }
572 $stats_avg=avg(@stats_time);
574 $stats_median=median(@stats_time);
576 $stats_stddev=stddev(@stats_time);
580 $self->timeString( min( @stats_time ) ),
583 $self->timeString( max( @stats_time ) ),,
585 $self->timeString( sum( @stats_time ) ),
/dports/net-mgmt/2ping/2ping-4.5.1/tests/
H A Dtest_utils.py92 self.assertEqual(utils.stats_time(123.45), "2m 3s 450ms")
93 self.assertEqual(utils.stats_time(0.45678), "456ms")
94 self.assertEqual(utils.stats_time(123456789000), "3914y 288d 30m")
/dports/comms/rtl-433/rtl_433-21.12/include/
H A Drtl_433.h90 time_t stats_time; member
/dports/net-mgmt/2ping/2ping-4.5.1/twoping/
H A Dutils.py158 def stats_time(seconds): function
/dports/dns/rbldnsd/rbldnsd-0.998/
H A Drbldnsd.c683 static time_t stats_time; variable
740 time_t d = t - stats_time; in logstats()
773 stats_time = t; in logstats()
1080 stats_time = time(NULL); in main()
/dports/net/ryu/ryu-4.26/ryu/services/protocols/bgp/
H A Dcore.py207 vrf_stats_timer.start(vrf_conf.stats_time)
214 vrf_stats_timer.start(vrf_conf.stats_time)
/dports/comms/rtl-433/rtl_433-21.12/src/
H A Drtl_433.c671 … if (cfg->stats_now || (cfg->report_stats && cfg->stats_interval && rawtime >= cfg->stats_time)) { in sdr_callback()
674 if (rawtime >= cfg->stats_time) in sdr_callback()
675 cfg->stats_time += cfg->stats_interval; in sdr_callback()
1020 time(&cfg->stats_time); in parse_conf_option()
1021 cfg->stats_time += cfg->stats_interval; in parse_conf_option()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/snic/
H A Dsnic.h286 unsigned long stats_time; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/snic/
H A Dsnic.h286 unsigned long stats_time; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/snic/
H A Dsnic.h286 unsigned long stats_time; member
/dports/www/thttpd/thttpd-2.29/
H A Dthttpd.c135 time_t start_time, stats_time; variable
682 start_time = stats_time = time( (time_t*) 0 ); in main()
2195 stats_secs = now - stats_time; in logstats()
2198 stats_time = now; in logstats()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/fnic/
H A Dfnic.h225 unsigned long stats_time; /* time of stats update */ member
H A Dfnic_main.c214 if (time_before(jiffies, fnic->stats_time + HZ / FNIC_STATS_RATE_LIMIT)) in fnic_get_stats()
216 fnic->stats_time = jiffies; in fnic_get_stats()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/fnic/
H A Dfnic.h225 unsigned long stats_time; /* time of stats update */ member
H A Dfnic_main.c214 if (time_before(jiffies, fnic->stats_time + HZ / FNIC_STATS_RATE_LIMIT)) in fnic_get_stats()
216 fnic->stats_time = jiffies; in fnic_get_stats()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/fnic/
H A Dfnic.h225 unsigned long stats_time; /* time of stats update */ member
H A Dfnic_main.c214 if (time_before(jiffies, fnic->stats_time + HZ / FNIC_STATS_RATE_LIMIT)) in fnic_get_stats()
216 fnic->stats_time = jiffies; in fnic_get_stats()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/dvb-frontends/
H A Dcxd2841er.c63 unsigned long stats_time; member
3283 if (priv->stats_time && in cxd2841er_get_frontend()
3284 (!time_after(jiffies, priv->stats_time))) in cxd2841er_get_frontend()
3288 priv->stats_time = jiffies + msecs_to_jiffies(1000); in cxd2841er_get_frontend()
3371 priv->stats_time = 0; in cxd2841er_set_frontend_s()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/dvb-frontends/
H A Dcxd2841er.c63 unsigned long stats_time; member
3283 if (priv->stats_time && in cxd2841er_get_frontend()
3284 (!time_after(jiffies, priv->stats_time))) in cxd2841er_get_frontend()
3288 priv->stats_time = jiffies + msecs_to_jiffies(1000); in cxd2841er_get_frontend()
3371 priv->stats_time = 0; in cxd2841er_set_frontend_s()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/dvb-frontends/
H A Dcxd2841er.c63 unsigned long stats_time; member
3283 if (priv->stats_time && in cxd2841er_get_frontend()
3284 (!time_after(jiffies, priv->stats_time))) in cxd2841er_get_frontend()
3288 priv->stats_time = jiffies + msecs_to_jiffies(1000); in cxd2841er_get_frontend()
3371 priv->stats_time = 0; in cxd2841er_set_frontend_s()
/dports/dns/nsd/nsd-4.3.9/
H A Dremote.c167 struct timeval stats_time, boot_time; member
301 rc->stats_time = rc->boot_time; in daemon_remote_create()
2766 timeval_subtract(&elapsed, now, &xfrd->nsd->rc->stats_time); in print_stats()
2836 rc->stats_time = now; in daemon_remote_process_stats()

12