Lines Matching defs:t
46 throughput_init(struct pppThroughput *t, int period) in throughput_init()
70 throughput_destroy(struct pppThroughput *t) in throughput_destroy()
82 throughput_uptime(struct pppThroughput *t) in throughput_uptime()
100 throughput_disp(struct pppThroughput *t, struct prompt *prompt) in throughput_disp()
134 throughput_log(struct pppThroughput *t, int level, const char *title) in throughput_log()
162 struct pppThroughput *t = (struct pppThroughput *)v; in throughput_sampler() local
196 throughput_start(struct pppThroughput *t, const char *name, int rolling) in throughput_start()
213 throughput_restart(struct pppThroughput *t, const char *name, int rolling) in throughput_restart()
232 throughput_stop(struct pppThroughput *t) in throughput_stop()
240 throughput_addin(struct pppThroughput *t, long long n) in throughput_addin()
247 throughput_addout(struct pppThroughput *t, long long n) in throughput_addout()
254 throughput_clear(struct pppThroughput *t, int clear_type, struct prompt *prompt) in throughput_clear()
298 throughput_callback(struct pppThroughput *t, void (*fn)(void *), void *data) in throughput_callback()