Home
last modified time | relevance | path

Searched refs:this_stats (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/nscd/
H A Dcache.c1380 nsc_entry_stat_t *this_stats; in lookup_int() local
1473 this_stats = &this_entry->stats; in lookup_int()
1478 switch (this_stats->status) { in lookup_int()
1487 } else if (this_stats->timestamp < now) in lookup_int()
1505 (void) memset(this_stats, 0, sizeof (*this_stats)); in lookup_int()
1512 (this_stats->timestamp < now)) { in lookup_int()
1551 this_stats->hits++; /* update hit count */ in lookup_int()
1562 this_stats->status = ST_DISCARD; in lookup_int()
1573 this_stats->status = (flag & UPDATEBIT) ? in lookup_int()
1581 this_stats->status = 0; in lookup_int()
[all …]