Home
last modified time | relevance | path

Searched refs:last_read_time (Results 1 – 25 of 53) sorted by relevance

123

/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/networkmanager/impl/
H A DProtocolDecoderInitial.java56 private long last_read_time = 0; field in ProtocolDecoderInitial
116 last_read_time = SystemTime.getCurrentTime(); in ProtocolDecoderInitial()
269 if ( last_read_time > now ){ in isComplete()
271 last_read_time = now; in isComplete()
276 last_read_time = phe_decoder.getLastReadTime(); in isComplete()
282 if ( last_read_time == 0 ){ in isComplete()
290 time = last_read_time; in isComplete()
H A DIncomingConnectionManager.java340 if( ic.last_read_time > 0 ) { //at least one read op has occured in doTimeoutChecks()
341 if( now < ic.last_read_time ) { //time went backwards! in doTimeoutChecks()
342 ic.last_read_time = now; in doTimeoutChecks()
344 else if( now - ic.last_read_time > transport_helper.getReadTimeout()) { in doTimeoutChecks()
391 protected long last_read_time = -1; field in IncomingConnectionManager.IncomingConnection
437 ic.last_read_time = SystemTime.getCurrentTime(); in selectSuccess()
H A DProtocolDecoderPHE.java351 private long last_read_time = SystemTime.getCurrentTime(); field in ProtocolDecoderPHE
1857 last_read_time = SystemTime.getCurrentTime(); in selectSuccess()
2053 if ( last_read_time > now ){ in getLastReadTime()
2055 last_read_time = now; in getLastReadTime()
2058 return( last_read_time ); in getLastReadTime()
/dports/devel/py-osprofiler/osprofiler-3.4.2/osprofiler/drivers/
H A Dmessaging.py133 last_read_time = notification_endpoint.get_last_read_time()
134 wait = self.idle_timeout - (time.time() - last_read_time)
175 self.last_read_time = time.time()
181 self.last_read_time = time.time()
187 return self.last_read_time # time when the latest event was received
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/i2c/busses/
H A Di2c-highlander.c45 unsigned long last_read_time; member
236 if (iic_read_delay && time_before(jiffies, dev->last_read_time + in highlander_i2c_read()
238 msleep(jiffies_to_msecs((dev->last_read_time + in highlander_i2c_read()
249 dev->last_read_time = jiffies; in highlander_i2c_read()
397 dev->last_read_time = jiffies; /* initial read jiffies */ in highlander_i2c_probe()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/i2c/busses/
H A Di2c-highlander.c45 unsigned long last_read_time; member
236 if (iic_read_delay && time_before(jiffies, dev->last_read_time + in highlander_i2c_read()
238 msleep(jiffies_to_msecs((dev->last_read_time + in highlander_i2c_read()
249 dev->last_read_time = jiffies; in highlander_i2c_read()
397 dev->last_read_time = jiffies; /* initial read jiffies */ in highlander_i2c_probe()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/i2c/busses/
H A Di2c-highlander.c45 unsigned long last_read_time; member
236 if (iic_read_delay && time_before(jiffies, dev->last_read_time + in highlander_i2c_read()
238 msleep(jiffies_to_msecs((dev->last_read_time + in highlander_i2c_read()
249 dev->last_read_time = jiffies; in highlander_i2c_read()
397 dev->last_read_time = jiffies; /* initial read jiffies */ in highlander_i2c_probe()
/dports/lang/micropython/micropython-1.17/tests/
H A Drun-multitests.py283 last_read_time = time.time()
289 if time.time() > last_read_time + INSTANCE_READ_TIMEOUT_S:
295 last_read_time = time.time()
317 last_read_time = [time.time() for _ in range(num_instances)]
328 if time.time() > last_read_time[idx] + INSTANCE_READ_TIMEOUT_S:
333 last_read_time[idx] = time.time()
/dports/net/frr7-pythontools/frr-frr-7.5.1/zebra/
H A Dzserv.c430 atomic_store_explicit(&client->last_read_time, monotime(NULL), in zserv_read()
996 time_t connect_time, last_read_time, last_write_time; in zebra_show_client_detail() local
1028 last_read_time = (time_t)atomic_load_explicit(&client->last_read_time, in zebra_show_client_detail()
1039 zserv_time_buf(&last_read_time, rbuf, ZEBRA_TIME_BUF)); in zebra_show_client_detail()
1182 time_t connect_time, last_read_time, last_write_time; in zebra_show_client_brief() local
1186 last_read_time = (time_t)atomic_load_explicit(&client->last_read_time, in zebra_show_client_brief()
1194 zserv_time_buf(&last_read_time, rbuf, ZEBRA_TIME_BUF), in zebra_show_client_brief()
/dports/net/frr7/frr-frr-7.5.1/zebra/
H A Dzserv.c430 atomic_store_explicit(&client->last_read_time, monotime(NULL), in zserv_read()
996 time_t connect_time, last_read_time, last_write_time; in zebra_show_client_detail() local
1028 last_read_time = (time_t)atomic_load_explicit(&client->last_read_time, in zebra_show_client_detail()
1039 zserv_time_buf(&last_read_time, rbuf, ZEBRA_TIME_BUF)); in zebra_show_client_detail()
1182 time_t connect_time, last_read_time, last_write_time; in zebra_show_client_brief() local
1186 last_read_time = (time_t)atomic_load_explicit(&client->last_read_time, in zebra_show_client_brief()
1194 zserv_time_buf(&last_read_time, rbuf, ZEBRA_TIME_BUF), in zebra_show_client_brief()
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/acl/
H A Dacl-backend-vfile.c350 validity->last_read_time = ioloop_time; in acl_backend_vfile_read()
416 validity->last_read_time = ioloop_time; in acl_backend_vfile_read()
477 if (validity->last_read_time != 0 && in acl_vfile_validity_has_changed()
478 (st->st_mtime < validity->last_read_time - cache_secs || in acl_vfile_validity_has_changed()
479 ioloop_time - validity->last_read_time <= cache_secs)) in acl_vfile_validity_has_changed()
598 validity.global_validity.last_read_time = ioloop_time; in acl_backend_vfile_object_refresh_cache()
H A Dacl-backend-vfile.h16 time_t last_read_time; member
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterBase/
H A Dsocket.c391 ps->last_read_time = curr_time; in socket_read_proto_item()
398 if( ps->last_read_time > 0 && curr_time > ps->last_read_time ) in socket_read_proto_item()
399 if( curr_time - ps->last_read_time > ps->specs->timeout ) in socket_read_proto_item()
/dports/devel/libafterbase/libAfterBase-0.92/
H A Dsocket.c376 ps->last_read_time = curr_time; in socket_read_proto_item()
383 if( ps->last_read_time > 0 && curr_time > ps->last_read_time ) in socket_read_proto_item()
384 if( curr_time - ps->last_read_time > ps->specs->timeout ) in socket_read_proto_item()
/dports/astro/gpsbabel14/gpsbabel-1.4.4/
H A Dnmea.c185 static double last_read_time; /* Last timestamp of GGA or PRMC */ variable
402 last_read_time = hms; in gpgll_parse()
463 last_read_time = hms; in gpgga_parse()
557 last_read_time = hms; in gprmc_parse()
1067 if (lt != last_read_time && curr_waypt && trk_head) { in nmea_read()
1072 lt = last_read_time; in nmea_read()
1194 if (lt != last_read_time) { in nmea_rd_posn()
1195 if (last_read_time) { in nmea_rd_posn()
1198 lt = last_read_time; in nmea_rd_posn()
/dports/games/ldmud/ldmud-3.3.720/src/
H A Daccess_check.c141 static time_t last_read_time = 0; variable
456 else if (statbuf.st_mtime > last_read_time) { in allow_host_access()
457 last_read_time = statbuf.st_mtime; in allow_host_access()
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/
H A Dnmea.cc366 last_read_time = hms; in gpgll_parse()
437 last_read_time = hms; in gpgga_parse()
522 last_read_time = hms; in gprmc_parse()
1024 if (lt != last_read_time && curr_waypt && trk_head) { in read()
1029 lt = last_read_time; in read()
1144 if (lt != last_read_time) { in rd_position()
1145 if (last_read_time) { in rd_position()
1148 lt = last_read_time; in rd_position()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/fnic/
H A Dfnic_trace.c237 (s64)stats->stats_timestamps.last_read_time.tv_sec, in fnic_get_stats_data()
238 stats->stats_timestamps.last_read_time.tv_nsec, in fnic_get_stats_data()
241 (s64)timespec64_sub(val1, stats->stats_timestamps.last_read_time).tv_sec, in fnic_get_stats_data()
242 timespec64_sub(val1, stats->stats_timestamps.last_read_time).tv_nsec); in fnic_get_stats_data()
244 stats->stats_timestamps.last_read_time = val1; in fnic_get_stats_data()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/fnic/
H A Dfnic_trace.c237 (s64)stats->stats_timestamps.last_read_time.tv_sec, in fnic_get_stats_data()
238 stats->stats_timestamps.last_read_time.tv_nsec, in fnic_get_stats_data()
241 (s64)timespec64_sub(val1, stats->stats_timestamps.last_read_time).tv_sec, in fnic_get_stats_data()
242 timespec64_sub(val1, stats->stats_timestamps.last_read_time).tv_nsec); in fnic_get_stats_data()
244 stats->stats_timestamps.last_read_time = val1; in fnic_get_stats_data()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/fnic/
H A Dfnic_trace.c237 (s64)stats->stats_timestamps.last_read_time.tv_sec, in fnic_get_stats_data()
238 stats->stats_timestamps.last_read_time.tv_nsec, in fnic_get_stats_data()
241 (s64)timespec64_sub(val1, stats->stats_timestamps.last_read_time).tv_sec, in fnic_get_stats_data()
242 timespec64_sub(val1, stats->stats_timestamps.last_read_time).tv_nsec); in fnic_get_stats_data()
244 stats->stats_timestamps.last_read_time = val1; in fnic_get_stats_data()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/vfs_curl/
H A Dvfs_curl.c73 struct timeval last_read_time; member
319 gettimeofday (&fp->last_read_time, NULL); in http_curl_write()
561 float sec = tm.tv_sec - fp->last_read_time.tv_sec; in http_curl_control()
567 memcpy (&fp->last_read_time, &tm, sizeof (struct timeval)); in http_curl_control()
690 gettimeofday (&fp->last_read_time, NULL); in http_thread_func()
830 float sec = tm.tv_sec - fp->last_read_time.tv_sec; in http_read()
833 memcpy (&fp->last_read_time, &tm, sizeof (struct timeval)); in http_read()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/ocfs2/
H A Docfs1_fs_compat.h69 /*10*/ __u64 last_read_time; member
/dports/multimedia/libv4l/linux-5.13-rc2/fs/ocfs2/
H A Docfs1_fs_compat.h69 /*10*/ __u64 last_read_time; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/ocfs2/
H A Docfs1_fs_compat.h69 /*10*/ __u64 last_read_time; member
/dports/net/ntp/ntp-4.2.8p15/include/
H A Dntpsim.h125 double last_read_time; /* Last time the clock was read */ member

123