Lines Matching defs:t
48 throughput_init(struct pppThroughput *t, int period) in throughput_init()
72 throughput_destroy(struct pppThroughput *t) in throughput_destroy()
84 throughput_uptime(struct pppThroughput *t) in throughput_uptime()
102 throughput_disp(struct pppThroughput *t, struct prompt *prompt) in throughput_disp()
136 throughput_log(struct pppThroughput *t, int level, const char *title) in throughput_log()
164 struct pppThroughput *t = (struct pppThroughput *)v; in throughput_sampler() local
198 throughput_start(struct pppThroughput *t, const char *name, int rolling) in throughput_start()
215 throughput_restart(struct pppThroughput *t, const char *name, int rolling) in throughput_restart()
234 throughput_stop(struct pppThroughput *t) in throughput_stop()
242 throughput_addin(struct pppThroughput *t, long long n) in throughput_addin()
249 throughput_addout(struct pppThroughput *t, long long n) in throughput_addout()
256 throughput_clear(struct pppThroughput *t, int clear_type, struct prompt *prompt) in throughput_clear()
300 throughput_callback(struct pppThroughput *t, void (*fn)(void *), void *data) in throughput_callback()