Lines Matching refs:this_stats
1354 nsc_entry_stat_t *this_stats;
1447 this_stats = &this_entry->stats;
1452 switch (this_stats->status) {
1461 } else if (this_stats->timestamp < now)
1479 (void) memset(this_stats, 0, sizeof (*this_stats));
1486 (this_stats->timestamp < now)) {
1525 this_stats->hits++; /* update hit count */
1536 this_stats->status = ST_DISCARD;
1547 this_stats->status = (flag & UPDATEBIT) ?
1555 this_stats->status = 0;
1608 this_stats->timestamp = time(NULL) + ttl;
1660 this_stats->timestamp = time(NULL) + cfg.neg_ttl;
1690 this_stats->status = ST_DISCARD;