Searched refs:last_read (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gdbm-1.8.3/
H A Dbucket.c100 dbf->last_read = (dbf->last_read + 1) % dbf->cache_size;
101 if (dbf->bucket_cache[dbf->last_read].ca_changed)
102 _gdbm_write_bucket (dbf, &dbf->bucket_cache[dbf->last_read]);
103 dbf->bucket_cache[dbf->last_read].ca_adr = bucket_adr;
104 dbf->bucket = dbf->bucket_cache[dbf->last_read].ca_bucket;
105 dbf->cache_entry = &dbf->bucket_cache[dbf->last_read];
173 dbf->last_read = (dbf->last_read + 1) % dbf->cache_size;
174 cache_0 = dbf->last_read;
[all...]
H A Dgdbmdefs.h185 int last_read; member in struct:__anon2165
H A Dgdbmreorg.c198 dbf->last_read = new_dbf->last_read;
H A Dgdbmopen.c387 dbf->last_read = -1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Dlnstat.h28 struct timeval last_read; /* last time of read */ member in struct:lnstat_file
H A Dlnstat_util.c53 gettimeofday(&lf->last_read, NULL);
90 if (time_after(&lf->last_read, &lf->interval, &tv)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dwindfarm_smu_sat.c40 unsigned long last_read; /* jiffies when cache last updated */ member in struct:wf_sat
158 sat->last_read = jiffies;
182 if (time_after(jiffies, (sat->last_read + MAX_AGE))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/touchscreen/
H A Dads7846.c84 int last_read; member in struct:ads7846
566 if (!ts->read_cnt || (abs(ts->last_read - *val) > ts->debounce_tol)) {
572 ts->last_read = *val;

Completed in 166 milliseconds