Searched refs:period_head (Results 1 – 2 of 2) sorted by relevance
52 TAILQ_HEAD(period_head, period);69 static struct period_head minute = TAILQ_HEAD_INITIALIZER(minute);70 static struct period_head quarter = TAILQ_HEAD_INITIALIZER(quarter);71 static struct period_head hour = TAILQ_HEAD_INITIALIZER(quarter);72 static struct period_head day = TAILQ_HEAD_INITIALIZER(quarter);77 report_good_read2(time_t now, size_t bytes, struct period_head *ph, time_t dt) in report_good_read2()111 report_one_period(const char *period, struct period_head *ph) in report_one_period()
94 period_head() { function