Lines Matching defs:t
218 #define if_lock(t) spin_lock(&(t->if_lock)); argument
219 #define if_unlock(t) spin_unlock(&(t->if_lock)); argument
1809 struct pktgen_thread *t = seq->private; in pktgen_thread_show() local
1842 struct pktgen_thread *t = seq->private; in pktgen_thread_write() local
1949 struct pktgen_thread *t; in __pktgen_NN_threads() local
2003 struct pktgen_thread *t; in pktgen_change_name() local
2242 struct hrtimer_sleeper t; in spin() local
2360 __u16 t; in set_cur_queue_map() local
2489 __u32 t; in mod_cur_headers() local
2508 __u32 t; in mod_cur_headers() local
2559 __u32 t; in mod_cur_headers() local
3075 static void pktgen_run(struct pktgen_thread *t) in pktgen_run()
3110 struct pktgen_thread *t; in pktgen_stop_all_threads_ifs() local
3122 static int thread_is_running(const struct pktgen_thread *t) in thread_is_running()
3136 static int pktgen_wait_thread_run(struct pktgen_thread *t) in pktgen_wait_thread_run()
3152 struct pktgen_thread *t; in pktgen_wait_all_threads_run() local
3173 struct pktgen_thread *t; in pktgen_run_all_threads() local
3192 struct pktgen_thread *t; in pktgen_reset_all_threads() local
3259 static struct pktgen_dev *next_to_run(struct pktgen_thread *t) in next_to_run()
3277 static void pktgen_stop(struct pktgen_thread *t) in pktgen_stop()
3296 static void pktgen_rem_one_if(struct pktgen_thread *t) in pktgen_rem_one_if()
3318 static void pktgen_rem_all_ifs(struct pktgen_thread *t) in pktgen_rem_all_ifs()
3337 static void pktgen_rem_thread(struct pktgen_thread *t) in pktgen_rem_thread()
3505 struct pktgen_thread *t = arg; in pktgen_thread_worker() local
3575 static struct pktgen_dev *pktgen_find_dev(struct pktgen_thread *t, in pktgen_find_dev()
3601 static int add_dev_to_thread(struct pktgen_thread *t, in add_dev_to_thread()
3631 static int pktgen_add_device(struct pktgen_thread *t, const char *ifname) in pktgen_add_device()
3719 struct pktgen_thread *t; in pktgen_create_thread() local
3773 static void _rem_dev_from_if_list(struct pktgen_thread *t, in _rem_dev_from_if_list()
3788 static int pktgen_remove_device(struct pktgen_thread *t, in pktgen_remove_device()
3871 struct pktgen_thread *t; in pg_net_exit() local