Searched refs:last_age_out_timestamp (Results 1 – 4 of 4) sorted by relevance
224 time_t last_age_out_timestamp{0};
363 last_age_out_timestamp = now; in ageOut()601 return last_age_out_timestamp; in getLastAgeOutTimeStamp()
528 time_t last_age_out_timestamp; member
1602 root->last_age_out_timestamp = now; in w_root_perform_age_out()1675 if (now <= root->last_age_out_timestamp + root->gc_interval) { in consider_age_out()