Lines Matching refs:pktgen_thread

271 	struct pktgen_thread *pg_thread;/* the owner */
454 struct pktgen_thread { struct
479 static int pktgen_remove_device(struct pktgen_thread *t, struct pktgen_dev *i); argument
480 static int pktgen_add_device(struct pktgen_thread *t, const char *ifname);
481 static struct pktgen_dev *pktgen_find_dev(struct pktgen_thread *t,
488 static void pktgen_stop(struct pktgen_thread *t);
1827 struct pktgen_thread *t = seq->private; in pktgen_thread_show()
1860 struct pktgen_thread *t = seq->private; in pktgen_thread_write()
1966 struct pktgen_thread *t; in __pktgen_NN_threads()
2020 struct pktgen_thread *t; in pktgen_change_name()
3136 static void pktgen_run(struct pktgen_thread *t) in pktgen_run()
3171 struct pktgen_thread *t; in pktgen_handle_all_threads()
3188 static int thread_is_running(const struct pktgen_thread *t) in thread_is_running()
3202 static int pktgen_wait_thread_run(struct pktgen_thread *t) in pktgen_wait_thread_run()
3224 struct pktgen_thread *t; in pktgen_wait_all_threads_run()
3334 static struct pktgen_dev *next_to_run(struct pktgen_thread *t) in next_to_run()
3352 static void pktgen_stop(struct pktgen_thread *t) in pktgen_stop()
3371 static void pktgen_rem_one_if(struct pktgen_thread *t) in pktgen_rem_one_if()
3393 static void pktgen_rem_all_ifs(struct pktgen_thread *t) in pktgen_rem_all_ifs()
3412 static void pktgen_rem_thread(struct pktgen_thread *t) in pktgen_rem_thread()
3604 struct pktgen_thread *t = arg; in pktgen_thread_worker()
3674 static struct pktgen_dev *pktgen_find_dev(struct pktgen_thread *t, in pktgen_find_dev()
3700 static int add_dev_to_thread(struct pktgen_thread *t, in add_dev_to_thread()
3730 static int pktgen_add_device(struct pktgen_thread *t, const char *ifname) in pktgen_add_device()
3819 struct pktgen_thread *t; in pktgen_create_thread()
3823 t = kzalloc_node(sizeof(struct pktgen_thread), GFP_KERNEL, in pktgen_create_thread()
3873 static void _rem_dev_from_if_list(struct pktgen_thread *t, in _rem_dev_from_if_list()
3888 static int pktgen_remove_device(struct pktgen_thread *t, in pktgen_remove_device()
3971 struct pktgen_thread *t; in pg_net_exit()
3983 t = list_entry(q, struct pktgen_thread, th_list); in pg_net_exit()