Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/nscd/
H A Dcache.c1354 nsc_entry_stat_t *this_stats; in lookup_int() local
1447 this_stats = &this_entry->stats; in lookup_int()
1452 switch (this_stats->status) { in lookup_int()
1461 } else if (this_stats->timestamp < now) in lookup_int()
1479 (void) memset(this_stats, 0, sizeof (*this_stats)); in lookup_int()
1486 (this_stats->timestamp < now)) { in lookup_int()
1525 this_stats->hits++; /* update hit count */ in lookup_int()
1536 this_stats->status = ST_DISCARD; in lookup_int()
1547 this_stats->status = (flag & UPDATEBIT) ? in lookup_int()
1555 this_stats->status = 0; in lookup_int()
[all …]