Lines Matching refs:age
438 uint64_t t, age; in control_check_age() local
447 age = t - cb->t; in control_check_age()
449 (unsigned long long)age); in control_check_age()
452 if (age < c->pause_age) in control_check_age()
458 if (age < CONTROL_MAXIMUM_AGE) in control_check_age()
610 control_append_data(struct client *c, struct control_pane *cp, uint64_t age, in control_append_data() argument
624 (unsigned long long)age); in control_append_data()
665 uint64_t age, t = get_timer(); in control_write_pending() local
687 age = t - cb->t; in control_write_pending()
689 age = 0; in control_write_pending()
692 (unsigned long long)age, cp->pane, used, limit); in control_write_pending()
699 message = control_append_data(c, cp, age, message, wp, size); in control_write_pending()